|
@@ -6,15 +6,15 @@ Version <TBD>
|
|
|
|
|
|
- give specific path to xattr.is_enabled(), disable symlink setattr call that
|
|
- give specific path to xattr.is_enabled(), disable symlink setattr call that
|
|
always fails
|
|
always fails
|
|
-- fix misleading hint the fuse ImportError handler gave, fixes #237
|
|
|
|
|
|
+- fix misleading hint the fuse ImportError handler gave, fixes attic #237
|
|
- source: misc. cleanups, pep8, style
|
|
- source: misc. cleanups, pep8, style
|
|
- implement check --last N
|
|
- implement check --last N
|
|
- check: sort archives in reverse time order
|
|
- check: sort archives in reverse time order
|
|
-- avoid defect python-msgpack releases, fixes #171, fixes #185
|
|
|
|
-- check unpacked data from RPC for tuple type and correct length, fixes #127
|
|
|
|
|
|
+- avoid defect python-msgpack releases, fixes attic #171, fixes attic #185
|
|
|
|
+- check unpacked data from RPC for tuple type and correct length, fixes attic #127
|
|
- less memory usage: add global option --no-cache-files
|
|
- less memory usage: add global option --no-cache-files
|
|
-- fix traceback when trying to do unsupported passphrase change, fixes #189
|
|
|
|
-- datetime does not like the year 10.000, fixes issue #139
|
|
|
|
|
|
+- fix traceback when trying to do unsupported passphrase change, fixes attic #189
|
|
|
|
+- datetime does not like the year 10.000, fixes attic #139
|
|
- docs improvements, fixes, updates
|
|
- docs improvements, fixes, updates
|
|
- cleanup crypto.pyx, make it easier to adapt to other modes
|
|
- cleanup crypto.pyx, make it easier to adapt to other modes
|
|
- extract: if --stdout is given, write all extracted binary data to stdout
|
|
- extract: if --stdout is given, write all extracted binary data to stdout
|
|
@@ -24,21 +24,21 @@ Version <TBD>
|
|
- FUSE: reflect deduplication in allocated blocks
|
|
- FUSE: reflect deduplication in allocated blocks
|
|
- only allow whitelisted RPC calls in server mode
|
|
- only allow whitelisted RPC calls in server mode
|
|
- normalize source/exclude paths before matching
|
|
- normalize source/exclude paths before matching
|
|
-- fix "info" all archives stats, fixes #183
|
|
|
|
|
|
+- fix "info" all archives stats, fixes attic #183
|
|
- implement create --timestamp, utc string or reference file/dir
|
|
- implement create --timestamp, utc string or reference file/dir
|
|
- simple sparse file support (extract --sparse)
|
|
- simple sparse file support (extract --sparse)
|
|
-- fix parsing with missing microseconds, fixes #282
|
|
|
|
-- use posix_fadvise to not spoil the OS cache, fixes #252
|
|
|
|
|
|
+- fix parsing with missing microseconds, fixes attic #282
|
|
|
|
+- use posix_fadvise to not spoil the OS cache, fixes attic #252
|
|
- source: Let chunker optionally work with os-level file descriptor.
|
|
- source: Let chunker optionally work with os-level file descriptor.
|
|
- source: Linux: remove duplicate os.fsencode calls
|
|
- source: Linux: remove duplicate os.fsencode calls
|
|
-- fix test setup for 32bit platforms, partial fix for #196
|
|
|
|
|
|
+- fix test setup for 32bit platforms, partial fix for attic #196
|
|
- source: refactor _open_rb code a bit, so it is more consistent / regular
|
|
- source: refactor _open_rb code a bit, so it is more consistent / regular
|
|
- implement rename repo::oldname newname
|
|
- implement rename repo::oldname newname
|
|
- implement create --progress
|
|
- implement create --progress
|
|
- source: refactor indicator (status) and item processing
|
|
- source: refactor indicator (status) and item processing
|
|
- implement delete <repository> (also deletes local cache)
|
|
- implement delete <repository> (also deletes local cache)
|
|
- better create -v output
|
|
- better create -v output
|
|
-
|
|
|
|
|
|
+- upgraded versioneer, fixes attic #257
|
|
|
|
|
|
Attic Changelog
|
|
Attic Changelog
|
|
===============
|
|
===============
|