summaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-20 16:23:23 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-20 16:23:23 +0200
commita4f136afba7c0e3670ed3ff351f3700e92c0505a (patch)
tree51314e8a24b412f8361aff858003e0d5f2d87428 /docs/changes.rst
parent344a25c102deb2cf252d93600b4b2930f20bdf3f (diff)
update CHANGES.rst (add issue / PR numbers)
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 18d33157b..7fb309ee1 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -9,17 +9,18 @@ Bug fixes:
- setup.py: fix bug related to BORG_LZ4_PREFIX processing
- non-ascii ACL fixes for Linux, FreeBSD and OS X, #277
- fix acl_use_local_uid_gid() and add a test for it, attic #359
-- borg upgrade: do not upgrade repositories in place by default
+- borg upgrade: do not upgrade repositories in place by default, #299
- fix cascading failure with the index conversion code, #269
-- borg check: implement 'cmdline' archive metadata value decoding
+- borg check: implement 'cmdline' archive metadata value decoding, #311
Other changes:
- do binary releases via "github releases", closes #214
-- create: use -x and --one-file-system instead of --do-not-cross-mountpoints
-- a lot of changes related to using "logging" module and screen output
-- show progress display if on a tty, output more progress information
-- factor out status output so it is consistent, fix surrogates removal
+- create: use -x and --one-file-system (was: --do-not-cross-mountpoints), #296
+- a lot of changes related to using "logging" module and screen output, #233
+- show progress display if on a tty, output more progress information, #303
+- factor out status output so it is consistent, fix surrogates removal,
+ maybe fixes #309
- benchmarks: test create, extract, list, delete, info, check, help, fixes #146
- benchmarks: test with both the binary and the python code
- archiver tests: test with both the binary and the python code, fixes #215
@@ -27,14 +28,14 @@ Other changes:
- vagrant: llfuse install on darwin needs pkgconfig installed
- docs:
- - moved docs to borgbackup.readthedocs.org
+ - moved docs to borgbackup.readthedocs.org, #155
- a lot of fixes and improvements, use mobile-friendly RTD standard theme
- use zlib,6 compression in some examples, fixes #275
- add missing rename usage to docs, closes #279
- include the help offered by borg help <topic> in the usage docs, fixes #293
- include a list of major changes compared to attic into README, fixes #224
- add OS X install instructions, #197
- - more details about the release process
+ - more details about the release process, #260
- fix linux glibc requirement (binaries built on debian7 now)
- build: move usage and API generation to setup.py