Jonas Borgström %!s(int64=12) %!d(string=hai) anos
pai
achega
05a14c3be3
Modificáronse 3 ficheiros con 8 adicións e 3 borrados
  1. 3 2
      CHANGES
  2. 4 0
      README.rst
  3. 1 1
      attic/__init__.py

+ 3 - 2
CHANGES

@@ -1,15 +1,16 @@
 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
 -----------
 
-(feature release, released on X)
+(feature release, released on Aug 5, 2013)
 
 - Ported to FreeBSD
+- Improved documentation
 - Experimental: Archives mountable as fuse filesystems.
 - 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 is installed.
 
+Backups mountable as filesystems
+    Backup archives are mountable as userspace filesystems for easy backup
+    verification and restores.
+
 What do I need?
 ---------------
 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
 
 __version__ = '0.7'
-__release__ = __version__ + '.dev'
+__release__ = __version__  # + '.dev'