Skip to content

Commit a6c015c

Browse files
Merge pull request #81 from borgbackup/update-pre-b5
preparing borg-2.0 page for 2.0.0b5
2 parents c50b01a + dad9838 commit a6c015c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

releases/borg-2.0.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,18 @@ Major new features
9999

100100
- removed commands / options:
101101

102-
- removed -P (aka --prefix) option, use -a (aka --glob-archives) instead, e.g.: -a 'PREFIX*'
102+
- removed -P (aka --prefix) option, use -a (aka --match-archives) instead, e.g.: -a 'PREFIX*'
103103
- borg upgrade (was only relevant for attic / old borg)
104104
- removed deprecated cli options
105105

106106
Other changes
107107
~~~~~~~~~~~~~
108108

109-
- support archive timestamps with utc offsets
109+
- show files / archives with local timezone offsets, store archive timestamps with tz offset
110+
- make user/group/uid/gid optional in archived files
111+
- do not store .borg_part files in final archive, simplify statistics (no parts stats any more)
112+
- avoid orphan chunks on input files with OSErrors
113+
- make sure archive name/comment, stuff that get into JSON is pure valid utf-8 (no surrogate escapes)
110114
- internal data format / processing changes
111115

112116
- using msgpack spec 2.0 now, cleanly differentiating between text and binary bytes.

0 commit comments

Comments
 (0)