1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

Preparing for release

This commit is contained in:
Jonas Borgström 2014-04-07 19:58:15 +02:00
parent 02a8172eee
commit 588a49c71e

11
CHANGES
View file

@ -6,16 +6,19 @@ Here you can see the full list of changes between each Attic release.
Version 0.12 Version 0.12
------------ ------------
(feature release, released on X) (feature release, released on April 7, 2014)
- ``attic prune`` now uses the local time zone (instead of UTC) when
determining which archives to keep. - Python 3.4 support (#62)
- Various documentation improvements a new style
- ``attic mount`` now supports mounting an entire repository not only - ``attic mount`` now supports mounting an entire repository not only
individual archives (#59) individual archives (#59)
- Added option to restrict remote repository access to specific path(s): - Added option to restrict remote repository access to specific path(s):
``attic serve --restrict-to-path X`` (#51) ``attic serve --restrict-to-path X`` (#51)
- Include "all archives" size information in "--stats" output. (#54) - Include "all archives" size information in "--stats" output. (#54)
- Added ``--stats`` option to ``attic delete`` and ``attic prune``
- Fixed bug where ``attic prune`` used UTC instead of the local time zone
when determining which archives to keep.
- Switch to SI units (Power of 1000 instead 1024) when printing file sizes - Switch to SI units (Power of 1000 instead 1024) when printing file sizes
- Added "--stats" option to 'attic delete' and 'attic prune'
Version 0.11 Version 0.11
------------ ------------