summaryrefslogtreecommitdiffhomepage
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-01-22 09:28:53 -0400
committerJoey Hess <joeyh@joeyh.name>2017-01-22 09:28:53 -0400
commit13e2d75c713eecf0184d621922f3f8cca4a25933 (patch)
tree8ba1688dc0c693d50d596c5bf06dff480f002b05 /doc/news
parentb76c1bd252721547e6365f96d87fe496eab673e1 (diff)
downloadkeysafe-13e2d75c713eecf0184d621922f3f8cca4a25933.tar.gz
Keysafe has a new website, https://keysafe.branchable.com/
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_0.20160927.mdwn20
-rw-r--r--doc/news/version_0.20161006.mdwn10
-rw-r--r--doc/news/version_0.20161007.mdwn9
-rw-r--r--doc/news/version_0.20161022.mdwn12
-rw-r--r--doc/news/version_0.20161107.mdwn14
5 files changed, 65 insertions, 0 deletions
diff --git a/doc/news/version_0.20160927.mdwn b/doc/news/version_0.20160927.mdwn
new file mode 100644
index 0000000..1787aa5
--- /dev/null
+++ b/doc/news/version_0.20160927.mdwn
@@ -0,0 +1,20 @@
+keysafe 0.20160927 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Makefile: Avoid rebuilding on make install, so that sudo make install works.
+ * Added --chaff-max-delay option for slower chaffing.
+ * Fix embedded copy of Argon2 to not use Word64, fixing build on 32 bit
+ systems.
+ * Randomize the server list.
+ * Don't upload more than neededshares-1 shares to Alternate servers
+ without asking the user if they want to do this potentially dangerous
+ action.
+ * Added a second keysafe server to the server list. It's provided
+ by Marek Isalski at Faelix. Currently located in UK, but planned move
+ to CH. Currently at Alternate level until verification is complete.
+ * Server: --motd can be used to provide a Message Of The Day.
+ * Added --check-servers mode, which is useful both at the command line
+ to see what servers keysafe knows about, and as a cron job.
+ * Server: Round number of objects down to the nearest thousand, to avoid
+ leaking too much data about when objects are uploaded to servers.
+ * Filter out escape sequences and any other unusual characters when
+ writing all messages to the console."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20161006.mdwn b/doc/news/version_0.20161006.mdwn
new file mode 100644
index 0000000..2758b34
--- /dev/null
+++ b/doc/news/version_0.20161006.mdwn
@@ -0,0 +1,10 @@
+keysafe 0.20161006 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * New --add-storage-directory and --add-server options, which can be used
+ to make keysafe backup/restore using additional locations.
+ * Removed --store-local option; use --add-storage-directory instead.
+ * Fix bugs with entry of gpg keyid in the keysafe.log.
+ * Fix bug in --autostart that caused the full gpg keyid to be
+ used to generate object names, which made restores would only work
+ when --gpgkeyid was specifid.
+ * Remove embedded copy of argon2 binding, depend on fixed version of package."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20161007.mdwn b/doc/news/version_0.20161007.mdwn
new file mode 100644
index 0000000..a7e8468
--- /dev/null
+++ b/doc/news/version_0.20161007.mdwn
@@ -0,0 +1,9 @@
+keysafe 0.20161007 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Check if --store-local directory is writable.
+ * Removed dependency on crypto-random.
+ * Added a LSB init script, for non-systemd systems.
+ (It currently uses Debian's start-stop-daemon, so would need porting
+ for other distributions.)
+ * /etc/default/keysafe is read by both the systemd service file and the
+ init script, and contains configuration for the keysafe server."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20161022.mdwn b/doc/news/version_0.20161022.mdwn
new file mode 100644
index 0000000..e54f26e
--- /dev/null
+++ b/doc/news/version_0.20161022.mdwn
@@ -0,0 +1,12 @@
+keysafe 0.20161022 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Add keywords to desktop file.
+ Thanks, Sean Whitton
+ * Fix use of .IP macro in manpage.
+ Thanks, Sean Whitton
+ * Fix some mispellings.
+ Thanks, Sean Whitton
+ * Makefile: Propagate LDFLAGS, CFLAGS, and CPPFLAGS through ghc.
+ * Makefile: Allow setting BUILDER=./Setup to build w/o cabal or stack.
+ * Makefile: Allow setting BUILDEROPTIONS=-j1 to avoid concurrent
+ build, which should make build reproducible."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20161107.mdwn b/doc/news/version_0.20161107.mdwn
new file mode 100644
index 0000000..d98987e
--- /dev/null
+++ b/doc/news/version_0.20161107.mdwn
@@ -0,0 +1,14 @@
+keysafe 0.20161107 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * The third keysafe server is now available, provided by Purism.
+ * Purism's keysafe server has been vetted to Recommended level!
+ * Change default for --port to 4242.
+ * Fix --check-server to not fail when the server has not had anything
+ stored on it yet.
+ * --upload-queued: Exit nonzero if unable to upload all queued objects.
+ * --autostart: If unable to upload all queued objects initially,
+ delay between 1 and 2 hours and try again.
+ * Better suggestion when user is having difficulty thinking of a strong
+ enough password.
+ * Defer requesting secret key from gpg until just before backup, so the
+ user knows why gpg is asking for this secret key to be backed up."""]] \ No newline at end of file