summaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-09-06 23:51:03 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-09-06 23:51:03 +0200
commit16e5f241fca9d622ab38205f185906d1db4a871c (patch)
tree6c9edc0e1bcde7533b42ce6c057b4ea159025e96 /CHANGES.rst
parentf852175c445e0005f133a348e3721d33a21ff2f6 (diff)
update CHANGES
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d4da70e96..eb7b93667 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,27 @@ Borg Changelog
==============
+Version 0.26.0 (not released yet)
+---------------------------------
+
+New features:
+
+- BORG_REPO env var to specify the default repo, #168
+- read special files as if they were regular files, #79
+
+Bug fixes:
+
+- borg mount repo: use absolute path, attic #200, attic #137
+- chunker: use off_t to get 64bit on 32bit platform, #178
+- initialize chunker fd to -1, so it's not equal to STDIN_FILENO (0)
+- fix reaction to "no" answer at delete repo prompt, #182
+
+Other changes:
+
+- detect inconsistency / corruption / hash collision, #170
+- replace versioneer with setuptools_scm, #106
+
+
Version 0.25.0
--------------