Bugfix: Fix bug in inode cache sentinal check, which broke copying to local repos if the repo being copied from had moved to a different filesystem or otherwise changed all its inodes'

This commit is contained in:
Joey Hess 2013-03-12 16:41:54 -04:00
parent e63a983cf1
commit f7de51e8b6
5 changed files with 32 additions and 3 deletions

3
debian/changelog vendored
View file

@ -8,6 +8,9 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* Bugfix: If the UUID of a remote is not known, prevent --from, --to,
and other ways of specifying remotes by name from selecting it,
since it is not possible to sanely use it.
* Bugfix: Fix bug in inode cache sentinal check, which broke
copying to local repos if the repo being copied from had moved
to a different filesystem or otherwise changed all its inodes'
* Switch from using regex-compat to regex-tdfa, as the C regex library
is rather buggy.