CHANGES-merge.txt 1.3 KB

12345678910111213141516171819202122232425
  1. Stuff in "merge" that is not in "master" minus minor changes:
  2. dummy acl and xattr implementation for unsupported platforms
  3. give specific path to xattr.is_enabled(), disable symlink setattr call that always fails
  4. less memory usage: do not create items_buffer and chunker unless we are creating new archive
  5. fix misleading hint the fuse ImportError handler gave, fixes #237
  6. source: misc. cleanups, pep8, style
  7. serve: use os.write(stdout_fd, ...), fixes #233
  8. implement attic check --last N
  9. check: sort archives in reverse time order
  10. avoid defect python-msgpack releases, fixes #171, fixes #185
  11. check unpacked data from RPC for tuple type and correct length, fixes #127
  12. Cache: do not try to release the lock twice
  13. less memory usage: add global option --no-cache-files
  14. fix traceback when trying to do unsupported passphrase change, fixes #189
  15. datetime does not like the year 10.000, fixes issue #139
  16. docs improvements, fixes, updates
  17. cleanup crypto.pyx, make it easier to adapt to other modes
  18. attic extract: if --stdout is given, write all extracted binary data to stdout
  19. attic create: if "-" is given as path, read binary from stdin
  20. do os.fsync like recommended in the python docs
  21. Extra debug information for 'fread failed'
  22. FUSE: reflect deduplication in allocated blocks
  23. Only allow whitelisted RPC calls in server mode
  24. Normalize source/exclude paths before matching