From c35dbac44b32ad5c196889d578b3dab389b4662a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 31 Mar 2016 21:28:35 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index ead730ad3..be257ee72 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,42 @@ Changelog ========= +Version 1.0.1 (not released yet) +-------------------------------- + +New features: + +Usually there are no new features in a bugfix release, but these 2 were added +to get them out quickly - as both positively affect your safety/security: + +- append-only mode for repositories, #809, #36 + (please read the docs about how this can improve your security) +- implement password roundtrip, #695 (make sure the user can know/verify the + encryption key password/passphrase, to avoid double-typos, wrong keyboard + layout or locale/encoding issues) + +Bug fixes: + +- fix silently skipping EIO, #748 +- do not sleep for >60s while waiting for lock, fixes #773 +- unpack file stats before passing to FUSE +- fix build on illumos +- don't try to backup doors or event ports (Solaris and derivates) +- fix capitalization, add ellipses, change log level to debug for 2 messages, fixes #798 +- remove useless/misleading libc version display, fixes #738 + +Other changes: + +- update llfuse requirement, llfuse 1.0 works +- update OS / dist packages on build machines, fixes #717 +- docs: + + - fix cygwin requirements (gcc-g++) + - document how to debug / file filesystem issues, fixes #664 + - fix reproducible build of api docs + - RTD theme: CSS !important overwrite. Fix borgbackup/borg#727 + + Version 1.0.0 -------------