aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-23 11:41:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-23 11:41:16 -0400
commitd55054a3ed1468940b270092c119dcc6cbd5113f (patch)
tree34d8cb53a898d485ce4a08d6c0f0ab6a9a2ab462
parent5c0e7c8d107d602cbcb37cf111fd164fbb0bbc3b (diff)
releasing version 4.201307234.20130723
-rw-r--r--debian/changelog18
-rw-r--r--git-annex.cabal2
2 files changed, 10 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index 90cf38b06..7552e780a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,18 @@
-git-annex (4.20130710) UNRELEASED; urgency=low
+git-annex (4.20130723) unstable; urgency=low
* Fix data loss bug when adding an (uncompressed) tarball of a
git-annex repository, or other file that begins with something
that can be mistaken for a git-annex link. Closes: #717456
- * Install XDG desktop icon files.
- * webapp: Better display of added files.
- * fix: Preserve the original mtime of fixed symlinks.
+ * New improved version of the git-annex logo, contributed by
+ John Lawrence.
* Rsync.net have committed to support git-annex and offer a special
discounted rate for git-annex users. Updated the webapp to reflect this.
http://www.rsync.net/products/git-annex-pricing.html
+ * Install XDG desktop icon files.
+ * Support unannex and uninit in direct mode.
+ * Support import in direct mode.
+ * webapp: Better display of added files.
+ * fix: Preserve the original mtime of fixed symlinks.
* uninit: Preserve .git/annex/objects at the end, if it still
has content, so that old versions of files and deleted files
are not deleted. Print a message with some suggested actions.
@@ -17,8 +21,6 @@ git-annex (4.20130710) UNRELEASED; urgency=low
* Fix checking when content is present in a non-bare repository
accessed via http.
* Display byte sizes with more precision.
- * New improved version of the git-annex logo, contributed by
- John Lawrence.
* watcher: Fixed a crash that could occur when a directory was renamed
or deleted before it could be scanned.
* watcher: Partially worked around a bug in hinotify, no longer crashes
@@ -32,10 +34,8 @@ git-annex (4.20130710) UNRELEASED; urgency=low
back to the regular host if they all fail.
* For long hostnames, use a hash of the hostname to generate the socket
file for ssh connection caching.
- * Support unannex and uninit in direct mode.
- * Support import in direct mode.
- -- Joey Hess <joeyh@debian.org> Tue, 09 Jul 2013 19:17:13 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 23 Jul 2013 10:46:05 -0400
git-annex (4.20130709) unstable; urgency=low
diff --git a/git-annex.cabal b/git-annex.cabal
index 47b301b2d..cfaeacb03 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 4.20130709
+Version: 4.20130723
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>