diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-07-03 16:19:30 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-07-03 16:19:30 +0200 |
commit | 3685b74285bc4a19db2d56dc86d8a5d49f6dca03 (patch) | |
tree | 39a1e31fc1df0077de55f2c00d38d92263f9d592 | |
parent | 5edecd9d672a0b607afaaebbc702ef6add5523a0 (diff) | |
download | git-buildpackage-3685b74285bc4a19db2d56dc86d8a5d49f6dca03.tar.gz git-buildpackage-3685b74285bc4a19db2d56dc86d8a5d49f6dca03.tar.bz2 git-buildpackage-3685b74285bc4a19db2d56dc86d8a5d49f6dca03.zip |
document changes and release 0.4.54debian/0.4.54
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e45bc196..cca3d98a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +git-buildpackage (0.4.54) UNRELEASED; urgency=low + + [ Damyan Ivanov ] + * [b577f01] Unconfuse git-dch when commit message starts with "--" + (Closes: #531985) + + [ Guido Günther ] + * [55a89e1] allow for uppercase characters in the version pattern and + in the package name if it's not a debian source package's name. Also + allow for ':' and '~' which are allowed accoring to Debian Policy. + Based on a patch by Felipe Sateler. (Closes: #531819) + * [882f971] check for snapshot mode when checking if we need to add a + new section. (Closes: #532583) - thanks to Ove Kaaven for sorting + this out + * [f80ee2e] fix one digit version numbers + * [5edecd9] + is a valid character in version numbers + + [ Mehdi Dogguy ] + * [7de9f12] add filter-pristine-tar to filter upstream tarball before + passing it to pristine-tar (Closes: #520722) + + -- Guido Günther <agx@sigxcpu.org> Fri, 03 Jul 2009 16:16:41 +0200 + git-buildpackage (0.4.53) unstable; urgency=low * [b772300] pass --pretty=medium to git show (Closes: #525969) |