aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-02 15:25:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-02 15:25:06 -0400
commit3a25909e18b30b1ce4d5bf384c72a0e9c5bf305f (patch)
tree7c08fb8af1a2b48eaf96adb7f436dc6bee053a1a
parent5f54ad7ca92535536e2a9dc4b29ef2759fc39d72 (diff)
releasing version 3.201301023.20130102
-rw-r--r--debian/changelog9
-rw-r--r--git-annex.cabal2
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 86f475df6..469760021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (3.20121212) UNRELEASED; urgency=low
+git-annex (3.20130102) unstable; urgency=low
* direct, indirect: New commands, that switch a repository to and from
direct mode. In direct mode, files are accessed directly, rather than
@@ -7,11 +7,10 @@ git-annex (3.20121212) UNRELEASED; urgency=low
cause data loss when used in direct mode repositories.
* assistant: Now uses direct mode by default when setting up a new
local repository.
- * OSX assistant: Now uses the FSEvents API to detect file changes.
+ * OSX assistant: Uses the FSEvents API to detect file changes.
This avoids issues with running out of file descriptors on large trees,
as well as allowing detection of modification of files in direct mode.
- BSD systems still use kqueue, and cannot detect modifications of existing
- files in direct mode.
+ Other BSD systems still use kqueue.
* kqueue: Fix bug that made broken symlinks not be noticed.
* vicfg: Quote filename. Closes: #696193
* Bugfix: Fixed bug parsing transfer info files, where the newline after
@@ -25,7 +24,7 @@ git-annex (3.20121212) UNRELEASED; urgency=low
* migrate: Remove leading \ in SHA* checksums, and non-alphanumerics
from extensions of SHA*E keys.
- -- Joey Hess <joeyh@debian.org> Thu, 13 Dec 2012 14:06:43 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 02 Jan 2013 13:21:34 -0400
git-annex (3.20121211) unstable; urgency=low
diff --git a/git-annex.cabal b/git-annex.cabal
index 752c28a3b..5a4a804ad 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20121212
+Version: 3.20130102
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>