diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-12 23:11:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-12 23:11:26 -0400 |
commit | b2e7b1a0bcf0faedec8ed60a46851a9e55f5ed94 (patch) | |
tree | 2ce96dd82694c96738e607778451cc2aa80c3ae8 /debian/changelog | |
parent | f5053f2992655af83ec796af783c60e12db44321 (diff) |
vicfg: New file format, avoids ambiguity with repos that have the same description, or no description.
This is also nice in that uuids are all the same length, so the values
of each line, line up.
Also a great deal of boilerplate elimination.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a41fb8599..bedea5c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-annex (3.20121011) UNRELEASED; urgency=low + + * vicfg: New file format, avoids ambiguity with repos that have the same + description, or no description. + + -- Joey Hess <joeyh@debian.org> Fri, 12 Oct 2012 22:46:08 -0400 + git-annex (3.20121010) unstable; urgency=low * Renamed --ingroup to --inallgroup. |