diff options
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/assistant/release_notes.mdwn | 7 | ||||
-rw-r--r-- | doc/devblog/day_26__gcrypt_really_done_this_time.mdwn | 17 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
5 files changed, 28 insertions, 4 deletions
diff --git a/debian/NEWS b/debian/NEWS index aad7ccb0b..1266bae20 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -git-annex (4.20130921) unstable; urgency=low +git-annex (4.20131002) unstable; urgency=low The layout of gcrypt repositories has changed, and if you created one you must manually upgrade it. diff --git a/debian/changelog b/debian/changelog index 2647a1ef8..b95a2dc58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (4.20130921) UNRELEASED; urgency=low +git-annex (4.20131002) unstable; urgency=low * Note that the layout of gcrypt repositories has changed, and if you created one you must manually upgrade it. @@ -35,7 +35,7 @@ git-annex (4.20130921) UNRELEASED; urgency=low * Moved list of backends and remote types from status to version command. - -- Joey Hess <joeyh@debian.org> Sun, 22 Sep 2013 19:42:29 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 02 Oct 2013 16:00:39 -0400 git-annex (4.20130920) unstable; urgency=low diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index 94a46df66..85ca5cb55 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,10 @@ +## version 4.20131002 + +Now you can use the webapp to set up an encrypted git repository on a +remote ssh server, or on rsync.net, and use it as a live cloud backup. Or, +use the webapp to make an encrypted git repository on a removable drive, +and store it offsite as a secure backup. + ## version 4.20130920 This release is the first to support fully encrypted git repositories diff --git a/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn b/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn new file mode 100644 index 000000000..347e4be5f --- /dev/null +++ b/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn @@ -0,0 +1,17 @@ +Did I say it would be easy to make the webapp detect when a gcrypt repository +already existed and enable it? Well, it wasn't exactly hard, but it took +over 300 lines of code and 3 hours.. + +So, gcrypt support is done for now. The glaring omission is gpg key +management for sharing gcrypt repositories between machines and/or people. +But despite that, I think it's solid, and easy to use, and covers some +great use cases. + +Pushed out a release. + +Now I really need to start thinking about +[[design/assistant/disaster_recovery]]. + +---- + +Today's work was sponsored by Dominik Wagenknecht. diff --git a/git-annex.cabal b/git-annex.cabal index ba66e7b1b..fe7723d89 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130920 +Version: 4.20131002 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> |