浏览代码

Attic 0.7

Jonas Borgström 12 年之前
父节点
当前提交
05a14c3be3
共有 3 个文件被更改,包括 8 次插入3 次删除
  1. 3 2
      CHANGES
  2. 4 0
      README.rst
  3. 1 1
      attic/__init__.py

+ 3 - 2
CHANGES

@@ -1,15 +1,16 @@
 Attic Changelog
 Attic Changelog
 ===============
 ===============
 
 
-Here you can see the full list of changes between each darc release.
+Here you can see the full list of changes between each Attic release.
 
 
 
 
 Version 0.7
 Version 0.7
 -----------
 -----------
 
 
-(feature release, released on X)
+(feature release, released on Aug 5, 2013)
 
 
 - Ported to FreeBSD
 - Ported to FreeBSD
+- Improved documentation
 - Experimental: Archives mountable as fuse filesystems.
 - Experimental: Archives mountable as fuse filesystems.
 - The "user." prefix is no longer stripped from xattrs on Linux
 - The "user." prefix is no longer stripped from xattrs on Linux
 
 

+ 4 - 0
README.rst

@@ -28,6 +28,10 @@ Off-site backups
     attic can store data on any remote host accessible over SSH as long as
     attic can store data on any remote host accessible over SSH as long as
     attic is installed.
     attic is installed.
 
 
+Backups mountable as filesystems
+    Backup archives are mountable as userspace filesystems for easy backup
+    verification and restores.
+
 What do I need?
 What do I need?
 ---------------
 ---------------
 Attic requires Python 3.2 or above to work. Besides Python attic also requires 
 Attic requires Python 3.2 or above to work. Besides Python attic also requires 

+ 1 - 1
attic/__init__.py

@@ -1,4 +1,4 @@
 # This is a python package
 # This is a python package
 
 
 __version__ = '0.7'
 __version__ = '0.7'
-__release__ = __version__ + '.dev'
+__release__ = __version__  # + '.dev'