diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-04-06 20:35:56 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-04-06 20:35:56 +0200 |
commit | 8b96a02f40f2ec858863b4176225801c56829081 (patch) | |
tree | f471c18d2bb50d33324eb850debfbd9263c291e8 /debian | |
parent | 138981ae049ff291753eba4e4bc236a12b641e60 (diff) | |
download | git-buildpackage-8b96a02f40f2ec858863b4176225801c56829081.tar.gz git-buildpackage-8b96a02f40f2ec858863b4176225801c56829081.tar.bz2 git-buildpackage-8b96a02f40f2ec858863b4176225801c56829081.zip |
Document changes and release 0.5.21
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 61c34fb0..c49a0e83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +git-buildpackage (0.5.21) experimental; urgency=low + + [ Guido Günther ] + * [d8142c7] git-import-dsc: don't silently drop the epoch in tags + (Closes: #620950) + * [ebc19c7] docs: Document Gbp-Pq-Topic: tag + * [82e5f4d] git-buildpackage: Call gbp.update_submodules before exporting a + tarball or creating a separate build tree. We invoke git-submodule with + --no-fetch to not break offline operation. + * [dff62f2] Make submodule support conditional + + -- Guido Günther <agx@sigxcpu.org> Wed, 06 Apr 2011 20:35:37 +0200 + git-buildpackage (0.5.20) experimental; urgency=low [ Guido Günther ] |