debian: prepare for upload
[git/debian.git] / debian / changelog
blob4a35b30fe9190a0700c6fb2e2865f3b724d7650e
1 git (1:2.1.4-1) unstable; urgency=medium
3   * new upstream point release (CVE-2014-9390).
4     * checkout: tighten exit code handling on errors.
5     * avoid writing filenames to the work tree that some filesystems
6       do not distinguish from ".git".
7       * reject ".gIt" and other path components that case-fold
8         to ".git" in "git checkout", "git add", and "git fsck".
9       * new '[core] protectHFS' setting to reject path components
10         such as ".Git\u200f" that HFS+ folds to ".git" in
11         "git checkout" and "git add".  Always reject such paths
12         in "git fsck".  (U+200F is the Unicode right-to-left
13         mark.)
14       * new '[core] protectNTFS' setting to reject path components
15         such as ".Git " that NTFS folds to ".git" in "git checkout"
16         and "git add".  Always reject such paths in "git fsck".
17   * gitweb: use apache 2.4-compatible configuration (thx Jean-Michel
18     Nirgal Vourgère for advice; closes: #669292).
19     * rules, conffiles: Apache configuration goes in
20       /etc/apache2/conf-available, not conf.d.
21     * preinst, postinst, postrm: use dpkg-maintscript-helper to
22       rename the conffile and preserve local changes.
23     * postinst, prerm, postrm: use apache2-maintscript-helper if
24       present to load and unload gitweb configuration.
25     * implicit: check for debian/$pkg.triggers.
26     * triggers: re-run postinst when apache2-maintscript-helper is
27       installed.
28     * control:
29       * Pre-Depends: dpkg 1.15.8 for dpkg-maintscript-helper.
30       * Breaks: apache2.2-common because the Apache configuration
31         requires version 2.4.
32   * debian/diff/0009-git-svn-use-SVN-Ra-get_dir2-when-possible.diff:
33     new from upstream: git svn: use get_dir2 instead of get_dir when
34     possible (thx Eric Wong; works around: #767530).
35   * debian/diff/0010-gitweb-hack-around-CGI-s-list-context-...diff:
36     new from upstream: gitweb: be explicit about use of param() in list
37     context, avoiding log noiose with libcgi-pm-perl >= 4.08 and a test
38     failure in t9500-gitweb-standalone-no-errors.sh (thx Reiner
39     Herrmann; closes: #770655).
40   * correct spelling of Roland Mas's name in the 1:2.1.3-1 changelog
41     entry.
43  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 19 Dec 2014 15:55:34 -0800
45 git (1:2.1.3-1) unstable; urgency=low
47   * new upstream point release.
48     * config --add: avoid segfault when key already has an empty value.
49     * remote-http: avoid failure due to command line length limits when
50       pushing many refs.
51     * fast-import: avoid segfault when trying to clear root tree.
52     * index-pack: reliably detect and error out when encountering
53       duplicate delta base.
54     * gc: do not prune objects only reachable from HEAD .
55     * fsck: be more consistent about exiting nonzero for corruption.
56     * am: tighten check for mbox 'From ' line.
57     * daemon: fix error message when bind() fails.
58     * mergetool: fix --output handling in meld >= 3.12 (see GNOME
59       bug 737869).
60     * gitweb: use start_form instead of startform for compatibility
61       with CGI.pm 4.04 and newer (thx Roland Mas; closes: #765525).
62     * pack-objects: do not write invalid bitmaps when hitting pack
63       size limit.
65  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 04 Nov 2014 13:20:39 -0800
67 git (1:2.1.1-1) unstable; urgency=low
69   * new upstream point release.
71  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 22 Sep 2014 17:56:49 -0700
73 git (1:2.1.0-1) unstable; urgency=low
75   * new upstream release (see RelNotes/2.1.0.txt).
77  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Aug 2014 16:09:26 -0700
79 git (1:2.1.0~rc1-1) unstable; urgency=low
81   * new upstream release candidate.
83  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 05 Aug 2014 13:59:00 -0700
85 git (1:2.0.1-1) unstable; urgency=low
87   * new upstream point release.
89  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 25 Jun 2014 15:09:25 -0700
91 git (1:2.0.0-2) unstable; urgency=low
93   * debian/rules: drop obsolete THREADED_DELTA_SEARCH setting.
94   * debian/rules: add SANE_TOOL_PATH= INSTALL=install TAR=tar to
95     OPTS to fix the Dyson build (thx Игорь Пашев; closes:
96     #734097).
97   * debian/rules: remove NO_PYTHON=1 now that the git_remote_helpers
98     library has been removed.
99   * debian/rules: remove git-p4 and its documentation from the git,
100     git-man, and git-doc packages.  It depends on Perforce, which is
101     not part of Debian.
103  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Jun 2014 16:17:46 -0700
105 git (1:2.0.0-1) unstable; urgency=low
107   * new upstream release (see RelNotes/2.0.0.txt).
109  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 28 May 2014 16:06:41 -0700
111 git (1:2.0.0~rc4-1) unstable; urgency=low
113   * new upstream release candidate.
114   * remove source-highlight build dependency since the markup
115     requiring it was removed upstream (thx Anders Kaserog;
116     LP: #1316810).
117   * remove git-bzr package to make room for a package built from
118     https://github.com/felipec/git-remote-bzr.
119     * debian/control: remove references to git-bzr package.
120     * debian/control: remove Build-Depends: bzr, python-bzrlib.
121     * debian/rules: remove rules to build, install, and clean
122       git-remote-bzr.
123     * debian/git-doc.docs: do not install git-remote-bzr.html.
124     * debian/git-remote-bzr.txt, debian/git-bzr.postinst,
125       debian/git-bzr.prerm, debian/git-bzr.README.Debian: remove.
127  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 21 May 2014 11:34:56 -0700
129 git (1:2.0.0~rc2-1) unstable; urgency=low
131   * new upstream release candidate.
133  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 May 2014 17:25:50 -0700
135 git (1:2.0.0~rc0-2) unstable; urgency=low
137   [ Anders Kaseorg ]
138   * add source-highlight build dependency (closes: #745591).
140  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 23 Apr 2014 11:09:25 -0700
142 git (1:2.0.0~rc0-1) unstable; urgency=low
144   * new upstream release candidate.
145   * debian/diff/0009-contrib-subtree-unset-prefix-before-....diff:
146     remove; applied upstream.
147   * update debian/copyright.
149  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Apr 2014 17:01:04 -0700
151 git (1:1.9.2-1) unstable; urgency=low
153   * new upstream point release.
154     * wt-status: subject full label string to l10n (thx Raphaël
155       Hertzog; closes: #725777).
157  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 09 Apr 2014 15:15:18 -0700
159 git (1:1.9.1-1) unstable; urgency=low
161   * new upstream point release.
163   [ Jonathan Nieder ]
164   * git-email: Recommends: libio-socket-ssl-perl (>= 1.951) since
165     earlier versions do not use OpenSSL's defaults when ca_path
166     and ca_file are unset.
168   [ Gilles Filippini ]
169   * install git-subtree from contrib (closes: #704652).
170   * debian/diff/0009-contrib-subtree-unset-prefix-before-proceeding.diff:
171     new; unset the 'prefix' environment variable before proceeding.
173  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Mar 2014 15:58:46 -0700
175 git (1:1.9.0-1) unstable; urgency=low
177   * new upstream release.
179  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 18 Feb 2014 08:31:49 -0800
181 git (1:1.9.0~rc3-1) unstable; urgency=low
183   * new upstream release candidate.
185  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 07 Feb 2014 15:53:52 -0800
187 git (1:1.9~rc1-1) unstable; urgency=low
189   * new upstream release candidate.
191  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 14:07:56 -0800
193 git (1:1.9~rc0-1) unstable; urgency=low
195   * new upstream release candidate.
196   * debian/diff:
197     * 0001-remove-interpreter-line-from-shell-libraries.diff:
198       remove; applied upstream.
199     * 0002...0009: rename to 0001-*, ..., 0008-*.
200     * 0010-git-remote-mediawiki-do-not-remove-installed-...diff:
201       remove; applied upstream.
202   * debian/rules install: no more need to include DESTDIR in
203     mw-to-git INSTLIBDIR.
205  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Jan 2014 13:05:17 -0800
207 git (1:1.8.5.3-1) unstable; urgency=low
209   * new upstream point release.
211  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Jan 2014 16:18:25 -0800
213 git (1:1.8.5.2-2) unstable; urgency=low
215   * /etc/bash_completion.d/git-prompt: check for git-sh-prompt
216     and do not source it if git is removed but not purged (thx
217     Craig Small; closes: #726669).
218   * debian/control: package git Breaks: git-buildpackage versions
219     that rely on output from 'git status' without the --porcelain
220     flag (closes: #734223).
222  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jan 2014 14:46:23 -0800
224 git (1:1.8.5.2-1) unstable; urgency=low
226   * new upstream point release.
228  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 17 Dec 2013 16:31:01 -0800
230 git (1:1.8.5.1-1) unstable; urgency=medium
232   * new upstream point release.
233     * submodule: do not copy unknown update mode from .gitmodules.
235  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 03 Dec 2013 14:12:55 -0800
237 git (1:1.8.5-1) unstable; urgency=low
239   * new upstream release.
240   * merge branch debian-experimental.
241   * git-daemon-sysvinit: advertise GIT_DAEMON_BASE_PATH in
242     /etc/default/git-daemon (thx Alexander Dahl and Antonio
243     Ospite; closes: #704985).
245  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Nov 2013 11:28:02 -0800
247 git (1:1.8.5~rc3-1) experimental; urgency=low
249   * new upstream release candidate.
251   [ Anders Kaseorg ]
252   * debian/rules: pass $(OPTS) to contrib/mw-to-git/Makefile
253     (closes: #729763).
255  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 16:35:29 -0800
257 git (1:1.8.5~rc2-1) experimental; urgency=low
259   * merge branch debian-sid.
260   * new upstream release candidate.
262   [ Thorsten Glaser ]
263   * package mw-to-git (closes: #718395).
264     * debian/control: new package git-mediawiki; Depends:
265       libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl,
266       libdatetime-format-iso8601-perl; package git now Suggests
267       and git-all Depends: git-mediawiki.
268     * debian/rules: build and install Git::Mediawiki perl module,
269       mediawiki remote helper, and 'git mw' command in
270       git-mediawiki package.
271     * debian/diff/0010-git-remote-mediawiki-do-not-remove-...diff:
272       new from upstream: mw-to-git: do not remove installed files
273       in "clean" target.
274     * debian/git-mediawiki.docs: install git-remote-mediawiki.txt.
276   [ Anders Kaseorg ]
277   * debian/diff/0003-transport-expose-git_tcp_connect-...diff:
278     include tcp.h before using tcp functions (closes: #728508).
280   [ Jonathan Nieder ]
281   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
282     remove; applied upstream.
284  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 13 Nov 2013 16:12:29 -0800
287 git (1:1.8.4.4-1) unstable; urgency=low
289   * new upstream point release.
291  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 21 Nov 2013 17:51:36 -0800
293 git (1:1.8.4.3-1) unstable; urgency=low
295   * new upstream point release.
297  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 11 Nov 2013 15:51:10 -0800
299 git (1:1.8.5~rc0-1) experimental; urgency=low
301   * new upstream release candidate.
302   * debian/diff:
303     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff,
304       0002-post-receive-email-defend-against-non-utf8-...diff:
305       remove; applied upstream.
306     * 0003...0012: rename to 0001-*, ..., 0010-*.
308  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:01:15 -0700
310 git (1:1.8.4.2-1) unstable; urgency=low
312   * new upstream point release.
313   * debian/diff/0012-cvsserver-Determinize-output-to-...diff:
314     new from upstream: sort cvsserver output to combat Perl 5.18
315     hash randomization (thx Anders Kaseorg; closes: #727226).
317  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Oct 2013 16:00:07 -0700
319 git (1:1.8.4.1-1) unstable; urgency=low
321   * merge branch debian-experimental.
322   * new upstream point release.
323   * debian/control: Build-Depends tcl instead of tcl8.5
324     (closes: #725961).
326  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 21 Oct 2013 11:46:45 -0700
328 git (1:1.8.4-1) experimental; urgency=low
330   * new upstream release.
332  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 24 Aug 2013 14:50:38 -0700
334 git (1:1.8.4~rc4-1) experimental; urgency=low
336   * new upstream release candidate.
337   * debian/diff/0012-*, 0013-*: remove; applied upstream.
338   * debian/rules: define .NOTPARALLEL to avoid races between
339     "make" child processes (thx Anders Kaseorg; closes: #720274).
341  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 19 Aug 2013 22:41:08 -0700
343 git (1:1.8.4~rc3-1) unstable; urgency=low
345   * new upstream release candidate.
346     * switch de translation from pure German to German+English.
347   * debian/diff/:
348     * 0012-Revert-git-stash-avoid-data-loss-when-....diff: new
349       from upstream: stash: omit too-slow check for files
350       replaced by directories before stashing.
351     * 0013-Revert-Add-new-shortcut-for-HEAD.diff: new from
352       upstream: treat "@" and names like "refs/heads/@/foo" as
353       ordinary refnames again.
354   * debian/control: Vcs-Git: https://repo.or.cz/r/git/debian.git/
355     (thx brian m. carlson; closes: #719932).
356   * debian/git.README.source: suggest developing against
357     https://repo.or.cz/r/git/debian.git/.
358   * debian/watch: use xz-compressed tars from kernel.org again.
360  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 18 Aug 2013 03:41:49 -0700
362 git (1:1.8.4~rc2-1) unstable; urgency=low
364   * new upstream release candidate.
365     * cat-file: do not split --batch input lines on whitespace
366       (thx Joey Hess; closes: #718517).
368  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 10 Aug 2013 12:25:45 -0700
370 git (1:1.8.4~rc1-1) unstable; urgency=low
372   * new upstream release candidate.
373   * debian/watch: point to code.google.com again.
374   * debian/git.preinst:
375     * check that targets in /var/cache/git/* exist when
376       creating symlinks from /var/lib/git/ (thx Steve Cotton and
377       Christoph Anton Mitterer; closes: #718411).
378     * remove spurious '/var/lib/git/*' symlink from the upgrade
379       to 1:1.8.4~rc0-1.
381  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 01 Aug 2013 23:14:58 -0700
383 git (1:1.8.4~rc0-1) unstable; urgency=low
385   * new upstream release candidate.
386   * use /var/lib/git instead of /var/cache/git as default git
387     project root to comply with the Filesystem Hierarchy Standard
388     (thx Julian Gilbey; closes: #483788):
389     * git-daemon.default, git-daemon.in, git-daemon/run: use
390       base path of /var/lib and projectroot of /var/lib/git.
391     * gitweb.conf: $projectroot = "/var/lib/git".
392     * rules: package git: install empty /var/lib/git directory
393       instead of /var/cache/git.
394     * git.README.Debian, git-daemon-run.README.Debian,
395       git-daemon-sysvinit.README.Debian, gitweb.README.Debian:
396       update for the new project root.
397     * git.preinst: install symlinks /var/lib/git/* ->
398       ../../cache/git/*.
399     * git.NEWS.Debian: advertise the change and explain how to
400       adapt to it.
401   * update debian/copyright.
403  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 30 Jul 2013 19:11:14 -0700
405 git (1:1.8.3.2-1) unstable; urgency=low
407   * new upstream point release (see RelNotes/1.8.3.2.txt).
409  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 01 Jul 2013 19:20:03 -0700
411 git (1:1.8.3.1-1) unstable; urgency=low
413   * merge branch debian-experimental
414   * new upstream point release (see RelNotes/1.8.3.1.txt).
415   * debian/watch: use xz-compressed tarballs from kernel.org.
417  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 12 Jun 2013 07:50:53 -0700
419 git (1:1.8.3-1) experimental; urgency=low
421   * new upstream release (see RelNotes/1.8.3.txt).
423  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 May 2013 22:32:40 -0700
425 git (1:1.8.3~rc3-1) experimental; urgency=low
427   * new upstream release candidate.
429  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 19 May 2013 11:49:16 -0700
431 git (1:1.8.3~rc2-1) experimental; urgency=low
433   * new upstream release candidate.
434     * gitk: "grep diff" pickaxe variant (closes: #589283).
435   * debian/rules: install perl modules with correct permissions
436     (thx Christian Schwartz for suggesting it through lintian).
437   * move "git svn" perl helpers to the git-svn package.
438     * debian/rules: install Git::SVN and Git::SVN::* to the
439       git-svn package, not git.
440     * debian/control: git-svn: Breaks: and Replaces: old git.
441   * debian/rules: install perl module manpages to git-man and
442     git-svn packages, as appropriate.
443   * debian/rules: mark hooks in /usr/share/git-core/contrib/hooks/
444     as executable (thx Olivier Berger; closes: #687391).
445   * debian/control: drop Depends: and Build-Depends: libc6.1
446     (>= 2.10.2-6) [ia64] workaround for #563882, since that bug did
447     not affect any stable release.
448   * debian/control: drop dependencies on pre-Debian 5.0 (lenny)
449     packages.
450     * do not accept libcurl3-gnutls-dev as a substitute for
451       libcurl4-gnutls-dev.
452     * do not accept libsvn-core-perl as a substitute for
453       libsvn-perl.
454     * make asciidoc, docbook-xsl, runit, and tk dependencies
455       unversioned.
456     * git, git-man, git-cvs, git-svn, git-email, gitk: drop Breaks
457       and Replaces against cogito (<< 0.16rc2-0).
458     * git: drop Breaks against old qgit and git-buildpackage.
459     * git: drop Conflicts against git-core (<< 1:1.5.2~rc3-2.).
460     * git-gui: no longer Replaces git-core (<< 1:1.5.2.2-3).
461   * Use source format 3.0 (quilt).
463  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 15 May 2013 00:20:06 -0700
465 git (1:1.8.3~rc1-1) experimental; urgency=low
467   * new upstream release candidate.
468     * log --pretty: avoid undefined behavior in %>, %<, %><'s
469       truncation support (closes: #706400).
471  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 May 2013 23:28:04 -0700
473 git (1:1.8.3~rc0-1) experimental; urgency=low
475   * new upstream release candidate.
476     * remote-bzr: respect bzr "author" field in import (closes:
477       #705245).
478     * remote-bzr: allow re-add of a deleted file in the same commit
479       (closes: #704913, #704959).
481  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 29 Apr 2013 00:29:14 -0700
483 git (1:1.8.2.1-1) experimental; urgency=low
485   * new upstream point release (see RelNotes/1.8.2.1.txt).
486   * debian/implicit:
487     * check for debian/changelog.upstream.
488     * %.deb-DEBIAN-md5sums depends on /usr/share/doc/$pkg/doc/,
489       doc-base/, and lintian/ directories.
490     * do not remove files named after implicit targets.
491   * debian/rules:
492     * respect <num> in DEB_BUILD_OPTIONS=parallel=<num>.
493     * do not create ./changelog symlink (avoiding a race).
494     * override implicit git-core.deb-docs target, since git-core does
495       not have its own doc/ directory.
496   * debian/README.source: point to git.README.source (thx Helmut
497     Grohne; closes: #704580)
498   * debian/git.NEWS.Debian: add leading spaces before tab for
499     changelog parsers (thx Russ Allbery for suggesting it through
500     lintian).
502  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 08 Apr 2013 00:46:02 -0700
504 git (1:1.8.2-1) experimental; urgency=low
506   * new upstream release (see RelNotes/1.8.2.txt).
507   * package the bzr remote helper (closes: #702697).
508     * debian/control: new package git-bzr; Priority: extra; Provides:
509       git-remote-bzr; Depends: python, python-bzrlib; Conflicts:
510       bzr-git; Build-Depends: bzr, python, python-bzrlib for tests;
511       package git now Suggests and git-all Recommends: git-bzr.
512     * debian/git-remote-bzr.txt: new; explain usage.
513     * debian/rules: build git-remote-bzr documentation, munge script
514       shebang line, and install manpage (git-remote-bzr--git.1.gz)
515       and script (/usr/lib/git-core/git-remote-bzr--git) in git-bzr
516       package.
517     * debian/git-doc.docs: install git-remote-bzr.html.
518     * debian/git-bzr.postinst, debian/git-bzr.prerm: new; provide
519       /usr/bin/git-remote-bzr through the alternatives system.
520     * debian/git-bzr.README.Debian: new; explain how to get started.
521   * debian/control: Standards-Version: 3.9.4.0.
522   * debian/rules: define %.install depending on install-arch or
523     install-indep as appropriate for each package.
524   * debian/implicit: depend on %.install instead of both install-arch
525     and install-indep so "debian/rules binary-arch" does not try to
526     build documentation.
527   * debian/rules build-indep, install-indep: build documentation even
528     if asciidoc is not installed.  Build-Depends: dpkg-dev (>= 1.16.2).
529   * debian/rules: handle DEB_BUILD_OPTIONS=parallel=<num>.
531  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 22:06:58 -0700
533 git (1:1.8.2~rc3-1) experimental; urgency=low
535   * new upstream release candidate.
537  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 09 Mar 2013 00:50:39 -0800
539 git (1:1.8.2~rc2-1) experimental; urgency=low
541   * new upstream release candidate.
542     * skip readlink() of entries in GIT_CEILING_DIRECTORIES after an
543       empty entry (thx Anders Kaseorg and Michael Haggerty).
544   * update debian/copyright.
546  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Mar 2013 15:22:27 -0800
548 git (1:1.8.2~rc1-1) experimental; urgency=low
550   * new upstream release candidate.
552  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 02 Mar 2013 13:27:28 -0800
554 git (1:1.8.2~rc0-1) experimental; urgency=low
556   * new upstream release candidate.
557     * push: require force for refs under refs/tags/.
558     * push: require force for annotated tags.
559   * debian/git.NEWS.Debian: advertise upcoming change to default
560     behavior of argumentless "git push [<remote>]".
561   * git-svn: no longer Depends: libwww-perl (thx RjY; closes:
562     #699536).
563   * update debian/copyright (closes: #699930).
565  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Feb 2013 16:52:57 -0800
567 git (1:1.8.1.3-1) experimental; urgency=low
569   * new upstream point release.
571  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 07 Feb 2013 23:08:48 -0800
573 git (1:1.8.1.2-1) experimental; urgency=low
575   * new upstream point release.
577  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 03 Feb 2013 23:01:24 -0800
579 git (1:1.8.1.1-1) experimental; urgency=low
581   [ Jonathan Nieder ]
582   * debian/git.NEWS.Debian: bash completion script moved to
583     /usr/share/bash-completion/completions/ (thx Philipp Marek;
584     closes: #698055).
586   [ Gerrit Pape ]
587   * new upstream release.
589  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Jan 2013 08:17:53 +0000
591 git (1:1.8.1-1) experimental; urgency=low
593   * new upstream release (see RelNotes/1.8.1.txt).
595  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 31 Dec 2012 18:40:24 -0800
597 git (1:1.8.1~rc3-1) experimental; urgency=low
599   * new upstream release candidate.
600   * grep: enable perl regex (-P) support (thx Guido Günther; closes:
601     #669376).
603  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 25 Dec 2012 23:40:08 -0800
605 git (1:1.8.1~rc0-1) experimental; urgency=low
607   * new upstream release candidate.
608   * debian/control: mark all binary packages Multi-Arch: foreign (thx
609     Colin Watson; closes: #694651).
611  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 06 Dec 2012 15:10:21 -0800
613 git (1:1.8.0-1) experimental; urgency=low
615   * new upstream release (see RelNotes/1.7.11.txt, RelNotes/1.7.12.txt,
616     RelNotes/1.8.0.txt)
617     * git-svn: ignore SIGPIPE so serf can recover from HTTP timeouts
618       (closes: #526989).
619     * git-svn: use platform specific auth providers.
620     * git-svn: handle errors and concurrent commits in dcommit
621       (closes: #676904).
622     * am: support --include option.
623     * grep: add a grep.patternType configuration setting.
624     * daemon: --access-hook for authentication logging and policy.
625     * merge-base: expose --is-ancestor helper for scripts.
626     * branch: support --set-upstream-to with simpler syntax than
627       --set-upstream.
628     * format-patch: do not use bogus email addresses in message ids.
629     * http: trim trailing newline from /etc/mailname.
630     * do not ignore port in ssh URLs with ipv6 literals
631       (closes: #646178).
632     * look in ~/.config/git/config (XDG_CONFIG_HOME can override this)
633       before ~/.gitconfig for configuration.
634     * [core] excludesfile and attributes file default to
635       ~/.config/git/ignore and ~/.config/git/attributes.
636     * var doc: advertise current DEFAULT_PAGER and DEFAULT_EDITOR
637       settings (closes: #666250).
638     * git-blame.el: address elisp warnings from emacs:
639       * use mapc instead of mapchar (closes: #611931).
640       * do not use goto-line in lisp code (closes: #611933).
641       * use with-current-buffer where appropriate (closes: #611932).
642     * cli: add Italian and Vietnamese translations.
643     * push: introduce new push.default mode "simple".  It will be the
644       default in the next major release.
646   [ Jonathan Nieder ]
647   * debian/diff:
648     * 0013...0031: remove; applied upstream.
649     * 0012-Makefile-add-a-knob-to-turn-off-...diff: remove; fixed
650       upstream.
651   * debian/rules:
652     * install German translation.
653     * use NO_INSTALL_HARDLINKS=1 instead of NO_HARDLINKS=1 in OPTS
654       (thx Tomáš Myšík and Anders Kaseorg; see #683568).
655     * install-arch: sanity-check that built-ins still do not approach
656       btrfs hardlink limit (see #642603).
657     * git: install git-prompt.sh from contrib/completion to
658       /usr/lib/git-core/git-sh-prompt.
659     * git: install completion script to
660       /usr/share/bash-completion/completions/{git,gitk} instead of
661       /etc/bash_completion.d.  This allows bash-completion 2.0 to load
662       it on the fly when completing arguments to git commands.
663   * debian/control: Breaks: bash-completion (<< 1:1.90-1).
664   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
665     remove /etc/bash_completion.d/git on upgrade if unmodified.
666   * debian/rules, debian/git.conffiles, debian/git-prompt.completion:
667     /etc/bash_completion.d/git-prompt: new; source
668     /usr/lib/git-core/git-sh-prompt so .bashrc files that rely on the
669     completion lib defining __git_ps1 can continue to work (thx Danny
670     Yates and Anders Kaseorg).
671   * debian/git.conffiles: remove /etc/bash_completion.d/git.
672   * update debian/copyright.
673   * debian/control: gitweb: Recommends: libhttp-date-perl or
674     libtime-module-perl for If-Modified-Since support; Build-Depends:
675     same to support test suite.
676   * debian/implicit: use order-only dependencies so "debian/rules
677     binary-arch" does not try to build documentation.
679   [ Gerrit Pape ]
680   * new upstream release.
682  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 31 Oct 2012 17:58:10 -0700
684 git (1:1.7.10.4-2) unstable; urgency=low
686   * debian/diff:
687     * 0013...0030: new from the upstream 'master' branch: git svn:
688       adapt to svn 1.7 changes:
689       * normalize paths and URLs passed to Subversion (thx Michael G.
690         Schwern; closes: #678137)
691       * use correct "svn cp" syntax when checking git svn's mangling
692         of @-signs in branch names (svn became stricter).
693       * commit filetype changes between a regular file and symlink as
694         replacement (deletion followed by addition) instead of
695         modification of files.  Otherwise, clients pulling the change
696         with "svn update" hit an assertion failure (svn issue 4091).
697     * 0031-git-svn-use-YAML-format-...diff: new from 1.7.11: git svn:
698       use YAML format for mergeinfo cache when possible.
699   * debian/control: git-svn: Depends: libyaml-perl for platform- and
700     version-independent .git/svn/.caches format; Build-Depends:
701     libyaml-perl for tests (thx Tim Retout for the analysis; closes:
702     #587650).
704  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 12 Oct 2012 13:27:36 -0700
706 git (1:1.7.10.4-1) unstable; urgency=low
708   * new upstream point release (thx Jonathan Nieder).
710  -- Gerrit Pape <pape@smarden.org>  Fri, 08 Jun 2012 00:04:11 +0000
712 git (1:1.7.10.2-1) unstable; urgency=low
714   * new upstream point release.
715     * merge-recursive: don't detect renames of empty files.
716     * fast-import: tighten parsing of datarefs.
717     * diff -c -U0: fix segfault showing start of file.
718   * debian/rules: do not install preliminary German translation.
720  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 11 May 2012 20:20:15 -0500
722 git (1:1.7.10-1) unstable; urgency=low
724   * new upstream release.
725     * merge: use editor by default in interactive sessions
726     * submodules: use relative paths to git dir and worktree.
727     * fast-import: reject "ls" of path with empty components.
728     * cli: add Chinese, Dutch, Portuguese, and Swedish translations.
729     * am: officially deprecate -b/--binary option.
730   * debian/diff:
731     * 0005-gitk-use-symbolic-font-names-sans-and-monospace-when-.diff,
732       0006-gitk-Skip-over-AUTHOR-COMMIT_DATE-when-searching-all-.diff:
733       remove; applied upstream.
734     * 0007...0014: rename to 0005-*, ... 0012-*.
735   * debian/git.README.Debian: make paths in inetd(8) hint
736     consistent with git-daemon-run and git-daemon-sysvinit setup.
737   * debian/control: package git: Suggests: gettext-base for translated
738     output in shell scripts.
740  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Apr 2012 22:28:18 -0500
742 git (1:1.7.9.5-1) unstable; urgency=low
744   * new upstream point release.
745   * debian/control: git-daemon-sysvinit: Priority: extra (thx Jonathan
746     Nieder; closes: #661317).
748  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Mar 2012 12:30:35 +0000
750 git (1:1.7.9.4-1) unstable; urgency=low
752   * new upstream point release.
753     * commit: skip intent-to-add entries instead of erroring out.
754     * grep -I: let diff attribute override binary file detection.
755     * clone, daemon, http-backend, transport: look for .../foo before
756       .../foo.git in response to requests for .../foo.
757     * rev-list: enable or disable --verify-objects behavior based on
758       the command line instead of uninitialized memory.
759     * checkout -b: allow switching out of an unborn branch (closes:
760       #506480).
761   * debian/diff: clean up patches for upstream.
762     * 0001-hooks-post-receive-email-set-encoding-to-utf-8.diff:
763       hooks/post-receive-email: set content-transfer-encoding as well.
764     * 0002-post-receive-email-defend-against-non-utf8-...diff: new;
765       hooks/post-receive-email: avoid mixed-encoding messages when
766       i18n.logoutputencoding is not utf8 (thx Alexey Shumkin).
767     * 0002-remove-shebang-...diff: rename to 0003-remove-...diff;
768       remove #! line from sh-i18n and rebase--* shell libraries, too
769       (lintian); fix tests' --valgrind support to detect shell
770       libraries without the #! line (thx Jeff King).
771     * 0003-pre-rebase-hook-capture-...diff: simplify (thx Junio C
772       Hamano); rename to 0004-*.
773     * 0004-gitk-use-symbolic-font-names-...diff: rename to 0005-*; use
774       non-symbolic font names on platforms like Mac OS X, Windows, and
775       tk <= 8.4 that lack fontconfig support.
776     * 0005...0008, 0010: rename to 0006-*, ..., 0009-*, 0011-*;
777       clarify descriptions.
778     * 0009-tcp-unify-ipv4-and-ipv6-code-paths.diff, 0011-*: combine;
779       rename to 0010-*.
780     * 0012-transport-optionally-honor-DNS-SRV-records.diff, 0013-*:
781       combine; rename to 0011-*.
782     * 0014, 0015: rename to 0013-*, 0014-*.
783   * debian/git-daemon.init: respect GIT_DAEMON_ENABLE in restart and
784     reload actions (thx Jonathan McCrohan; closes: #663522).
785   * debian/control: git-gui: point to aspell for spell checking support
786     in the package description; Suggests: aspell (thx Jonathan Ballet,
787     closes: #656061).
788   * debian/control: add Vcs-Browser: http://repo.or.cz/w/git/debian.git
789     (thx Jonathan McCrohan; closes: #663451).
790   * debian/control: Standards-Version: 3.9.3.1.
791   * debian/copyright: adopt copyright-format 1.0.
793  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 14 Mar 2012 02:40:00 -0500
795 git (1:1.7.9.1-1) unstable; urgency=low
797   * new upstream point release.
798     * merge: do not launch an editor on "--no-edit $tag" (thx Guido
799       Günther; closes: #659255).
801  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 14 Feb 2012 15:32:48 -0600
803 git (1:1.7.9-1) unstable; urgency=low
805   * merge branch debian-experimental.
806   * new upstream release (closes: #657262).
807   * debian/diff/0016-unix-socket-handle-long-socket-...diff: remove;
808     applied upstream.
809   * debian/changelog: add missing parenthesis to 1:1.7.9~rc1-1 entry.
811  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 27 Jan 2012 21:23:27 -0600
813 git (1:1.7.9~rc1-1) experimental; urgency=low
815   * new upstream release candidate.
816   * debian/diff:
817     * 0014-Makefile-add-a-knob-to-...diff: rename to 0015-*.
818     * 0014-srv-be-more-tolerant-of-broken-DNS-replies.diff: new; srv:
819       convert some error conditions to warnings (closes: #649781).
820     * 0016-unix-socket-handle-long-socket-pathnames.diff: new from
821       upstream; credential-cache: handle long socket pathnames (closes:
822       #655288).
824  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 13 Jan 2012 16:10:44 -0600
826 git (1:1.7.9~rc0-1) experimental; urgency=low
828   * new upstream release candidate.
829   * update debian/copyright.
831  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 17:06:55 -0600
833 git (1:1.7.8.3-1) unstable; urgency=medium
835   * new upstream point release.
836   * debian/git.preinst: on upgrade from git <= 1:1.7.7-1, replace
837     /usr/lib/git-core/git with a copy of itself.  This prevents "are the
838     same file" errors when replacing hard links to the old copy with
839     symlinks using "mv" (thx Jon Dowland and Anders Kaseorg; closes:
840     #654596).
842  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 06 Jan 2012 16:45:46 -0600
844 git (1:1.7.8.2-1) unstable; urgency=low
846   * merge branch debian-experimental.
847   * new upstream release.
849  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 29 Dec 2011 01:30:43 -0600
851 git (1:1.7.8~rc3-1) experimental; urgency=low
853   * new upstream release candidate.
855  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 18 Nov 2011 04:09:51 -0600
857 git (1:1.7.8~rc2-1) experimental; urgency=low
859   [ Jonathan Nieder ]
860   * new upstream release candidate.
861   * merge branch debian-sid.
862   * update debian/copyright.
863   * debian/git.preinst: replace hard links to /usr/lib/git-core/git with
864     symlinks before upgrading from git <= 1:1.7.7-1 (thx Antti Kultanen;
865     closes: #645009).
867   [ Gerrit Pape ]
868   * merge branch debian-sid.
870  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Nov 2011 09:55:47 +0000
872 git (1:1.7.7.3-1) unstable; urgency=low
874   * new upstream point release.
876  -- Gerrit Pape <pape@smarden.org>  Mon, 14 Nov 2011 10:22:34 +0000
878 git (1:1.7.7.2-1) unstable; urgency=low
880   * new upstream point release.
881   * debian/rules: add separate build-arch and build-indep targets
882     (thx Roger Leigh for suggesting it through lintian).
883   * debian/rules: drop CFLAGS=-O0 workaround for ancient hppa code
884     generation bug (see #426302).
885   * debian/rules: use dpkg-buildflags to retrieve compiler flags
886     (including hardening options).  Build-Depends: dpkg-dev (>= 1.15.7).
888  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 01 Nov 2011 23:41:55 -0500
890 git (1:1.7.8~rc0-1) experimental; urgency=low
892   * merge branch debian-sid.
893   * new upstream release candidate.
894     * debian/diff/0001-...diff, 0002-...diff, 0003-...diff: remove;
895       applied upstream (thx Jonathan Nieder).
897  -- Gerrit Pape <pape@smarden.org>  Mon, 31 Oct 2011 09:45:53 +0000
899 git (1:1.7.7.1-1) unstable; urgency=low
901   * new upstream point release.
902   * debian/diff/0003-Makefile-do-not-set-setgid-bit-on-dir...diff:
903     remove; applied upstream.
905  -- Gerrit Pape <pape@smarden.org>  Mon, 24 Oct 2011 20:27:20 +0000
907 git (1:1.7.7-2) unstable; urgency=low
909   [ Jonathan Nieder ]
910   * debian/git.postinst: check if /usr/share/doc/git/contrib/hooks is a
911     symlink before changing it to one (thx Євгеній Мещеряков; closes:
912     #645005).
913   * debian/diff:
914     * 0001-ident-check-etc-mailname-if-author-email-is-unknown.diff,
915       0007-Makefile-do-not-use-setgid-bit-on-...diff: remove; obsolete.
916     * 0002...0006, 0008...0015: rename to 0005-*, ..., 0017-*.
917     * 0001...0004: new from the upstream 'master' branch:
918       * ident: check /etc/mailname if email is unknown
919       * ident: do not retrieve default ident when unnecessary
920       * init --shared: do not set setgid bit on directories on
921         GNU/kFreeBSD
922       * Makefile: fix permissions of mergetools/ when building from
923         source extracted with permissive umask
924     * 0018-Makefile-add-a-knob-to-turn-off-hardlinks-...diff: new;
925       Makefile: add a knob to disable hardlinks within bindir and
926       gitexecdir.
927   * debian/rules: add NO_HARDLINKS=1 to OPTS (thx Bastian Blank;
928     closes: #642603).
929   * debian/rules: do not rely on umask to set contrib permissions.
930   * update debian/copyright.
931   * debian/watch, debian/copyright: point to code.google.com for now.
932     The upstream tarballs haven't been added back to kernel.org yet.
933   * debian/changelog.upstream, debian/versions.upstream: include
934     v1.7.6.4.
936   [ Simon Chopin ]
937   * debian/git.postinst: fix fresh install contrib/hooks cleaning
938     (#645005).
940  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Oct 2011 00:04:49 +0000
942 git (1:1.7.7-1) unstable; urgency=low
944   * new upstream release.
945   * merge branch debian-experimental.
946   * debian/rules, debian/git.postinst: move contrib hooks from
947     /usr/share/doc/git-core/ into /usr/share/git-core/; provide symlink
948     for backward compatibility (closes: #640949).
950  -- Gerrit Pape <pape@smarden.org>  Sun, 09 Oct 2011 21:00:07 +0000
952 git (1:1.7.7~rc1-1) experimental; urgency=low
954   * merge branch debian-sid.
955   * new upstream release candidate.
956   * debian/rules: git: skip directories in /usr/lib/git-core/ and
957     /usr/bin/ when stripping programs.
959  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 14:23:10 +0000
961 git (1:1.7.6.3-1) unstable; urgency=low
963   * merge branch debian-experimental.
964   * new upstream point release.
965   * debian/diff:
966     * 0007-...diff, ..., 0014-...diff: slightly rework as 0008...0015-*
967       to provide better error reporting (thx Jonathan Nieder).
968     * 0015-Makefile-do-not-use-setgid-bit-on-...diff: rename to 0007-*.
970  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Sep 2011 11:33:23 +0000
972 git (1:1.7.6-1) experimental; urgency=low
974   * new upstream release.
975   * debian/diff:
976     * 0012-daemon-check-for-errors...diff: clarify patch description.
977     * 0013-transport-learn-to-honor-DNS-SRV...diff: rename to 0014-*.
978     * 0013-tcp-make-dns_resolve-return-an-error-code.diff: new; make
979       dns_resolve() pass on return value from getaddrinfo.
980     * 0014-transport-honor-DNS-SRV-records.diff: fix two regressions
981       introduced by this patch when it was added in 1:1.7.6~rc1-1.
982       * use descriptive messages like "Unable to look up
983         git.example.com: Out of memory" to report errors from the
984         resolver, instead of "unable to connect to a socket (success)".
985       * tolerate alias (CNAME) records in the DNS reply for
986         _git._tcp.<host>, instead of confusing them for invalid SRV
987         records and erroring out.
988     * 0015-Makefile-do-not-use-setgid...diff: new; Makefile: set
989       DIR_HAS_BSD_GROUP_SEMANTICS on GNU/kFreeBSD.
991  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 28 Jun 2011 12:54:58 -0500
993 git (1:1.7.6~rc2-1) experimental; urgency=low
995   * new upstream release candidate.
997   [ Daniel Baumann ]
998   * add an init.d script for git-daemon (closes: #422139).
999     * debian/control, debian/rules: new package git-daemon-sysvinit;
1000       Depends: adduser; Conflicts: git-daemon-run; package git now
1001       Suggests and git-all Recommends: git-daemon-run |
1002       git-daemon-sysvinit.
1003     * debian/git-daemon.init: new; script to start or stop git-daemon.
1004     * debian/git-daemon.default: new; provide some default settings and
1005       disable the daemon by default on first installation.
1006     * debian/git-daemon-sysvinit.README.Debian: new; explain how to get
1007       started.
1008     * debian/git-daemon-sysvinit.conffiles: new; treat
1009       /etc/default/git-daemon, /etc/init.d/git-daemon as conffiles.
1010     * debian/git-daemon-sysvinit.postinst: new; add gitdaemon system
1011       user; register and invoke init script to start git-daemon.
1012     * debian/git-daemon-sysvinit.prerm: new; stops git-daemon.
1013     * debian/git-daemon-sysvinit.postrm: new; unregisters init script.
1015   [ Jonathan Nieder ]
1016   * debian/diff/:
1017     * 0009-daemon-move-...diff, 0011-tcp-...diff: move fallback
1018       definition of HOST_NAME_MAX to new use sites (fixes FTBFS on
1019       kfreebsd).
1020     * 0012-transport-learn-to-honor...diff: rename to 0013-*.
1021     * 0012-daemon-check-for-errors-retrieving-canonical-IP-addre.diff:
1022       new; daemon: check for errors when retrieving IP address for use
1023       by the --interpolated-path feature.
1025  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 17 Jun 2011 15:56:12 -0500
1027 git (1:1.7.6~rc1-1) experimental; urgency=low
1029   * new upstream release candidate.
1030   * debian/diff/0007-...diff, ..., 0012-transport-learn...diff: new;
1031     teach the git client to pay attention to SRV records (thx Julien
1032     Cristau; closes: #627839).
1033   * debian/rules: add USE_SRV_RR=1 to OPTS.
1034   * debian/rules: add htmldir=/usr/share/doc/git/html to OPTS and
1035     DOC_OPTS.
1037  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 09 Jun 2011 19:05:55 -0500
1039 git (1:1.7.5.4-1) unstable; urgency=low
1041   * new upstream point release.
1043   [ Gerrit Pape ]
1044   * debian/changelog.upstream, debian/versions.upstream: update upstream
1045     changelog.
1047   [ Jonathan Nieder ]
1048   * debian/changelog.upstream.sh: use set -e.
1049   * debian/git-daemon/run: use SO_REUSEADDR when binding the listening
1050     socket so the server can restart without waiting for old connections
1051     to time out (thx Daniel Kahn Gillmor; closes: #609405).
1052   * debian/git-daemon-run.postrm purge: terminate the git-daemon/log
1053     service, even if there is an active connection using it, before
1054     deleting logs and the gitlog user (thx Daniel Kahn Gillmor; closes:
1055     #627314).
1057  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 07 Jun 2011 13:23:58 -0500
1059 git (1:1.7.5.3-1) unstable; urgency=low
1061   * new upstream point release.
1062   * debian/diff/0007-...diff, 0008-...diff, 0009-...diff, 0010-...diff:
1063     remove; included upstream.
1064   * debian/control: Package: git-cvs: make cvs dependency unversioned;
1065     Package: git-gui: make tk dependency unversioned (thx Jonathan
1066     Nieder).
1068  -- Gerrit Pape <pape@smarden.org>  Fri, 27 May 2011 13:00:05 +0000
1070 git (1:1.7.5.1-1) unstable; urgency=low
1072   * new upstream point release.
1073   * merge branch debian-experimental.
1074   * debian/diff/:
1075     - 0009-upload-pack-start-pack-objects-before-async-rev-...diff:
1076       remove; applied upstream.
1077     - 0007, 0008 (the add -p split-and-edit fix): rename to 0009-*,
1078       0010-*.
1079     - 0007-add-p-q-should-really-quit.diff, 0008-t3701-...diff: new
1080       from upstream; tests: check that the add -p split-and-edit bug
1081       has not resurfaced.
1082   * debian/control: package git: no longer Conflicts: but Breaks:
1083     git-core from Debian 5.0 (lenny) to simplify the upgrade path
1084     (thx Russ Allbery for suggesting it through lintian).
1085   * debian/control: package git: Conflicts: git-core from
1086     Debian 4.0 (etch) which provided /usr/bin/git through the
1087     alternatives system.
1088   * debian/control: Standards-Version: 3.9.2.0.
1090  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 05 May 2011 03:41:36 -0500
1092 git (1:1.7.5-1) experimental; urgency=low
1094   * new upstream release.
1095   * 0009-upload-pack-start-pack-objects-before-async-rev-list.diff:
1096     new from upstream; upload-pack: start pack-objects which reads
1097     pack_pipe before writing to it to avoid deadlock (closes:
1098     #607346).
1099   * debian/changelog.upstream, debian/versions.upstream: do not skip
1100     versions not packaged for Debian (thx Gerrit Pape).
1102  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 26 Apr 2011 21:49:48 -0500
1104 git (1:1.7.5~rc3-1) experimental; urgency=low
1106   * new upstream release candidate.
1107   * merge branch debian-sid.
1108   * 0007-gitk-Take-only-numeric-version-components-when-comput.diff:
1109     remove; applied upstream.
1111  -- Gerrit Pape <pape@smarden.org>  Wed, 20 Apr 2011 07:46:58 +0000
1113 git (1:1.7.4.4-1) unstable; urgency=low
1115   * new upstream point release.
1116   * debian/diff/0008...0064: remove; applied upstream.
1117   * debian/diff/0008-add...diff, 0009-add-p-work...diff: new from
1118     upstream; add -p: do not error out for attempts to stage hunks
1119     after splitting and editing them.  This fixes a regression
1120     introduced by v1.7.4.3~10^2 (apply: do not patch lines that were
1121     already patched, 2011-03-04).
1122   * debian/git-doc.doc-base.git-index-format: new; catalog
1123     .git/index file format document.
1124   * debian/git.preinst, debian/git.postinst, debian/git.postrm:
1125     don't use dpkg-maintscript-helper, avoiding a dependency on
1126     recent dpkg (thx Anders Kaseorg and Marc Haber; closes: #618708).
1127   * debian/git-daemon-run.postrm: terminate the git-daemon/log
1128     service before deleting the gitlog user (closes: #610099).
1130  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 15 Apr 2011 00:00:03 -0500
1132 git (1:1.7.4.1-5) unstable; urgency=low
1134   * merge branch debian-experimental.
1135   * debian/diff/0008...0064: new from the upstream 'maint' branch:
1136     (see RelNotes/1.7.4.2.txt for details)
1137     * revert "core.abbrevguard: Ensure short object names stay
1138       unique a bit longer"
1139     * parse_tag_buffer(): do not prefixcmp() out of range
1140     * pull: do not display fetch usage on --help-all
1141     * gitweb: address warnings from perl 5.13
1142     * gitweb: replace tabs with spaces when highlighting syntax
1143     * merge: honor prepare-commit-msg hook
1144     * diff: handle diffstat of rewritten binary files
1145     * config: add "[push] default = upstream" synonym for
1146       "[push] default = tracking"
1147     * diffcore: properly honor the difference between -M and -C
1148     * diffcore: improve similarity heuristics for rename detection
1149     * patch-id: do not trip over "no newline" marker
1150     * various documentation, usage string, and code clarity
1151       improvements
1153  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 16 Mar 2011 21:01:53 -0500
1155 git (1:1.7.4.1-4) experimental; urgency=low
1157   * git-el.postinst: check if /usr/share/doc/git/contrib/emacs is a
1158     symlink before changing it to one (closes: #617631).
1159   * git-el.postinst: remove spurious .../contrib/emacs.old and
1160     /usr/share/git-core/emacs/emacs symlinks.
1161   * package git: do not run emacs-package-remove on upgrade (it's not
1162     needed).
1163     - git.postinst: do not run "emacs-package-remove git".
1164     - debian/control: git no longer Depends: emacsen-common (closes:
1165       #617784).
1166   * git-el.emacsen-install, git-el.emacsen-remove:
1167     - use printf instead of echo.
1168     - only remove the lisp (.el) and bytecode (.elc) files that we
1169       install.
1170     - make output less noisy --- for example, do not say "+ set +x".
1172  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 13 Mar 2011 05:03:44 -0500
1174 git (1:1.7.4.1-3) unstable; urgency=low
1176   [ Anders Kaseorg ]
1177   * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
1178     lucid.
1180   [ Jonathan Nieder ]
1181   * README.emacs: git-blame.el does not print a summary in the echo
1182     area (documents: #611935).
1183   * Move emacs support files to a separate git-el package.
1184   * Make git depend on emacsen-support, so it can reliably clean up
1185     the old emacs support files on upgrade (closes: #614578)
1186   * git-el.emacsen-install: Overwrite .el symlinks if they already
1187     exist (closes: #614659).
1188   * git-el.emacsen-remove: Do not complain if the site-lisp
1189     directory is nonempty or is already missing.
1190   * debian/control: git-man: Section: doc.
1192  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Mar 2011 18:26:27 -0600
1194 git (1:1.7.4.1-1) unstable; urgency=low
1196   * new upstream release (closes: #600566, #575917, #578752, #583693,
1197     #583699, #588103, #507476, #540001, #524309, #581691, #600785,
1198     #577471, #607044, #606975, #610423, #610481).
1200   [ Anders Kaseorg ]
1201   * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
1202   * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
1203     not error out when git version number contains "-rc".
1205   [ Jonathan Nieder ]
1206   * add myself as uploader.
1207   * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
1208   * debian/rules: accept patches with .patch suffix, too (thx Anders
1209     Kaseorg).
1210   * debian/rules: use patch -N -r- so patch application is idempotent.
1211   * update debian/copyright.
1212   * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
1213     gethostbyname when mailname is not an fqdn (closes: #611608).
1214   * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
1215     fonts by default.  The appearance for users that already have a
1216     generated ~/.gitk file is not affected (closes: #466471).
1217   * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
1218     in "All fields" search (thx Frédéric Brière, closes: #465776).
1219   * debian/control: git-cvs: recommend cvs2git for one-time conversions
1220     (closes: #585725).
1221   * debian/control: git-core: explain that it still may be needed (thx
1222     Denis Laxalde).
1223   * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
1224     CGI implementation (thx Ivan Shmakov).
1225   * debian/control, debian/rules: new architecture-independent package
1226     git-man: manual pages that were previously in the main git package.
1227   * debian/rules: do not build documentation on autobuilders (closes:
1228     #499002).
1229   * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
1230   * debian/rules: git-gui: install git-gui--askpass helper to
1231     /usr/lib/git-core (closes: #598245).
1232   * debian/rules: git-doc: install symlink to html documentation in
1233     /usr/share/doc/git (thx Ian Jackson).
1234   * debian/watch: new; point to upstream sources.
1235   * debian/implicit: create DEBIAN/md5sums with correct permissions.
1236   * debian/diff/0003-remove-shebang...diff: new; do not start shell
1237     libraries with #!/bin/sh.
1238   * debian/rules: do not try to strip scripts even if they begin
1239     with "# " in place of "#!".
1240   * debian/diff/0004-pre-rebase-hook-capture...diff: new;
1241     hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
1242     from treating documentation as code.
1243   * debian/implicit: check for debian/$pkg.doc-base.$docid.
1244   * debian/git-doc.doc-base.*: new; catalog provided documentation.
1245   * debian/implicit: check for debian/$pkg.lintian-overrides.
1246   * debian/git.lintian-overrides: new; document some deviations from
1247     lintian guidelines.
1248   * debian/control: Standards-Version: 3.9.1.0.
1250   * debian/git.README.Debian: server logs go in /var/log/apache2.
1251   * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
1252   * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
1253     needed.
1254   * debian/rules, debian/control: move gitweb script to the main git
1255     package for use by instaweb; make gitweb into a configuration
1256     package.
1257   * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
1258     debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
1259   * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
1260   * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
1261   * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
1262     add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
1264   * debian/git.emacsen-install, debian/rules, debian/git.postinst,
1265     debian/git.prerm: put emacs support files in /usr/share/git-core
1266     instead of /usr/share/doc/git/contrib.
1267   * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
1268     README.source and README.Debian.
1269   * debian/git.README.emacs: new; introduction to the emacs support
1270     (text taken from contrib/emacs/README).
1272   [ Kevin Ryde ]
1273   * debian/rules, debian/git.emacsen-*, debian/git.postinst,
1274     debian/git.prerm: Make M-x git-status and git-blame modes available
1275     with emacs23 (closes: #576887).
1277  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 15 Feb 2011 19:27:38 -0600
1279 git (1:1.7.2.3-2.2) unstable; urgency=medium
1281   * Non-maintainer upload.
1282   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
1283     upstream: gitweb: do not parrot filenames or other arguments given
1284     in a request without proper quoting (closes: #607248,
1285     CVE-2010-3906).
1287  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
1289 git (1:1.7.2.3-2.1) unstable; urgency=low
1291   * Non-maintainer upload.
1292   * debian/diff/0010...0033: new from the upstream 'maint' branch:
1293     * cache_tree_free: Fix small memory leak.
1294     * diff.c: call regfree to free memory allocated by regcomp.
1295     * gitweb: allow configurations that change with each request
1296       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
1297     * Documentation: 19 formatting fixes (thx Frédéric Brière,
1298       closes: #540001, #600422).
1299     * setup: make sure git dir path is in a permanent buffer.
1300     * do not depend on signed integer overflow.
1301   * debian/control: gitweb: weaken dependencies to allow configurations
1302     using mod_perl or fastcgi rather than CGI; explain dependencies in
1303     the package description (thx Servilio Afre Puentes,
1304     closes: #600413).
1306  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
1308 git (1:1.7.2.3-2) unstable; urgency=low
1310   * merge branch debian-experimental.
1311   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
1313  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
1315 git (1:1.7.2.3-1) experimental; urgency=low
1317   * new upstream release.
1318     * post-receive-email: document command-line mode (closes: #428413).
1319     * add-interactive: Clarify “remaining hunks in the file”
1320       (closes: #526014).
1321     * rebase -i -p: document shortcomings (closes: #532775).
1322     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
1323     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
1324       closes: #546733, #572847).
1325     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
1326       closes: #578908).
1327   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
1328     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
1329     applied upstream.
1330   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
1331     prevent gitweb from serving rename patches that GNU patch 2.6.1
1332     cannot apply.
1333   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
1334     install gitweb.css et al in /usr/share/gitweb, not a new static/
1335     subdirectory.
1336   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
1337     upstream; do not unquote + into space character in URLs.
1338   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
1339     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
1340   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
1341     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
1342   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
1343     instaweb: ignore /etc/gitweb.conf;
1344     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
1345     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
1346     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
1347     Kleine-König, closes: #592733).
1348   * update debian/copyright.
1349   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
1350     install gitweb.js, add an Alias for it to the VirtualHost example,
1351     and configure gitweb to look for it in the right place (closes:
1352     #555047).
1353   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
1354   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
1355     #559890).
1356   * debian/gitweb.conf: use relative links for gitweb.css et al
1357     (thx Alban Browaeys, closes: #568343).
1358   * debian/control: package git: no longer Conflicts: git
1359     (<< 4.3.20-11).
1360   * debian/control: package git: Breaks: packages from Debian 5.0
1361     (lenny) relying on removed features such as dashed-form commands in
1362     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
1363     Breaks: ancient qgit for the same reason.
1364   * debian/gitweb.README.Debian: copy-edit.
1365   * debian/git.README.Debian: retitle to "Git for Debian" (thx
1366     Christoph Anton Mitterer, closes: #590129).
1367   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
1368   * debian/control: package git no longer Depends: libdigest-sha1-perl
1369     (thx Ansgar Burchardt, closes: #591039).
1370   * debian/control: Build-Depends: libio-pty-perl for better test
1371     coverage.
1373  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
1375 git (1:1.7.1-1.1) unstable; urgency=high
1377   * Non-maintainer upload.
1378   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
1379     new, cherry-picked from 3c9d041: setup: Check size of path buffer
1380     before writing into it (closes: #590026, CVE-2010-2542).
1382  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
1384 git (1:1.7.1-1) unstable; urgency=low
1386   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1387     remove; obsolete.
1388   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
1389     new; git-submodule.sh: properly initialize shell variables (closes:
1390     #569594).
1391   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
1392     test.
1393   * new upstream release.
1394   * merge branch debian-experimental.
1396  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
1398 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
1400   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1401     remove; more archs are affected (additionally hppa, armel).
1402   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
1403     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
1404     --init'.
1406  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
1408 git (1:1.7.0.5-1) unstable; urgency=low
1410   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
1411     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
1412     (closes: #578298).
1413   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
1414     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
1415     test (workaround: #569594).
1416   * debian/control: no longer Replaces, Conflicts: git-completion (thx
1417     Jonathan Nieder, closes: #577730).
1418   * new upstream point release.
1419   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
1421  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
1423 git (1:1.7.1~rc1-1.1) experimental; urgency=low
1425   * debian/control: typo (thx Jonathan Nieder).
1426   * debian/git-daemon-run.postinst: remove fixup for #522348.
1428  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
1430 git (1:1.7.1~rc1-1) experimental; urgency=low
1432   * new upstream release candidate.
1433   * merge branch debian-sid.
1435  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
1437 git (1:1.7.0.4-2) unstable; urgency=low
1439   * debian/rules: package git: no longer install /usr/share/doc/git-core
1440     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
1441     symlink (closes: #576906).
1442   * debian/control: package git: Replaces:, Conflicts: git-core (<=
1443     1:1.7.0.4-1).
1444   * debian/rules: make /usr/share/gitweb/index.cgi ->
1445     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
1446   * debian/control: package git-core: minor update to the long
1447     description.
1448   * debian/git.README.source: add note about the <debian-package-git>
1449     mailing list.
1450   * debian/rules: target binary-indep: add missing dependency to
1451     git-core.deb-DEBIAN.
1452   * debian/implicit: no longer create DEBIAN/md5sums.
1453   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
1454     (keeping upstream's default).
1456  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
1458 git (1:1.7.0.4-2~exp0) experimental; urgency=low
1460   [ Gerrit Pape ]
1461   * debian/control, debian/rules, debian/git-core.*: change source and
1462     binary package name from git-core to git; keep now obsolete empty
1463     git-core package that depends on git for upgrade (see
1464     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
1465   * debian/control: package git: Replaces: git-core, Conflicts: git-core
1466     (<= 1:1.7.0.3-1), Provides: git-core.
1467   * debian/git.NEWS.Debian: talk about the package name change, and the
1468     possible hazzle when upgrading with GNU Interactive Tools installed
1469     since etch and no git-core installed.
1470   * debian/control, debian/rules: new package git-all: dummy package
1471     which brings in all subpackages (following upstream's RPMs).
1473   [ Jonathan Nieder ]
1474   * debian/git.README.source: adjust for the package name change.
1475   * debian/rules: install symbolic link git -> git-core in /usr/lib
1476     to simplify upgrades.
1477   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
1478     the path to the git-daemon binary.
1480  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
1482 git-core (1:1.7.0.4-1) unstable; urgency=low
1484   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
1485     service is already removed; use -f option to userdel, on fast-purge
1486     the log service daemon might still run for a short time (closes:
1487     #575434).
1488   * new upstream point release.
1490  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
1492 git-core (1:1.7.0.3-1) unstable; urgency=low
1494   * debian/control: Standards-Version: 3.8.4.0.
1495   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
1496   * new upstream point release.
1498  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
1500 git-core (1:1.7.0.2-1) unstable; urgency=low
1502   * new upstream point release.
1504     [ Jonathan Nieder ]
1505     * am: remove rebase-apply directory before gc (thx Mark Brown,
1506       closes: #570966).
1507     * git-imap-send: Convert LF to CRLF before storing patch to draft box
1508       (closes: #572598).
1509     * sha1_file: be paranoid when creating loose objects (closes:
1510       #569505).
1512  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
1514 git-core (1:1.7.0-1) unstable; urgency=low
1516   * debian/git-core.README.source: typos.
1517   * new upstream release.
1518     * Documentation: Update git core tutorial clarifying reference to
1519       scripts (closes: ##560795).
1520   * merge branch debian-experimental.
1522  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
1524 git-core (1:1.7.0~rc2-1) experimental; urgency=low
1526   * new upstream release candidate.
1528  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
1530 git-core (1:1.7.0~rc1-1) experimental; urgency=low
1532   * new upstream release candidate.
1533   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1534     remove; applied upstream.
1535   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
1536     Python module will require more work.
1537   * update debian/copyright (closes: #557065).
1538   * debian/rules: set prefix=/usr when building man pages (closes:
1539     #567404).
1541  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
1543 git-core (1:1.6.6.2-1) unstable; urgency=medium
1545   * new upstream point release.
1546   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1547     remove; applied upstream.
1548   * debian/rules: stop ignoring test suite failures on ia64, since
1549     #563882 has been fixed.  Build-Depends: and Depends:
1550     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
1551   * update debian/copyright (closes: #557065).
1552   * debian/rules: set prefix=/usr when building man pages (closes:
1553     #567404).
1555  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
1557 git-core (1:1.6.6.1-1) unstable; urgency=low
1559   [ Gerrit Pape ]
1560   * new upstream point release.
1561     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
1562       closes: #476604).
1563   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
1564     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
1565     build/selftest failure if the build directory pathname contains a +).
1566   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
1567     work out of the box with Apache (thx Charles Plessy).
1568   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
1569     gitweb work out of the box with Apache (thx Charles Plessy, closes:
1570     #497809).
1571   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
1573   [ Jonathan Nieder ]
1574   * debian/rules: ignore test suite failures on ia64 (workaround:
1575     #563882).
1577  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
1579 git-core (1:1.6.6-1) unstable; urgency=low
1581   * new upstream release.
1583  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
1585 git-core (1:1.6.6~rc2-1) experimental; urgency=low
1587   * new upstream release candidate.
1588   * merge branch debian-sid.
1590  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
1592 git-core (1:1.6.5.7-1) unstable; urgency=low
1594   * new upstream point release.
1596  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
1598 git-core (1:1.6.6~rc1-1) experimental; urgency=low
1600   * merge branch debian-sid.
1601   * new upstream release candidate.
1603  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
1605 git-core (1:1.6.5.4-1) unstable; urgency=low
1607   * new upstream point release.
1609  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
1611 git-core (1:1.6.6~rc0-1) experimental; urgency=low
1613   * new upstream release candidate.
1614   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
1615     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
1616     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
1617     remove; obsolete.
1618   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
1619     OPTS.
1621  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
1623 git-core (1:1.6.5.3-1) unstable; urgency=low
1625   [ Tanguy Ortolo ]
1626   * debian/git-core.README.Debian, debian/control: git-daemon-run:
1627     document that git-daemon is not provided by this package; add hint
1628     on how to enable git-daemon through inetd(8) (closes: #554215).
1630   [ Jonathan Nieder ]
1631   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
1632     #555039).
1633   * debian/rules: log $(CC) version, not gcc (closes: #555040).
1634   * debian/rules: allow clean as non-root (closes: #555041).
1635   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
1636     #555051).
1637   * debian/rules: TCLTK_PATH=wish (closes: #555027).
1639   [ Gerrit Pape ]
1640   * new upstream point release.
1641     * ls-files: unbreak "ls-files -i" (closes: #553296).
1642     * Require a struct remote in transport_get(); Allow curl helper to
1643       work without a local repository (closes: #553507).
1644     * help -a: do not unnecessarily look for a repository (closes:
1645       #539273).
1646     * thx Jonathan Nieder.
1648  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
1650 git-core (1:1.6.5.2-1) unstable; urgency=low
1652   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
1653     #530693).
1654   * new upstream point release.
1655     * grep: do not segfault when -f is used (closes: 551071).
1657  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
1659 git-core (1:1.6.5-1) unstable; urgency=low
1661   * new upstream release.
1662     * git-doc: html no longer uses "{plus}" where it should be "+"
1663       (closes: #529255).
1664   * debian/git-core.README.source: new; document how to use the
1665     Debian package source.
1666   * debian/implicit: update to revision 60d9070.
1668  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
1670 git-core (1:1.6.4.3-1) unstable; urgency=low
1672   * new upstream release (closes: #546709).
1673     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
1674       (closes: #536067).
1675   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
1676     Anders Kaseorg; closes: #546499).
1678  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
1680 git-core (1:1.6.3.3-2) unstable; urgency=low
1682   [ Anders Kaseorg ]
1683   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
1684     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
1685     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
1686     (closes: #530693, #521954, #533320).
1688   [ Gerrit Pape ]
1689   * debian/control: Standards-Version: 3.8.2.0.
1691  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
1693 git-core (1:1.6.3.3-1) unstable; urgency=high
1695   * new upstream point release.
1696     * daemon: Strictly parse the "extra arg" part of the command
1697       (closes: #532935; CVE-2009-2108).
1698   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
1699   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1700     remove; obsolete.
1702  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
1704 git-core (1:1.6.3.1-1) unstable; urgency=low
1706   * new upstream point release.
1708  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
1710 git-core (1:1.6.3-1) unstable; urgency=low
1712   * new upstream release.
1713   * merge branch debian-experimental.
1715  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
1717 git-core (1:1.6.3~rc3-1) experimental; urgency=low
1719   * new upstream release candidate.
1721  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
1723 git-core (1:1.6.3~rc1-1) experimental; urgency=low
1725   * new upstream release candidate.
1726   * merge branch debian-sid.
1728  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
1730 git-core (1:1.6.2.4-1) unstable; urgency=low
1732   * new upstream point release.
1734  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
1736 git-core (1:1.6.3~rc0-1) experimental; urgency=low
1738   * new upstream release candidate.
1739   * merge branch debian-sid.
1741  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
1743 git-core (1:1.6.2.3-1) unstable; urgency=low
1745   * new upstream point release.
1746   * debian/control: Standards-Version: 3.8.1.0.
1747   * debian/control: change subversion to Subversion in description.
1748   * debian/control: Section: vcs (except for git-doc).
1750  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
1752 git-core (1:1.6.2.2-1) unstable; urgency=low
1754   * new upstream point release.
1755   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
1756     new; Makefile: do not install cross-directory hardlink (thx Jonathan
1757     Nieder, closes: #520116).
1758   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
1759     'git daemon' (closes: #522348).
1760   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
1761     #522348.
1762   * debian/git-core.emacsen-startup: remove the line
1763     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
1765  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
1767 git-core (1:1.6.2.1-1) unstable; urgency=low
1769   * new upstream point release.
1770   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
1771     (closes: #519728).
1773  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
1775 git-core (1:1.6.2-1) unstable; urgency=medium
1777   * new upstream release.
1778   * merge branch debian-experimental.
1779   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
1780     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1781     remove; applied upstream.
1783  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
1785 git-core (1:1.6.2~rc2-1) experimental; urgency=low
1787   * merge branch debian-sid.
1788   * new upstream release candidate.
1790  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
1792 git-core (1:1.6.1.3-2) unstable; urgency=high
1794   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
1795     new from upstream git: Install builtins with the user and group of
1796     the installing personality.
1797   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
1798     new from upstream git: git-quiltimport: preserve standard input to
1799     be able to read user input (closes: #515910).
1801  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
1803 git-core (1:1.6.2~rc1-1) experimental; urgency=low
1805   * new upstream release candidate.
1806   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
1807     Documentation/RelNotes* from git-doc to the git-core package
1808     (closes: #514866).
1810  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
1812 git-core (1:1.6.2~rc0-1) experimental; urgency=low
1814   * new upstream release candidate.
1815   * merge branch debian-sid.
1817  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
1819 git-core (1:1.6.1.3-1) unstable; urgency=low
1821   * new upstream point release.
1823  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
1825 git-core (1:1.6.1.2-1) experimental; urgency=low
1827   * new upstream release.
1828     * don't fail to clone over http if connection is rate limited
1829       (closes: #512795).
1830     * git svn info no longer fails (closes: #499243).
1831   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
1832     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
1833     for the patch, closes: #497883).
1834   * merge branch debian-lenny.
1835   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1836     remove; fixed upstream.
1838  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
1840 git-core (1:1.5.6.5-3) unstable; urgency=high
1842   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
1843     /usr/bin/sv (closes: #511687).
1844   * debian/git-daemon-run.README.Debian: document how to create the
1845     symlink manually to have an LSB compatible /etc/init.d/git-daemon
1846     interface to control the service.
1848  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
1850 git-core (1:1.6.0.6-1) experimental; urgency=low
1852   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
1853     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
1854   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
1855     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
1856     Gerasiov, closes: #506445).
1857   * new upstream point release (closes: #504641).
1858     * gitweb: do not run "git diff" that is Porcelain.
1860  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
1862 git-core (1:1.5.6.5-2) unstable; urgency=high
1864   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
1865     new; fix possible gitweb vulnerability: calling "git diff": Jakub
1866     says that legacy-style URI to view two blob differences are never
1867     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
1868     the gitweb, which is a no-no.  It can trigger diff.external command
1869     that is specified in the configuration file of the repository being
1870     viewed.
1872  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
1874 git-core (1:1.6.0.4-1) experimental; urgency=low
1876   * new upstream point release.
1877   * debian/control: git-email: minor update to the long description
1878     (thx Gerfried Fuchs, closes: #501559).
1879   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
1880   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
1881     tk8.5 (thx Adeodato Simó, closes: #503113).
1882   * debian/rules: move the /usr/bin/git-cvsserver program into the
1883     git-cvs package.
1885  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
1887 git-core (1:1.6.0.3-1) experimental; urgency=low
1889   * debian/control: minor update to long descriptions (thx Reuben
1890     Thomas, closes: #499065).
1891   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
1892     file (thx Jari Aalto, closes: #472197).
1893   * debian/rules: install emacsen-startup configuration file into the
1894     git-core package (thx Eddy Mulyono, closes: #446027).
1895   * new upstream point release.
1896   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
1898  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
1900 git-core (1:1.6.0.2-1) experimental; urgency=low
1902   * new upstream point release.
1903   * debian/git-core.NEWS.Debian: new; mention that most of the programs
1904     now are installed outside the default $PATH; the "git-xyzzy" form
1905     in scripts and on the command line is no longer supported in 1.6.0.
1906   * debian/git-core.README.Debian: fix paths in config example (thx
1907     Michael Biebl for the patch, closes: #498741).
1908   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
1909     patch, closes: #496834).
1911  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
1913 git-core (1:1.6.0.1-1) experimental; urgency=low
1915   * new upstream point release (closes: #496155).
1916   * merge branch debian-sid.
1918  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
1920 git-core (1:1.6.0-1) experimental; urgency=low
1922   * new upstream release.
1923     * svnimport: newer libsvn wants us to ask for the root with "",
1924       not "/" (closes: #492522, #490400).
1925     * Keep some git-* programs in $(bindir); Move all dashed-form
1926       commands to libexecdir (closes: #461212).
1927     * bash: Add more option completions for 'git log' (closes:
1928       #490220).
1929     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1930       in git diff; Fix buffer overflow in git-grep (closes: #494097).
1931   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
1932     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
1933     Jonathan Nieder for the patch, closes: #494505).
1934   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
1935     several paths (thx Jonathan Nieder for a patch, closes: #480396).
1936   * debian/gitweb.NEWS.Debian: new; talk about files moved from
1937     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
1938   * debian/git-daemon/run: run git daemon instead of git-daemon
1939     (dash-less form).
1940   * debian/git-daemon-run.postinst: add gitdaemon system user.
1941   * debian/git-daemon/run: utilize chpst to run git daemon as user
1942     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
1944  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
1946 git-core (1:1.5.6.5-1) unstable; urgency=high
1948   * new upstream point release.
1949     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
1950       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
1951       closes: #494097).
1952   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
1954  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
1956 git-core (1:1.5.6.3-1.1) unstable; urgency=high
1958   * Non-maintainer upload by the Security Team.
1959   * Fix various stack-based buffer overflows when processing overly long
1960     repository pathnames which can be exploited to execute arbitrary code if
1961     a victim is tricked into using git-grep or git-diff on a crafted
1962     repository (CVE-2008-3546; Closes: #494097).
1964  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
1966 git-core (1:1.5.6.3-1) unstable; urgency=low
1968   * new upstream point release.
1969   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1970     remove; applied upstream (opens: #490400).
1971   * debian/control: Standards-Version: 3.8.0.1.
1973  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
1975 git-core (1:1.5.6.2-1) unstable; urgency=low
1977   * new upstream point release (closes: #489431).
1978   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
1979     machine-readable format; clarify some license information (thx,
1980     closes: #488351).
1981   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
1982     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
1983     #479479).
1984   * debian/control: package git-arch: no longer Suggests: bazaar
1985     (closes: #486726).
1986   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
1987     new; git-svn.perl: workaround assertions in svn library 1.5.0
1988     (closes: #489108).
1990  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
1992 git-core (1:1.5.6-1) unstable; urgency=low
1994   * new upstream release.
1995   * merge branch debian-experimental.
1997  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
1999 git-core (1:1.5.6~rc3-1) experimental; urgency=low
2001   * debian/git-daemon-run.postrm: remove log files on purge.
2002   * new upstream release candidate.
2003   * debian/control: package git-core: no longer Depends: cpio, no
2004     longer Recommends: curl.
2006  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
2008 git-core (1:1.5.6~rc2-1) experimental; urgency=low
2010   * new upstream release candidate.
2011   * merge branch debian-sid.
2012   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
2014  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
2016 git-core (1:1.5.5.4-1) unstable; urgency=low
2018   * new upstream point release.
2019   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
2020     breakage (thx Jonathan Nieder, closes: #476634).
2021   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
2022     Nieder).
2024  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
2026 git-core (1:1.5.6~rc1-1) experimental; urgency=low
2028   * new upstream release candidate.
2029     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
2030       477393).
2031     * gitweb: Fix "next" link on bottom of page (closes: #481902).
2032   * merge branch debian-sid.
2033   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
2035  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
2037 git-core (1:1.5.5.3-1) unstable; urgency=low
2039   * new upstream point release.
2040     * commit --interactive: properly update the index before commiting
2041       (closes: #480429).
2042   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2043     remove; applied upstream.
2044   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
2045     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
2046     (closes: #477337).
2048  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
2050 git-core (1:1.5.6~rc0-1) experimental; urgency=low
2052   * merge branch debian-sid.
2053   * new upstream release candidate.
2054   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
2055     remove; fixed upstream.
2056   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2057     remove; applied upstream.
2059  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
2061 git-core (1:1.5.5.2-1) unstable; urgency=low
2063   * new upstream point release.
2064     * diff-options.txt: document the new "--dirstat" option (closes:
2065       #476437).
2066   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
2067     new: git-bisect.sh: don't accidentally override existing branch
2068     "bisect" (closes: #478647).
2070  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
2072 git-core (1:1.5.5.1-1) unstable; urgency=low
2074   * new upstream point release.
2076  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
2078 git-core (1:1.5.5-1) unstable; urgency=low
2080   * new upstream release.
2081     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
2082     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
2083       (closes: #469083).
2084   * merge branch debian/experimental.
2086  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
2088 git-core (1:1.5.5~rc3-2) experimental; urgency=low
2090   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2091     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
2093  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
2095 git-core (1:1.5.5~rc3-1) experimental; urgency=low
2097   * new upstream release candidate.
2098   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
2099     new: gitweb: fallback to system-wide config file if default config does
2100     not exist (closes: #450592).
2101   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
2103  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
2105 git-core (1:1.5.5~rc2-1) experimental; urgency=low
2107   * new upstream release candidate.
2108     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
2109       (closes: #471969).
2110     * imap-send: properly error out if imap.host is not set in config
2111       (closes: #472632).
2112   * merge branch debian-sid.
2114  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
2116 git-core (1:1.5.4.5-1) unstable; urgency=low
2118   * new upstream point release (closes: #473071).
2120  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
2122 git-core (1:1.5.5~rc1-1) experimental; urgency=low
2124   * new upstream release candidate.
2126  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
2128 git-core (1:1.5.5~rc0-1) experimental; urgency=low
2130   * new upstream release candidate.
2131     * git-pull documentation: warn about the option order (closes: #463853).
2132     * hash-object: cleanup handling of command line options (closes:
2133       #464432).
2134   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2135     remove; applied upstream.
2137  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
2139 git-core (1:1.5.4.4-1) unstable; urgency=low
2141   * new upstream point release.
2142     * templates/Makefile: don't depend on local umask setting (closes:
2143       #467518).
2144     * Fix random crashes in http_cleanup() (closes: #468836).
2145     * send-email: fix In-Reply-To regression (closes: #468153).
2146     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
2147       options (closes: #468568).
2149  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
2151 git-core (1:1.5.4.3-1) unstable; urgency=low
2153   * new upstream point release.
2154     * git-clone.sh: properly configure remote even if remote's head is
2155       dangling (closes: #466581).
2156   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
2157     new: from upstream master: gitk: properly deal with tag names containing /
2158     (slash) (closes: #464104).
2159   * debian/git-daemon-run.postrm: adapt paths in /var/.
2161  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
2163 git-core (1:1.5.4.2-2) unstable; urgency=low
2165   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
2166     subdirectories, update-service now takes care of this.
2167   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
2168     upgrade from <= 1.5.4.2-1.
2170  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
2172 git-core (1:1.5.4.2-1) unstable; urgency=low
2174   * new upstream point release.
2175     * cvsimport: have default merge regex also match beginning of commit
2176       message (thx Frédéric Brière, closes: #463468).
2177     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
2178       #464656).
2179   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
2180   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
2181     (closes: #456423).
2182   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
2183     debian/git-daemon-run.prerm: use runit's update-service program to
2184     add/remove the git daemon service, instead of dealing with symlinks in
2185     /var/service/ directly.
2186   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
2187     version that provides the update-service program).
2189  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
2191 git-core (1:1.5.4.1-1) unstable; urgency=medium
2193   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
2194     closes: #463896).
2195   * new upstream point release.
2197  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
2199 git-core (1:1.5.4-1) unstable; urgency=low
2201   * merge branch debian-experimental.
2202   * new upstream release.
2203   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
2204     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
2205     #463732).
2206   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
2207     on test failures.
2209  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
2211 git-core (1:1.5.4~rc5-1) experimental; urgency=low
2213   * new upstream release candidate.
2215  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
2217 git-core (1:1.5.4~rc4-1) experimental; urgency=low
2219   * new upstream release candidate.
2220   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2221     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
2222   * debian/rules: install /usr/share/gitk/ into the gitk package, not
2223     git-core.
2225  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
2227 git-core (1:1.5.4~rc3-1) experimental; urgency=low
2229   * merge branch debian-sid.
2230   * new upstream release candidate.
2231     * "git pull --tags": error out with a better message (closes: #456035).
2232     * gitk: use user-configured background in view definition dialog
2233       (closes: #457124).
2234   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
2236  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
2238 git-core (1:1.5.3.8-1) unstable; urgency=low
2240   * debian/control: for all packages: Suggests: git-doc instead of
2241     Recommends: (thx Andrew Moise, closes: #455369).
2242   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
2243   * new upstream point release.
2245  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
2247 git-core (1:1.5.4~rc2-1) experimental; urgency=low
2249   * new upstream release candidate.
2250     * shortlog manpage documentation: work around asciidoc markup issues
2251       (closes: #447911).
2252     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
2254  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
2256 git-core (1:1.5.4~rc1-1) experimental; urgency=low
2258   * new upstream release candidate.
2259     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
2260       type (closes: #435610).
2262  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
2264 git-core (1:1.5.4~rc0-1) experimental; urgency=low
2266   * new upstream release candidate.
2267     * build with correct version information (on amd64, closes: #454935,
2268       #454408).
2269     * git-reset: add -q option to operate quietly (closes: #444933).
2270     * gitk: disable colours when calling git log (closes: #454420).
2271     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
2272       #447325, #447965, #451037).
2273     * git-commit: allow grouping of short options (closes: #407241).
2274   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
2275     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
2276     applied upstream.
2277   * debian/rules: install git-gui's lib/ directory plus subdirectory
2278     properly.
2279   * debian/control: Build-Depends: gettext.
2281  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
2283 git-core (1:1.5.3.7-1) unstable; urgency=low
2285   * new upstream point release.
2286   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
2287     cache DESTDIR in perl/perl.mak (#452077).
2288   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
2289     again, this is now handled through debian/diff/0005 (thx Pierre
2290     Habouzit, #452077).
2292  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
2294 git-core (1:1.5.3.6-1.1) unstable; urgency=low
2296   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
2297     preventing people from installing git, I took the initiative to fix it
2298     before his return.
2299   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
2300     that remembers our DESTDIR and makes perl modules be installed in
2301     debian/git-core/ in the install-indep target again
2302     (closes: #452077, #452078, #452080, #452111, #452324).
2304  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
2306 git-core (1:1.5.3.6-1) unstable; urgency=low
2308   * debian/implicit: add proper dependencies to support 'parallel build'
2309     through make -j (thx Daniel Schepler for the patch).
2310   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
2311     the selftests.
2312   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
2313     new; check /etc/mailname if author email is unknown (closes: #448655).
2314   * debian/gitweb.docs: new; install gitweb/README.
2315   * new upstream point release.
2316     * git-cvsimport: really convert underscores in branch names to dots with
2317       -u (closes: #446495).
2318     * git-mailsplit: with maildirs not only process cur/, but also new/
2319       (closes: #447396).
2320   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
2321     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
2322     subject prefix configurable (closes: #428418).
2324  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
2326 git-core (1:1.5.3.5-1) unstable; urgency=low
2328   * new upstream point release.
2329     * git-config: handle --file option with relative pathname properly;
2330       git-config: print error message if the config file cannot be read;
2331       git-config: don't silently ignore options after --list (closes:
2332       #445208).
2334  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
2336 git-core (1:1.5.3.4-1) unstable; urgency=low
2338   * new upstream point release (closes: #445188).
2340  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
2342 git-core (1:1.5.3.3-1) unstable; urgency=low
2344   * new upstream point release.
2346  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
2348 git-core (1:1.5.3.2-1) unstable; urgency=low
2350   * new upstream point release.
2351     * git-svn: fix "Malformed network data" with svn:// servers (closes:
2352       #430091, #436142).
2353     * git-commit: Allow partial commit of file removal (closes: #437817).
2354     * git-gui: lib/index.tcl: handle files with % in the filename properly
2355       (closes: #441167).
2356     * git-clone: improve error message if curl program is missing or not
2357       executable (closes: #440976).
2358   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
2359     'sv restart git-daemon' to restart git-daemon service if it was running.
2360   * debian/control: git-core: no longer Suggests: cogito, which was removed.
2361   * debian/diff/genindex.diff: apply and remove.
2362   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
2363     default (thx Ansgar Burchardt for the patch, closes: 441694).
2365  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
2367 git-core (1:1.5.3.1-1) unstable; urgency=low
2369   * new upstream point release.
2370   * debian/control: git-daemon-run: improve long description (closes:
2371     #440699).
2372   * debian/git-daemon-run.README.Debian: improve.
2373   * debian/control: git-svn: improve long description.
2374   * debian/control: git-cvs: improve long description.
2375   * debian/control: git-core: improve long description (closes: #412560).
2377  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
2379 git-core (1:1.5.3-1) unstable; urgency=low
2381   * merge branch debian-experimental.
2382   * new upstream release.
2383   * debian/control: git-email: move libemail-valid-perl from Depends: to
2384     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
2385   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
2386     Uwe Kleine-Koenig).
2388  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
2390 git-core (1:1.5.3~rc7-1) experimental; urgency=low
2392   * new upstream release candidate.
2393   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2394     remove; included upstream.
2396  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
2398 git-core (1:1.5.3~rc6-1) experimental; urgency=low
2400   * new upstream release candidate.
2401     * git-am: initialize variable $resume on startup (closes: #435807).
2402   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
2403     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
2404   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
2405     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
2406     are unset (thx Mike Hommey, closes: #438793).
2407   * merge branch debian-sid.
2409  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
2411 git-core (1:1.5.2.5-2) unstable; urgency=low
2413   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
2415  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
2417 git-core (1:1.5.2.5-1) unstable; urgency=low
2419   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
2420     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
2421   * new upstream point release.
2422   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
2423   * dbian/control: git-core: Depends: cpio (closes: #438057).
2424   * debian/git-core.README.Debian: fix typos (closes: #438932).
2425   * debian/versions.upstream, debian/changelog.upstream: adapt.
2426   * debian/rules, debian/control: install git-completion.bash from contrib as
2427     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
2428     git-completion (closes: #437532, thx Sebastian Harl).
2430  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
2432 git-core (1:1.5.3~rc4-1) experimental; urgency=low
2434   * new upstream release candidate.
2436  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
2438 git-core (1:1.5.3~rc3-1) experimental; urgency=low
2440   * new upstream release candidate.
2441   * debian/versions.upstream, debian/changelog.upstream: adapt.
2443  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
2445 git-core (1:1.5.3~rc2-1) experimental; urgency=low
2447   * new upstream release candidate.
2448   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
2449     remove; obsolete.
2450   * debian/control, debian/rules: remove git-p4 package again, moved into
2451     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
2452   * debian/versions.upstream, debian/changelog.upstream: adapt.
2454  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
2456 git-core (1:1.5.3~rc1-1) experimental; urgency=low
2458   * new upstream release candidate.
2459     * git-commit: don't add multiple Signed-off-by: from the same identity
2460       (closes: #430851).
2461     * Fix core.sharedRepository = 2 (closes: #432698).
2462   * merge branch debian-sid.
2463   * debian/versions.upstream, debian/changelog.upstream: adapt.
2464   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2465     remove; doesn't apply anymore.
2466   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
2467     new; on upstream advice.
2469  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
2471 git-core (1:1.5.2.4-1) unstable; urgency=low
2473   * new upstream point release.
2474   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
2475     #432560).
2476   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
2477   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2478     remove; merged upstream.
2479   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
2480     (closes: #432812).
2481   * debian/versions.upstream, debian/changelog.upstream: adapt.
2483  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
2485 git-core (1:1.5.3~rc0-1) experimental; urgency=low
2487   * new upstream release candidate.
2488   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
2489   * debian/versions.upstream, debian/changelog.upstream: update.
2490   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
2491     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2492     remove; applied upstream.
2493   * debian/diff/00*.diff: adapt.
2494   * debian/rules: put git-gui, git-citool man pages into package git-gui.
2496  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
2498 git-core (1:1.5.2.3-1) unstable; urgency=low
2500   * new upstream point release.
2501   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
2502     (thx Frank Lichtenheld, closes: #431481).
2503   * debian/versions.upstream, debian/changelog.upstream: update.
2505  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
2507 git-core (1:1.5.2.2-3) unstable; urgency=low
2509   * debian/rules: move /usr/share/git-gui/ from git-core package into
2510     git-gui package (thx Ansgar Burchardt, closes: #430530).
2511   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
2512     new; git-cvsimport: force checkout of working tree after initial import
2513     (closes: #430903).
2514   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
2515     new; git-gui: properly popup error if gitk should be started but is not
2516     installed (#429810).
2517   * debian/control: git-gui: Recommends: gitk (closes: #429810).
2518   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
2519     (#429389).
2521  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
2523 git-core (1:1.5.2.2-2) unstable; urgency=low
2525   * debian/control: all Architecture: all packages: Depends: git-core (>>
2526     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
2527     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
2528     #430128).
2530  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
2532 git-core (1:1.5.2.2-1) unstable; urgency=low
2534   * new upstream point release.
2535     * Fix typo in remote branch example in git user manual (closes: #427502).
2536   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2537     remove; applied upstream.
2538   * debian/versions.upstream: new; ordered list of upstream versions,
2539     starting with 1.0.0.
2540   * debian/changelog.upstream.sh: new; create changelog.upstream from git
2541     shortlog using debian/versions.upstream.
2542   * debian/changelog.upstream: re-created through changelog.upstream.sh.
2543   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
2544     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
2545     (closes: #429443).
2547  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
2549 git-core (1:1.5.2.1-2) unstable; urgency=low
2551   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
2552     new; from upstream master: git-branch --track: fix tracking branch
2553     computation.
2555  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
2557 git-core (1:1.5.2.1-1) unstable; urgency=low
2559   * new upstream point release.
2560     * Create a new manpage for the gitignore format, and reference it
2561       elsewhere (thx Josh Triplett, closes: #427078).
2562   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
2563     new; properly resolve ambiguity if argument is both, revision and
2564     filename (closes: #425491).
2565   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
2566     transition).
2567   * debian/git-daemon-run.README.Debian: new (#422139).
2568   * debian/control: all Architecture: all packages: Depends: git-core
2569     (= ${source:Version}) instead of (>= ...); this makes it no longer
2570     support binNMUs (closes: #425494, reopens: #423041).
2572  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
2574 git-core (1:1.5.2-1) unstable; urgency=low
2576   * merge branch debian-experimental.
2577   * new upstream release.
2578     * gitweb: choose appropriate view for file type if a= parameter missing
2579       (closes: #410465).
2580     * git fetch -q is supported (closes: #423165).
2581   * /usr/bin/git transition (thx Ian Beckwith!).
2582     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
2583       upgrading from versions older than 1:1.5.2~rc3-2.
2584     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
2585       handle /usr/bin/git alternative through update-alternatives.
2586     * debian/rules: no longer install git program as git-scm.
2588  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
2590 git-core (1:1.5.2~rc3-2) experimental; urgency=low
2592   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
2593   * debian/control: package git-p4: Section: contrib/devel (closes:
2594     #422755).
2595   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
2596     instead of (= ${Source-Version}) (to support binNMUs).
2598  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
2600 git-core (1:1.5.1.4-2) unstable; urgency=low
2602   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
2603     maint branch 20070514:
2604     * includes git-svn fixes (closes: #423599, #423226).
2605   * deian/rules: reverse order when applying diffs (fix typo).
2606   * debian/control: all Architecture: all packages: Depends: git-core (>=
2607     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
2608     closes: #423041).
2610  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
2612 git-core (1:1.5.2~rc3-1) experimental; urgency=low
2614   * new upstream release candidate.
2615   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2616     remove; included upstream.
2617   * debian/control: Build-Depends: tcl8.4 (for gitgui).
2618   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
2619     git-daemon-run package (#422139).
2621  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
2623 git-core (1:1.5.1.4-1) unstable; urgency=medium
2625   * new upstream point release.
2626   * debian/diff/pager-vs-less.diff: rename to
2627     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
2628   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
2629     new: Optimize directory listing with pathspec limiter (closes: #420671).
2630   * debian/git-daemon-run.postinst: restart git-daemon service if it was
2631     running.
2633  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
2635 git-core (1:1.5.2~rc2-1) experimental; urgency=low
2637   * new upstream release candidate.
2639  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
2641 git-core (1:1.5.2~rc1-1) experimental; urgency=low
2643   * new upstream release candidate.
2644   * debian/control, debian/rules: new package git-p4: tools for importing
2645     development history from perforce repositories.
2646   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
2647     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
2648     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
2650  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
2652 git-core (1:1.5.1.3-1) unstable; urgency=low
2654   * new upstream point release.
2655     * git-add tried to optimize by finding common leading directories
2656       across its arguments but botched, causing very confused behaviour
2657       (closes: #420671).
2658     * Documentation/git-reset.txt: suggest git commit --amend in example
2659       (closes: #420112).
2660     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
2661       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
2662       harder for distro people to make the same mistake, by setting the
2663       variable to /etc/gitconfig if prefix is set to /usr (closes:
2664       #420675).
2665   * debian/changelog.upstream: upstream changes taken from mailing list
2666     announcement.
2668  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
2670 git-core (1:1.5.1.2-1) unstable; urgency=low
2672   * new upstream point release.
2673   * debian/changelog.upstream: upstream changes taken from mailing list
2674     announcement.
2676  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
2678 git-core (1:1.5.1.1-1) unstable; urgency=low
2680   * new upstream point release.
2681   * debian/changelog.upstream: upstream changes taken from mailing list
2682     announcement.
2683   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2684     remove; applied upstream.
2686  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
2688 git-core (1:1.5.1-1) unstable; urgency=low
2690   * new upstream release.
2691     * git-svn got almost a rewrite (closes: #416372).
2692   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
2693   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
2694     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
2695     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2696     remove; applied upstream.
2697   * debian/diff/GNU-Hurd.diff: remove; obsolete.
2698   * debian/git-daemon-run.postrm: check for deluser being available, if
2699     not, print warning and don't remove system user (closes: #416755).
2700   * debian/changelog.upstream: upstream changes taken from mailing list
2701     announcement, and git shortlog.
2702   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
2703     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
2704     receive-email.
2706  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
2708 git-core (1:1.5.0.6-1) unstable; urgency=low
2710   * new upstream point release.
2711   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
2712     new, cherry-pick'ed from upstream master: http-fetch: don't use
2713     double-slash as directory separator in URLs (closes: #409887).
2714   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
2715     Documentation/git-svnimport.txt: fix typo.
2716   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
2717     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
2718     (closes: #404795).
2719   * debian/changelog.upstream: upstream changes taken from mailing list
2720     announcements.
2722  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
2724 git-core (1:1.5.0.5-1) unstable; urgency=low
2726   * new upstream point release.
2727   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
2728     mode 0755 (closes: #415328); remove .gitignore file(s) from
2729     /usr/share/doc/git-core/ (closes: #413913).
2730   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
2731     Habouzit, closes: #415475).
2732   * debian/changelog.upstream: upstream changes taken from mailing list
2733     announcements.
2735  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
2737 git-core (1:1.5.0.3-1) unstable; urgency=low
2739   * new upstream point release.
2740   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
2741   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
2742   * debian/changelog.upstream: upstream changes taken from mailing list
2743     announcements.
2745  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
2747 git-core (1:1.5.0.2-1) unstable; urgency=low
2749   * new upstream point release.
2750   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
2751   * debian/changelog.upstream: upstream changes taken from mailing list
2752     announcements.
2753   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
2754     yet committed to cvs (closes: #412732).
2756  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
2758 git-core (1:1.5.0.1-1) unstable; urgency=low
2760   * new upstream point release.
2761   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
2762     Have git-cvsserver call hooks/update before really altering the ref.
2763   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
2765  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
2767 git-core (1:1.5.0-1) experimental; urgency=low
2769   * new upstream release.
2770   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
2771   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
2772     adapt.
2773   * debian/control: new package git-gui, the git graphical user interface;
2774     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
2775     git-gui.
2776   * debian/rules: new package git-gui.
2777   * debian/changelog.upstream: upstream changes taken from mailing list
2778     announcements and git shortlog.
2779   * debian/git-daemon/run: don't limit git-daemon's memory resources.
2780   * debian/control, debian/rules: remove git-core-dev package again,
2781     libgit.a is not a publically usable/useful library at this moment, as
2782     its internal API is not cast in stone yet.
2783   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
2784     package.
2786  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
2788 git-core (1:1.5.0~rc3-1) experimental; urgency=low
2790   * new upstream release candidate.
2791   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
2792     install libgit.a library plus header files (thx Luca Falavigna).
2793   * debian/rules: new package git-core-dev; remove obsolete
2794     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
2795     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
2796     Luca Falavigna; closes: #403731); make git-p4import.pl available through
2797     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
2798   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
2799     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
2800     python, Suggests: git-core-dev; update short and long descriptions
2801     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
2802   * debian/diff/GNU-Hurd.diff: adapt.
2803   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
2804     needs empty directory (closes: #400508).
2805   * debian/gitweb.README.Debian: typo.
2807  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
2809 git-core (1:1.4.4.4-1) unstable; urgency=low
2811   * new upstream release, important fixes:
2812     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
2813     * Fix infinite loop when deleting multiple packed refs.
2814     * diff --check: fix off by one error.
2815   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
2816     upstream version.
2817   * debian/changelog.upstream: upstream changes taken from mailing list
2818     announcement.
2820  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
2822 git-core (1:1.4.4.3-1) unstable; urgency=medium
2824   * new upstream release (closes: #404796); important fixes:
2825     * Make sure the empty tree exists when needed in merge-recursive; the
2826       error message may make the user think that their database is corrupt
2827       when its actually not.
2828     * Don't use memcpy when source and dest. buffers may overlap.
2829     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
2830       counting of bytes for the CVS protocol, resulting in the client
2831       expecting less data than we actually send, and storing truncated files.
2832   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
2833     work around spurious .sp in manpages (closes: #388370).
2834   * debian/changelog.upstream: upstream changes taken from mailing list
2835     announcement.
2837  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
2839 git-core (1:1.4.4.2-1) unstable; urgency=low
2841   * new upstream release.
2842     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
2843   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
2844     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2845     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2846     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2847     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
2848   * debian/changelog.upstream: upstream changes taken from mailing list
2849     announcements and git log | git shortlog.
2851  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
2853 git-core (1:1.4.4.1-1) unstable; urgency=low
2855   * new upstream release (closes: #400191).
2856   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
2857     replaces debian/diff/not-packed-structs.diff.
2858   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
2859     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
2860     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
2861     0005-Increase-length-of-function-name-buffer.diff: new from upstream
2862     git.
2863   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
2864     generator (thx David Nusinow; closes: #400284).
2865   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
2867  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
2869 git-core (1:1.4.4-2) unstable; urgency=low
2871   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
2872     size doesn't match on arm (fixes selftests failure on arm).
2874  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
2876 git-core (1:1.4.4-1) unstable; urgency=low
2878   * new upstream release (closes: #399575).
2879   * debian/changelog.upstream: upstream changes taken from mailing list
2880     announcements.
2881   * debian/control: Build-Depends: unzip (for selftests).
2883  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
2885 git-core (1:1.4.3.5-1) unstable; urgency=low
2887   * new upstream release.
2888   * debian/changelog.upstream: upstream changes taken from mailing list
2889     announcements.
2891  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
2893 git-core (1:1.4.3.3-2) unstable; urgency=medium
2895   * debian/git-daemon-run.postinst: don't make the log service system user
2896     gitlog member of group adm, but nogroup; gitlog's home directory is
2897     /nonexistent (thx Florian Weimer, closes: #396687).
2898   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
2899     2750, owner gitlog:adm.
2900   * debian/changelog.upstream: upstream changes taken from mailing list
2901     announcements.
2903  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
2905 git-core (1:1.4.3.3-1) unstable; urgency=low
2907   * new upstream release.
2908   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
2909   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
2910     thx Ichthyostega).
2912  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
2914 git-core (1:1.4.3.2-1) unstable; urgency=low
2916   * new upstream release.
2917   * debian/diff/gitweb.conf.diff: remove; obsolete.
2918   * debian/changelog.upstream: upstream changes taken from mailing list
2919     announcements.
2920   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
2921     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
2922     git-arch: don't include git-archive, git-upload-archive; gitweb: install
2923     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
2924     plus man page.
2925   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
2926     selftests (fixes build/selftest failures).
2927   * debian/control: git-core: Depends: liberror-perl.
2929  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
2931 git-core (1:1.4.2.3-2) unstable; urgency=low
2933   * debian/control: new package git-daemon-run: provide a git-daemon
2934     service; git-core: no longer Suggests: runit, Depends: adduser, the
2935     git-daemon-run package now Depends: runit, adduser.
2936   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
2937     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
2938     service (closes: #388144).
2939   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
2940     package does now.
2941   * debian/git-core.postrm: remove; obsolete.
2942   * debian/rules: install git-daemon service directory in the new
2943     git-daemon-run package instead of the git-core package.
2944   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
2945   * debian/git-core.README.Debian: adapt.
2946   * debian/control: git-core: Suggests: git-daemon-run.
2948  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
2950 git-core (1:1.4.2.3-1) unstable; urgency=medium
2952   * new upstream release.
2953   * debian/changelog.upstream: upstream changes taken from mailing list
2954     announcements.
2955   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
2956   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
2957     Kujau, closes: #383065).
2959  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
2961 git-core (1:1.4.2.1-1) unstable; urgency=low
2963   * new upstream release (closes: #386820, #387405).
2964   * debian/changelog.upstream: upstream changes taken from mailing list
2965     announcements.
2966   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
2967     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
2968     #379841).
2969   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
2970   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
2971     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
2972   * debian/gitweb.docs: remove; obsolete.
2973   * debian/examples/index.aux-generation: example script to generate an
2974     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
2975     #383219).
2976   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
2977     (#383219).
2978   * debian/git-core.README.Debian: new; hints on how to set up a
2979     git.example.org server providing git://, rsync://, http:// access to
2980     repositories from Matthew Wilcox (thx!, closes: #383219).
2981   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
2982   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
2983     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
2984     Recommends: git-doc.
2985   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
2986   * debian/git-daemon/: new; git-daemon service directory for the use with
2987     runit.
2988   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
2989     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
2990   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
2991     they fail without a terminal connected.
2992   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
2993     /etc/sv/git-daemon/log/run.
2995  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
2997 git-core (1:1.4.1.1-1) unstable; urgency=low
2999   * new upstream release.
3000   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
3001     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
3002     #380209).
3004  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
3006 git-core (1:1.4.1-2) unstable; urgency=low
3008   * adopt package gitweb, now included in git-core upstream source (thx
3009     Andres Salomon):
3010     * debian/control, debian/rules: build gitweb package.
3011     * debian/copyright: adapt.
3012     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
3013       new; taken from Andres' gitweb package.
3014     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
3015     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
3016   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
3017   * debian/rules: set DESTDIR in environment, not build flags.
3019  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
3021 git-core (1.4.1-1) unstable; urgency=low
3023   * new upstream release.
3024   * debian/changelog.upstream: upstream changes taken from mailing list
3025     announcement.
3026   * debian/rules: user same build flags and prefix to $(MAKE) in build
3027     and install target to prevent rebuild in install target.
3029  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
3031 git-core (1.4.0-1) unstable; urgency=low
3033   * new upstream release.
3034   * debian/changelog.upstream: new; upstream changes taken from mailing
3035     list announcement.
3036   * debian/rules: install debian/changelog.upstream as upstream changelog.
3037   * debian/diff/pager-vs-less.diff: adapt.
3038   * debian/control: Standards-Version: 3.7.2.0.
3040  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
3042 git-core (1.3.3-2) unstable; urgency=medium
3044   * debian/control: git-core: Depends: perl-modules (closes: #369737).
3045   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
3046     if $PAGER is unset (closes: #369742).
3048  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
3050 git-core (1.3.3-1) unstable; urgency=low
3052   * new upstream release.
3054  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
3056 git-core (1.3.2-1) unstable; urgency=low
3058   * new upstream release.
3060  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
3062 git-core (1.3.1-1) unstable; urgency=low
3064   * new upstream release (closes: #364678).
3065   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
3067  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
3069 git-core (1.2.6-1) unstable; urgency=low
3071   * new upstream release.
3072   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
3074  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
3076 git-core (1.2.4-1) unstable; urgency=low
3078   * new upstream release (closes: #354563).
3080  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
3082 git-core (1.2.1-1) unstable; urgency=low
3084   * new upstream release (closes: #353041).
3085   * debian/control: git-core: Recommends: ssh-client instead of
3086     openssh-client (closes: #350708).
3088  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
3090 git-core (1.1.5-1) unstable; urgency=high
3092   * new upstream release.
3093     * checkout: do not make a temporary copy of symlink target.
3094       If the index records an insanely long symbolic link, copying
3095       into the temporary would overflow the buffer (noticed by Mark
3096       Wooding). (closes: #350274).
3098  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
3100 git-core (1.1.3-1) unstable; urgency=low
3102   * new upstream release.
3104  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
3106 git-core (1.0.8-1) unstable; urgency=low
3108   * new upstream point release.
3109   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
3110   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
3111     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
3112     Tretkowski, closes: #344929).
3114  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
3116 git-core (1.0.6-1) unstable; urgency=low
3118   * new upstream point release.
3119   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
3120     merge-order test with NO_OPENSSL=1.
3121   * debian/rules: re-enable git-rev-list --merge-order selftests.
3122   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
3124  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
3126 git-core (1.0.5-1) unstable; urgency=low
3128   * new upstream point release.
3129   * debian/rules: don't take upstream changelog from upstream
3130     debian/changelog.
3131   * debian/changelog.upstream: remove again.
3133  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
3135 git-core (1.0.3-1) unstable; urgency=low
3137   * new upstream point release.
3138   * debian/changelog.upstream: new: upstream changelog taken from upstream
3139     debian/changelog.
3140   * debian/rules: install debian/changelog.upstream as upstream changelog;
3141     remove obsolete VERSION variable.
3143  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
3145 git-core (1.0.0-1) unstable; urgency=medium
3147   * new upstream release: GIT 1.0.0.
3149  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
3151 git-core (0.99.9n-1) unstable; urgency=low
3153   * new upstream version: GIT 0.99.9n aka 1.0rc6.
3154   * debian/rules: rename git program in git-core package to git-scm,
3155     handle /usr/bin/git program through update-alternatives (as suggested
3156     by Ian Beckwith, see #342363).
3157   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
3158     #342363).
3159   * debian/git-core.postinst, debian/git-core.prerm: new: run
3160     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
3161     priority 70 on configure, and --remove on remove respectively.
3163  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
3165 git-core (0.99.9m-1) unstable; urgency=low
3167   * new upstream version: GIT 0.99.9m aka 1.0rc5.
3168     * sets PYTHONPATH for selftests (fixes autobuild test failures).
3169   * switch from tarball-in-tarball approach to original upstream tarball.
3170   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
3171     Eric Biederman previously were maintaining this package unofficially.
3172   * debian/control: Build-Depends: rcs (for selftests); git-core:
3173     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
3174     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
3175     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
3176     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
3177     description (lots taken from upstream unofficial package, thx).
3178   * debian/git-core.docs, debian/git-doc.docs: adapt.
3179   * debian/rules: adapt; remove target unpack; add target patch; adapt
3180     target clean.
3182  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
3184 git-core (0.99.9l-1) unstable; urgency=low
3186   * new upstream version.
3187   * debian/rules: apply diffs with patch -p1.
3188   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
3189     git-email packages, as suggested by upstream:
3190     http://article.gmane.org/gmane.comp.version-control.git/13185
3191   * debian/git-doc.docs: get docs from temporary install directory;
3192     include *.txt docs.
3193   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
3194     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
3195     git-cvs, git-svn, git-email, gitk.
3197  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
3199 git-core (0.99.9k-1) unstable; urgency=low
3201   * new upstream version.
3202   * debian/implicit: update to revision 1.11.
3203   * debian/git-doc.docs: add git/Documentation/howto,
3204     git/Documentation/technical (closes: #341178).
3206  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
3208 git-core (0.99.9j-1) unstable; urgency=low
3210   * initial version.
3211   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
3212     0.16rc2-0 no longer includes the git core components, but depends on
3213     the git-core package (see #338789).
3215  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
3217 git-core (0.99.9j-0) unstable; urgency=low
3219   * GIT 0.99.9j aka 1.0rc3
3221  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
3223 git-core (0.99.9i-0) unstable; urgency=low
3225   * GIT 0.99.9i aka 1.0rc2
3227  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
3229 git-core (0.99.9h-0) unstable; urgency=low
3231   * GIT 0.99.9h
3233  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
3235 git-core (0.99.9g-0) unstable; urgency=low
3237   * GIT 0.99.9g
3239  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
3241 git-core (0.99.9f-0) unstable; urgency=low
3243   * GIT 0.99.9f
3245  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
3247 git-core (0.99.9e-0) unstable; urgency=low
3249   * GIT 0.99.9e
3251  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
3253 git-core (0.99.9d-0) unstable; urgency=low
3255   * GIT 0.99.9d
3257  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
3259 git-core (0.99.9c-0) unstable; urgency=low
3261   * GIT 0.99.9c
3263  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
3265 git-core (0.99.9b-0) unstable; urgency=low
3267   * GIT 0.99.9b
3269  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
3271 git-core (0.99.9a-0) unstable; urgency=low
3273   * GIT 0.99.9a
3275  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
3277 git-core (0.99.9.GIT-2) unstable; urgency=low
3279   * Build Dependency did not include libexpat-dev.
3281  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
3283 git-core (0.99.9.GIT-1) unstable; urgency=low
3285   * Do not scatter txt and html documentation into feature
3286     subpackages.  Do place man pages into them.
3287   * Capture more cvs stuff into git-cvs package.
3289  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
3291 git-core (0.99.9.GIT-0) unstable; urgency=low
3293   * Test Build.
3295  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3297 git-core (0.99.9-1) unstable; urgency=low
3299   * Split the git-core binary package into core, doc, and foreign SCM
3300     interoperability modules.
3302  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
3304 git-core (0.99.9-0) unstable; urgency=low
3306   * GIT 0.99.9
3308  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
3310 git-core (0.99.8-0) unstable; urgency=low
3312   * GIT 0.99.8
3314  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
3316 git-core (0.99.7-0) unstable; urgency=low
3318   * GIT 0.99.7
3320  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
3322 git-core (0.99.6-0) unstable; urgency=low
3324   * GIT 0.99.6
3326  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
3328 git-core (0.99.5-1) unstable; urgency=low
3330   * Enable git-send-email on Debian.  There is no reason to shy
3331     away from it, since we have the necessary Perl modules available.
3333  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
3335 git-core (0.99.5-0) unstable; urgency=low
3337   * GIT 0.99.5
3339  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
3341 git-core (0.99.4-4) unstable; urgency=low
3343   * Mark git-tk as architecture neutral.
3345  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
3347 git-core (0.99.4-3) unstable; urgency=low
3349   * Split off gitk.
3350   * Do not depend on diff which is an essential package.
3351   * Use dh_movefiles, not dh_install, to stage two subpackages.
3353  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
3355 git-core (0.99.4-2) unstable; urgency=low
3357   * Git 0.99.4 official release.
3359  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
3361 git-core (0.99.4-1) unstable; urgency=low
3363   * Pass prefix down to the submake when building.
3365  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
3367 git-core (0.99-2) unstable; urgency=low
3369   * Conflict with the GNU Interactive Tools package, which also installs
3370     /usr/bin/git.
3371   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
3372     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
3373   * Minor tweaks to the Depends.
3375  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
3377 git-core (0.99-1) unstable; urgency=low
3379   * Update deb package support to build correctly. 
3381  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
3383 git-core (0.99-0) unstable; urgency=low
3385   * Initial deb package support
3387  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600