summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-10-06 17:38:02 +0200
committerGuido Günther <agx@sigxcpu.org>2013-10-06 17:38:02 +0200
commite2b73d0fa8287d132e38d4ebb2de3cf47efbed5a (patch)
tree56797bf5c3fa47e7efae63fc4801c0ed41a517ea
parentb494801d7ed3bdd848d8edd60bb1f29806cca23b (diff)
Document changes and release 0.6.4debian/0.6.4
-rw-r--r--debian/changelog58
1 files changed, 58 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f680fcf3..8754b92c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,61 @@
+git-buildpackage (0.6.4) unstable; urgency=low
+
+ [ Guido Günther ]
+ * [0385dc5] docs: having an upstream branch is a recommendation rather than
+ a hard requirement, we can use any treeish to build the upstream tarball
+ from.
+ * [e398469] Remove unused import
+ * [f738be3] Add link to online docs
+ * [ec7bd94] pq: print which patch failed to apply
+ * [820100d] pq: Only print number or tries if we try more than once
+ * [a86ccb7] Update to git-pbuilder 1.29
+ * [b494801] Backports got integrated into the main archive. From wheezy on
+ we can use the main archive
+
+ [ Markus Lehtonen ]
+ * [4030c19] docs: minor sgml syntax fix
+ * [e72a1e2] config: restore mangled env in doctests.
+ * [0eeafba] GitRepository/diff: add 'stat' and 'summary' options.
+ * [8cdc06f] ComponentTestBase: more verbose output in case of branch mismatch
+ * [af2034c] ComponentTestBase: fix env restore in teardown
+ * [54099f5] import-orig: import readline in the common module.
+ * [6c478a6] ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in env
+ * [bc40956] GitRepository: Add clean() method
+ * [e48f0a0] GitRepository.diff: add 'text' option. for generating textual
+ diffs.
+ * [3c0a022] GitRepository.diff: prevent usage of external diff. External
+ diff might break patch generation, for example.
+ * [6f3d63a] ComponentTestBase: use eq_() ok_() from nose.tools for better
+ assert messages.
+ * [e54289e] common/buildpackage: fix handling of empty tarball prefix as
+ needed for rpm builds
+ * [39f581e] GitRepository.diff: add 'ignore_submodules' option
+ * [b9b9eea] GitRepository.list_tree: add 'paths' option.
+ * [3eb401d] git: new class and method for remote repositories.
+ * [28fdf4c] GitRepository.has_remote_repo: use get_remotes method.
+ * [b4e5b73] GitRepository: deprecate the get_remote_repos method.
+ * [c222197] tests: add test for archiving without git submodules
+ * [92f29be] tests: use eq_ and ok_ from nose tools in submodule tests.
+ For consistency and better assert error messages.
+ * [f858f87] tests: add some docstrings to git submodule tests.
+ * [1d92bfe] tests: upper case global variables in submodule tests.
+ * [6b8037e] tests: remove unused import in submodule tests.
+
+ [ Lingchaox Xin ]
+ * [07b3054] GitRepository.has_treeish: minor pylint fix
+ * [eca5a33] GitRepository.describe: add 'tags' and 'extra-match' options
+ * [1320de2] GitRepository.fetch: Add 'refspec' option
+ * [171579f] GitRepository.fetch: Add 'all_remotes' option
+ * [68baa9a] GitRepository.push: Add 'force' option
+ * [d28c7cc] GitRepository.push: Add 'tags' option
+ * [db79c5d] GitRepository.pull: Add 'all_remotes' option.
+ Also changes the method to utilize the GitArgs class.
+
+ [ Osamu Aoki ]
+ * [8441bba] typo s/bei/be/ (Closes: #722359)
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 06 Oct 2013 17:35:14 +0200
+
git-buildpackage (0.6.3) unstable; urgency=low
* [60ffe95] --git-hooks doesn't take an argument