aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-03-21 21:15:57 +0100
committerGuido Günther <agx@sigxcpu.org>2011-03-21 21:53:20 +0100
commit7ee482d0551578c200bf0dffcfa3966e850b1319 (patch)
treedbdfcd62d4817d8c74303f94b9e3ef0d193bea7d
parentadc50a3891db2c202e0cf8c7f24bfb59b74984b1 (diff)
Document changes and release 0.5.20debian/0.5.20
-rw-r--r--debian/changelog50
1 files changed, 36 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a4cee1c..61c34fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,41 @@
-git-buildpackage (0.5.20~1.gbp194f43) UNRELEASED; urgency=low
-
- ** SNAPSHOT build @194f43948c2d5789d28dd5ba9167014199220182 **
-
- * [a618bdc] Make the desktop notification transient
- so they timeout and don't clutter the notification area.
- * [3b0f296] Add script to ignore .pc and tell dpkg-source unpatch the
- source. See #591858.
- * [258743a] is_fast_forward: make sure git interprets arguments as revisions
- so git prints a clearer error message on configuration errors in
- .git/config
- * [194f439] gbp-pq: Allow to specify subdirs for patches via the
+git-buildpackage (0.5.20) experimental; urgency=low
+
+ [ Guido Günther ]
+ * [a618bdc] git-buildpackage: Make the desktop notification transient so
+ they timeout and don't clutter the notification area.
+ * [3b0f296] Add gbp-configure-unpatched-source example to ignore .pc and
+ tell dpkg-source to unpatch the source. See #591858.
+ * [258743a] gbp-pull: make sure git interprets arguments as revisions in
+ is_fast_forward so it prints a clearer error message on configuration
+ errors in .git/config.
+ * [40f4709] gbp-pq: Allow to specify subdirs for patches via the
"Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid
- sed callouts. Add "apply" action to apply single patches
+ sed callouts. Add "apply" action to apply single patches.
+ * [fadcfcb] gbp: Add git.archive() and git.{has,get,update,add}_submodules()
+ and testcases.
+ Heavily based on work by Sean Finney and Chow Loong Jin
+ * [2353ab7] git-buildpackage: submodule support for dump_tree.
+ Heavily based on work by Sean Finney and Chow Loong Jin
+ * [97c32c7] git-buildpackage: submodule support for git_archive.
+ Heavily based on work by Sean Finney and Chow Loong Jin (Closes: #588752)
+ * [3b0ebe9] gbp: Don't fail on paths without extensions in get_compression()
+ and add doctests for that. (Closes: #618893)
+ * [1021f84] git-buildpackage: special case non-submodule tarfile generation.
+ Tarfile generation with submodules is slower since we need to
+ concatenate several tarfiles and compress afterwards. So special case
+ the common non submodule case and add a testcase to check the tarfiles
+ content.
+ * [80048e9,dcc2562,0827a33,93b4ab7,adc50a3,431075b] improve our testsuite
+
+ [ Sean Finney ]
+ * [ddf5ea3] gbp: Allow to pass cwd to git.__get_output()
+
+ [ Charles Plessy ]
+ * [c9f1e1e] docs: Added markup to the example for creating upstream branch.
+ * [0095808] docs: Easier to remember commands to create orphan upstream branch.
+ Closes: #619084
- -- Guido Günther <agx@sigxcpu.org> Sat, 12 Mar 2011 21:40:58 +0100
+ -- Guido Günther <agx@sigxcpu.org> Mon, 21 Mar 2011 21:09:32 +0100
git-buildpackage (0.5.19) unstable; urgency=low