prefix issues numbers referring to attic issue tracker with "attic #"

This commit is contained in:
Thomas Waldmann 2015-05-14 02:03:42 +02:00
parent 673fda39c1
commit e939172c77
1 changed files with 10 additions and 10 deletions

20
CHANGES
View File

@ -6,15 +6,15 @@ Version <TBD>
- give specific path to xattr.is_enabled(), disable symlink setattr call that
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
- implement check --last N
- 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
- 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
- cleanup crypto.pyx, make it easier to adapt to other modes
- extract: if --stdout is given, write all extracted binary data to stdout
@ -24,21 +24,21 @@ Version <TBD>
- FUSE: reflect deduplication in allocated blocks
- only allow whitelisted RPC calls in server mode
- 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
- 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: 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
- implement rename repo::oldname newname
- implement create --progress
- source: refactor indicator (status) and item processing
- implement delete <repository> (also deletes local cache)
- better create -v output
- upgraded versioneer, fixes attic #257
Attic Changelog
===============