summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2014-04-07 19:58:15 +0200
committerJonas Borgström <jonas@borgstrom.se>2014-04-07 19:58:15 +0200
commit588a49c71e222ca5c6d6ac7e896991446cc6a148 (patch)
treec96f7c0d0a3c6beef2715c2fcfc43a7503a5c0df
parent02a8172eee2e016dee64203506d028b4b9b64300 (diff)
Preparing for release0.12
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6f8d93f09..1438135d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,16 +6,19 @@ Here you can see the full list of changes between each Attic release.
Version 0.12
------------
-(feature release, released on X)
-- ``attic prune`` now uses the local time zone (instead of UTC) when
- determining which archives to keep.
+(feature release, released on April 7, 2014)
+
+- Python 3.4 support (#62)
+- Various documentation improvements a new style
- ``attic mount`` now supports mounting an entire repository not only
individual archives (#59)
- Added option to restrict remote repository access to specific path(s):
``attic serve --restrict-to-path X`` (#51)
- 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
-- Added "--stats" option to 'attic delete' and 'attic prune'
Version 0.11
------------