From 05a14c3be3399199da87285fe0f0ddc15a17b1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Mon, 5 Aug 2013 20:54:27 +0200 Subject: [PATCH] Attic 0.7 --- CHANGES | 5 +++-- README.rst | 4 ++++ attic/__init__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index ea8cb9ed3..afcee93f2 100644 --- a/CHANGES +++ b/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 diff --git a/README.rst b/README.rst index 13f906f50..31bdfd6f9 100644 --- a/README.rst +++ b/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 diff --git a/attic/__init__.py b/attic/__init__.py index 69b15cf03..1011e03fc 100644 --- a/attic/__init__.py +++ b/attic/__init__.py @@ -1,4 +1,4 @@ # This is a python package __version__ = '0.7' -__release__ = __version__ + '.dev' +__release__ = __version__ # + '.dev'