releasing version 3.20130102

This commit is contained in:
Joey Hess 2013-01-02 15:25:06 -04:00
parent 6e2600af7b
commit c3ae2d2e30
2 changed files with 5 additions and 6 deletions

9
debian/changelog vendored
View file

@ -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, indirect: New commands, that switch a repository to and from
direct mode. In direct mode, files are accessed directly, rather than 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. cause data loss when used in direct mode repositories.
* assistant: Now uses direct mode by default when setting up a new * assistant: Now uses direct mode by default when setting up a new
local repository. 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, This avoids issues with running out of file descriptors on large trees,
as well as allowing detection of modification of files in direct mode. as well as allowing detection of modification of files in direct mode.
BSD systems still use kqueue, and cannot detect modifications of existing Other BSD systems still use kqueue.
files in direct mode.
* kqueue: Fix bug that made broken symlinks not be noticed. * kqueue: Fix bug that made broken symlinks not be noticed.
* vicfg: Quote filename. Closes: #696193 * vicfg: Quote filename. Closes: #696193
* Bugfix: Fixed bug parsing transfer info files, where the newline after * 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 * migrate: Remove leading \ in SHA* checksums, and non-alphanumerics
from extensions of SHA*E keys. 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 git-annex (3.20121211) unstable; urgency=low

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 3.20121212 Version: 3.20130102
Cabal-Version: >= 1.8 Cabal-Version: >= 1.8
License: GPL License: GPL
Maintainer: Joey Hess <joey@kitenet.net> Maintainer: Joey Hess <joey@kitenet.net>