Attic 0.7

This commit is contained in:
Jonas Borgström 2013-08-05 20:54:27 +02:00
parent 7815ed5885
commit 05a14c3be3
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

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