diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-07-28 16:00:12 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-07-28 17:19:58 +0200 |
commit | b305116a285ae4028e6028297e2c1c9c6c60dded (patch) | |
tree | befe6e0ef186a98c49e769d229e9dc474b678ff2 /debian | |
parent | 243b6fca2739d03f6e1086d23473d178f42df530 (diff) | |
download | git-buildpackage-b305116a285ae4028e6028297e2c1c9c6c60dded.tar.gz git-buildpackage-b305116a285ae4028e6028297e2c1c9c6c60dded.tar.bz2 git-buildpackage-b305116a285ae4028e6028297e2c1c9c6c60dded.zip |
Document changes and release 0.6.16debian/0.6.16
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 93d533c1..055ceb2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +git-buildpackage (0.6.16) experimental; urgency=medium + + [ Markus Lehtonen ] + * Doc cleanups and reformatting + * [736b9d8] Introduce git-import-srpm tool. + * [ed228a2] import-srpm: add 'vendor' config option. + Intended to represent the distribution vendor (e.g. 'Debian'). + Currently, this can be used in tag format strings. + + [ Guido Günther ] + * [0b1fc0d] buildpackage: Also print tag name when tagging the Debian + release. Based on a patch by Kamal Mostafa + * [2bf944f] Pass --no-pristine-tar to SRPM compnent tests + to avoid pristine-tar showing up in the matched branches + * [23090c9] Introduce git-buildpackage-rpm. Currently only including "gbp + import-srpm". + * Remove newly introducted spurious log outputs from tests + + -- Guido Günther <agx@sigxcpu.org> Mon, 28 Jul 2014 15:57:49 +0200 + git-buildpackage (0.6.15) unstable; urgency=medium * [5cde49a] Revert "Determine build_dir upfront" |