summaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-06 22:55:48 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-06 22:57:33 +0200
commit10db8c1d9bc5b0e4050ac4cf0a673c6ced6f27ad (patch)
treee3774cd50d68b3b0224a9360d1643a6352f1accf /CHANGES.rst
parent7e4971145ec035570e62ca4c21f4e402fc3fdd56 (diff)
update CHANGES.rst
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b2c3af457..016a55348 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,41 @@
Borg Changelog
==============
+Version 0.27.0
+--------------
+
+New features:
+
+- "borg upgrade" command - attic -> borg one time converter / migration, #21
+- temporary hack to avoid using lots of disk space for chunks.archive.d, #235:
+ To use it: rm -rf chunks.archive.d ; touch chunks.archive.d
+- respect XDG_CACHE_HOME, attic #181
+- add support for arbitrary SSH commands, attic #99
+- borg delete --cache-only REPO (only delete cache, not REPO), attic #123
+
+
+Bug fixes:
+
+- use Debian 7 (wheezy) to build pyinstaller borgbackup binaries, fixes slow
+ down observed when running the Centos6-built binary on Ubuntu, #222
+- do not crash on empty lock.roster, fixes #232
+- fix multiple issues with the cache config version check, #234
+- fix segment entry header size check, attic #352
+ plus other error handling improvements / code deduplication there.
+- always give segment and offset in repo IntegrityErrors
+
+
+Other changes:
+
+- stop producing binary wheels, remove docs about it, #147
+- docs:
+ - add warning about prune
+ - generate usage include files only as needed
+ - development docs: add Vagrant section
+ - update / improve / reformat FAQ
+ - hint to single-file pyinstaller binaries from README
+
+
Version 0.26.1
--------------