summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2019-02-11 12:50:08 +0100
committerGitHub <noreply@github.com>2019-02-11 12:50:08 +0100
commit69320a8fbd5a3117506986b68aa46110bc5094bd (patch)
tree3f772b67ecdff75abde09de3038ca5dc6e83de0e
parent34f114932ec7ea71c770c59479081d51a7b51134 (diff)
parent53ecccf7b2d97a930b471090bfc60beda73eaeed (diff)
Merge pull request #4351 from ThomasWaldmann/update-changes-1.0
update CHANGES (1.0-maint)
-rw-r--r--docs/changes.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 9ad0e5723..b6b1c6652 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -128,6 +128,40 @@ The best check that everything is ok is to run a dry-run extraction::
Changelog
=========
+Version 1.0.13 (not released yet)
+---------------------------------
+
+Bug fixes:
+
+- xattrs: fix borg exception handling on ENOSPC error, #3808
+
+New features:
+
+- read a passphrase from a file descriptor
+ Read a passphrase from a file descriptor specified in the
+ BORG_PASSPHRASE_FD environment variable.
+
+Other changes:
+- acl platform code: fix acl set return type
+- xattr:
+
+ - add linux {list,get,set}xattr ctypes prototypes
+ - fix darwin flistxattr ctypes prototype
+- testing / travis-ci:
+
+ - fix the homebrew 1.9 issues on travis-ci, #4254
+ - travis OS X: use xcode 8.3 (not broken)
+ - tox.ini: lock requirements
+ - unbreak 1.0-maint on travis, fixes #4123
+- vagrant:
+
+ - misc. fixes
+ - FUSE for macOS: upgrade 3.7.1 to 3.8.0
+- docs:
+
+ - Update installation instructions for macOS
+ - update release workflow using twine (docs, scripts), #4213
+
Version 1.0.12 (2018-04-08)
---------------------------