diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-08-15 19:25:16 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-08-15 19:25:16 +0200 |
commit | cdcfe424fab90c7cdb28740cbfa44d04475caeaf (patch) | |
tree | 2fa26751503ac1587374d1d5a762a501db7f919d | |
parent | 016318eef3c5deeba622de82465fcd5eb7a9fc3f (diff) | |
download | git-buildpackage-cdcfe424fab90c7cdb28740cbfa44d04475caeaf.tar.gz git-buildpackage-cdcfe424fab90c7cdb28740cbfa44d04475caeaf.tar.bz2 git-buildpackage-cdcfe424fab90c7cdb28740cbfa44d04475caeaf.zip |
document changes and release 0.4.56debian/0.4.56
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d8a8786b..e80301c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +git-buildpackage (0.4.56) unstable; urgency=low + + * [d6dae62] depend on devscripts >= 2.10.49 for --no-force-save-on-release + in dch. (Closes: #541420) + * [080b1eb] make parameters for GitRepository.commits() optional + * [016318e] git-dch: use the last commit in which debian/changelog was + touched as starting point if no snapshot header was found. This can still + be overriden by using --since. Based on a patch by Felipe Sateler. + (Closes: #511269) + + -- Guido Günther <agx@sigxcpu.org> Sat, 15 Aug 2009 19:24:23 +0200 + git-buildpackage (0.4.55) unstable; urgency=low [ Guido Günther ] |