diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-08-22 10:59:24 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-08-22 10:59:24 +0200 |
commit | 248816159eed9e7681b7f3bd4d4939986e3fbdbf (patch) | |
tree | 7ab62d72f1851b8d72319b9ea6a6882e47136230 | |
parent | dc3b3b6485b4df7b2ea4af70b8d89acff362113a (diff) | |
download | git-buildpackage-248816159eed9e7681b7f3bd4d4939986e3fbdbf.tar.gz git-buildpackage-248816159eed9e7681b7f3bd4d4939986e3fbdbf.tar.bz2 git-buildpackage-248816159eed9e7681b7f3bd4d4939986e3fbdbf.zip |
Document changes and release 0.6.0~git20120822debian/0.6.0_git20120822
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b159eb8e..5ebd2198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +git-buildpackage (0.6.0~git20120822) unstable; urgency=low + + [ Guido Günther ] + * [e05bfb9] dch: Fix error reporting on parsing errors + * [f4162be] manpage: Fix typo in git-dch's multimain-merge option + (Closes: #684322) + * [e8d175a] manpages: correct manual section and remove duplicate entry + + [ Zhang Qiang ] + * [0af1e72] GitRepository/branch_contains: remove prefix '*' in branch name. + + [ Markus Lehtonen ] + * [678f85f] docs: fix cross-referencing in manpages. + * [f0d4b0d] docs: make refentry ids of manpages more consistent + * [dc3b3b6] GitArgs/add: support iterable and non-string args. + + [ Ed Bartosh ] + * [7524bbb] GitRepository: Implement set_upstream_branch and + get_upstream_branch methods + + -- Guido Günther <agx@sigxcpu.org> Wed, 22 Aug 2012 10:58:07 +0200 + git-buildpackage (0.6.0~git20120803) unstable; urgency=low [ Guido Günther ] |