diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-28 16:15:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-28 16:15:50 -0400 |
commit | 5034d8c2985dafeb141bba383ab70d75729b3cb6 (patch) | |
tree | ac5a6dcb4f3f8aa86a5cb86fa30fa68f1b5fdcac /debian | |
parent | e8068f2ffbeb25bc094ecb3763da6ace278586cc (diff) |
Modify location log parser to allow future expansion.
Since the logs have just been moved into the git-annex branch, don't need
to worry about backwards compatability with old versions of git-annex that
would fail to parse location logs with extra fields tacked on.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 854314856..688a4adb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ git-annex (3.20110625) UNRELEASED; urgency=low * Always ensure git-annex branch exists. + * Modify location log parser to allow future expansion. -- Joey Hess <joeyh@debian.org> Sun, 26 Jun 2011 21:01:06 -0400 |