new upstream release candidate
[git/debian.git] / debian / changelog
blobd21be26dbefc76d4edaf5a8a175403b8ed94cd20
1 git (1:1.7.4~rc0-0.0.1) experimental; urgency=low
3   * new upstream release candidate.
4     * apply: notice spaces in filenames in traditional patches
5       (closes: #578752).
6     * read-tree --reset: let read-tree -u remove index entries
7       outside sparse area (closes: #583699).
8     * gui--askpass: ensure correct application termination
9       (closes: #588103).
10     * user manual: add a !DOCTYPE (closes: #507476).
11     * remove stray backslash from "git bundle" manual
12       (closes: #540001).
13     * allow test suite to be run as root (closes: #524309).
14     * do not ignore custom strategies for trivial merges
15       (closes: #581691).
16     * merge-recursive: fix directory/file conflicts
17       (closes: #600785).
18     * git-blame.el: add (require 'format-spec) (closes: #577471).
19     * rebase: protect against diff.noprefix configuration when
20       running format-patch (closes: #607044).
21     * log et al: accept un-sticked "git log -S needle" command-line
22       syntax (closes: #606975).
23   * update gitweb and instaweb to v1.7.2.x:
24     - debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove,
25       no longer needed.
26     - debian/diff/0006...0009-instaweb-disable-logo...diff: adapt.
27     - debian/rules:
28       + package git: install gitweb for use by instaweb using
29         standard "make install" target.
30       + package gitweb: do not install anything except
31         configuration, to avoid file conflicts with the git package.
32     - debian/control: describe gitweb as a configuration package.
33     - debian/gitweb.NEWS.Debian, debian/git.README.Debian,
34       debian/gitweb.conf: auxiliary files have been moved to
35       /usr/share/gitweb/static.
36   * gitweb.conf: disable use of rename patches by default
37     (@diff_opts = ()).
38   * debian/diff/0001-Revert-gitweb-Use-diff_opts...diff: remove,
39     no longer needed.
40   * debian/diff/0003, 0010-0034: remove, applied upstream.
41   * debian/rules: gitweb: move gitweb.cgi content to /usr/share,
42     symlink to /usr/lib/cgi-bin.
44  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 29 Dec 2010 04:31:23 -0600
46 git (1:1.7.2.3-2.2) unstable; urgency=medium
48   * Non-maintainer upload.
49   * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
50     upstream: gitweb: do not parrot filenames or other arguments given
51     in a request without proper quoting (closes: #607248,
52     CVE-2010-3906).
54  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 16 Dec 2010 01:00:30 -0600
56 git (1:1.7.2.3-2.1) unstable; urgency=low
58   * Non-maintainer upload.
59   * debian/diff/0010...0033: new from the upstream 'maint' branch:
60     * cache_tree_free: Fix small memory leak.
61     * diff.c: call regfree to free memory allocated by regcomp.
62     * gitweb: allow configurations that change with each request
63       (fixes a regression from v1.7.2-rc2 in some gitolite setups).
64     * Documentation: 19 formatting fixes (thx Frédéric Brière,
65       closes: #540001, #600422).
66     * setup: make sure git dir path is in a permanent buffer.
67     * do not depend on signed integer overflow.
68   * debian/control: gitweb: weaken dependencies to allow configurations
69     using mod_perl or fastcgi rather than CGI; explain dependencies in
70     the package description (thx Servilio Afre Puentes,
71     closes: #600413).
73  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 18 Nov 2010 19:04:09 -0600
75 git (1:1.7.2.3-2) unstable; urgency=low
77   * merge branch debian-experimental.
78   * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
80  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Oct 2010 20:07:22 +0000
82 git (1:1.7.2.3-1) experimental; urgency=low
84   * new upstream release.
85     * post-receive-email: document command-line mode (closes: #428413).
86     * add-interactive: Clarify “remaining hunks in the file”
87       (closes: #526014).
88     * rebase -i -p: document shortcomings (closes: #532775).
89     * GIT-VERSION-GEN: restrict tags used (closes: #473604).
90     * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
91       closes: #546733, #572847).
92     * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
93       closes: #578908).
94   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
95     debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
96     applied upstream.
97   * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
98     prevent gitweb from serving rename patches that GNU patch 2.6.1
99     cannot apply.
100   * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
101     install gitweb.css et al in /usr/share/gitweb, not a new static/
102     subdirectory.
103   * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
104     upstream; do not unquote + into space character in URLs.
105   * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
106     debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
107   * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
108     debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
109   * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
110     instaweb: ignore /etc/gitweb.conf;
111     debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
112     debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
113     instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
114     Kleine-König, closes: #592733).
115   * update debian/copyright.
116   * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
117     install gitweb.js, add an Alias for it to the VirtualHost example,
118     and configure gitweb to look for it in the right place (closes:
119     #555047).
120   * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
121   * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
122     #559890).
123   * debian/gitweb.conf: use relative links for gitweb.css et al
124     (thx Alban Browaeys, closes: #568343).
125   * debian/control: package git: no longer Conflicts: git
126     (<< 4.3.20-11).
127   * debian/control: package git: Breaks: packages from Debian 5.0
128     (lenny) relying on removed features such as dashed-form commands in
129     $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
130     Breaks: ancient qgit for the same reason.
131   * debian/gitweb.README.Debian: copy-edit.
132   * debian/git.README.Debian: retitle to "Git for Debian" (thx
133     Christoph Anton Mitterer, closes: #590129).
134   * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
135   * debian/control: package git no longer Depends: libdigest-sha1-perl
136     (thx Ansgar Burchardt, closes: #591039).
137   * debian/control: Build-Depends: libio-pty-perl for better test
138     coverage.
140  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 22:34:30 -0500
142 git (1:1.7.1-1.1) unstable; urgency=high
144   * Non-maintainer upload.
145   * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
146     new, cherry-picked from 3c9d041: setup: Check size of path buffer
147     before writing into it (closes: #590026, CVE-2010-2542).
149  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 25 Jul 2010 18:01:15 -0500
151 git (1:1.7.1-1) unstable; urgency=low
153   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
154     remove; obsolete.
155   * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff:
156     new; git-submodule.sh: properly initialize shell variables (closes:
157     #569594).
158   * debian/rules: no longer set ARCH='$(ARCH)' in environment for make
159     test.
160   * new upstream release.
161   * merge branch debian-experimental.
163  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Apr 2010 23:35:50 +0000
165 git (1:1.7.0.5-2~dbg0) unstable; urgency=low
167   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
168     remove; more archs are affected (additionally hppa, armel).
169   * debian/diff/0003-t-t7400-submodule-basic.sh-debug-output-...diff:
170     new; t/t7400-submodule-basic.sh: debug output for t7400.24 'update
171     --init'.
173  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Apr 2010 12:15:18 +0000
175 git (1:1.7.0.5-1) unstable; urgency=low
177   * debian/git-core.postinst: new; replace /usr/share/doc/git-core with
178     symlink /usr/share/doc/git-core -> git on upgrade from <= 1.7.0.4-2
179     (closes: #578298).
180   * debian/diff/0003-t7400-submodule-basic.sh-alpha-s390-skip-...diff:
181     new; t7400-submodule-basic.sh: alpha, s390: skip 'update --init'
182     test (workaround: #569594).
183   * debian/control: no longer Replaces, Conflicts: git-completion (thx
184     Jonathan Nieder, closes: #577730).
185   * new upstream point release.
186   * debian/rules: set ARCH='$(ARCH)' in environment for make test.
188  -- Gerrit Pape <pape@smarden.org>  Tue, 20 Apr 2010 23:41:04 +0000
190 git (1:1.7.1~rc1-1.1) experimental; urgency=low
192   * debian/control: typo (thx Jonathan Nieder).
193   * debian/git-daemon-run.postinst: remove fixup for #522348.
195  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 23:22:46 +0000
197 git (1:1.7.1~rc1-1) experimental; urgency=low
199   * new upstream release candidate.
200   * merge branch debian-sid.
202  -- Gerrit Pape <pape@smarden.org>  Sun, 11 Apr 2010 15:28:28 +0000
204 git (1:1.7.0.4-2) unstable; urgency=low
206   * debian/rules: package git: no longer install /usr/share/doc/git-core
207     -> git symlink; git-core: no longer install /usr/lib/git-core -> git
208     symlink (closes: #576906).
209   * debian/control: package git: Replaces:, Conflicts: git-core (<=
210     1:1.7.0.4-1).
211   * debian/rules: make /usr/share/gitweb/index.cgi ->
212     ../../lib/cgi-bin/gitweb.cgi symlink relative (lintian).
213   * debian/control: package git-core: minor update to the long
214     description.
215   * debian/git.README.source: add note about the <debian-package-git>
216     mailing list.
217   * debian/rules: target binary-indep: add missing dependency to
218     git-core.deb-DEBIAN.
219   * debian/implicit: no longer create DEBIAN/md5sums.
220   * debian/rules: revert the /usr/lib/git-core -> /usr/lib/git rename
221     (keeping upstream's default).
223  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Apr 2010 23:16:54 +0000
225 git (1:1.7.0.4-2~exp0) experimental; urgency=low
227   [ Gerrit Pape ]
228   * debian/control, debian/rules, debian/git-core.*: change source and
229     binary package name from git-core to git; keep now obsolete empty
230     git-core package that depends on git for upgrade (see
231     http://lists.debian.org/debian-devel/2009/09/thrd2.html#00661).
232   * debian/control: package git: Replaces: git-core, Conflicts: git-core
233     (<= 1:1.7.0.3-1), Provides: git-core.
234   * debian/git.NEWS.Debian: talk about the package name change, and the
235     possible hazzle when upgrading with GNU Interactive Tools installed
236     since etch and no git-core installed.
237   * debian/control, debian/rules: new package git-all: dummy package
238     which brings in all subpackages (following upstream's RPMs).
240   [ Jonathan Nieder ]
241   * debian/git.README.source: adjust for the package name change.
242   * debian/rules: install symbolic link git -> git-core in /usr/lib
243     to simplify upgrades.
244   * debian/git-daemon/run: use $(git --exec-path) instead of hard-coding
245     the path to the git-daemon binary.
247  -- Gerrit Pape <pape@smarden.org>  Sat, 03 Apr 2010 15:07:19 -0500
249 git-core (1:1.7.0.4-1) unstable; urgency=low
251   * debian/git-daemon-run.postrm: purge: don't warn if the git-daemon
252     service is already removed; use -f option to userdel, on fast-purge
253     the log service daemon might still run for a short time (closes:
254     #575434).
255   * new upstream point release.
257  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Apr 2010 20:42:19 +0000
259 git-core (1:1.7.0.3-1) unstable; urgency=low
261   * debian/control: Standards-Version: 3.8.4.0.
262   * debian/changelog: note fixes from Jonathan Nieder in 1.7.0.2-1.
263   * new upstream point release.
265  -- Gerrit Pape <pape@smarden.org>  Mon, 22 Mar 2010 09:19:06 +0000
267 git-core (1:1.7.0.2-1) unstable; urgency=low
269   * new upstream point release.
271     [ Jonathan Nieder ]
272     * am: remove rebase-apply directory before gc (thx Mark Brown,
273       closes: #570966).
274     * git-imap-send: Convert LF to CRLF before storing patch to draft box
275       (closes: #572598).
276     * sha1_file: be paranoid when creating loose objects (closes:
277       #569505).
279  -- Gerrit Pape <pape@smarden.org>  Thu, 18 Mar 2010 20:44:12 +0000
281 git-core (1:1.7.0-1) unstable; urgency=low
283   * debian/git-core.README.source: typos.
284   * new upstream release.
285     * Documentation: Update git core tutorial clarifying reference to
286       scripts (closes: ##560795).
287   * merge branch debian-experimental.
289  -- Gerrit Pape <pape@smarden.org>  Tue, 16 Feb 2010 08:51:32 +0000
291 git-core (1:1.7.0~rc2-1) experimental; urgency=low
293   * new upstream release candidate.
295  -- Gerrit Pape <pape@smarden.org>  Fri, 12 Feb 2010 14:30:12 +0000
297 git-core (1:1.7.0~rc1-1) experimental; urgency=low
299   * new upstream release candidate.
300   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
301     remove; applied upstream.
302   * debian/rules: NO_PYTHON=1.  Packaging the git_remote_helpers
303     Python module will require more work.
304   * update debian/copyright (closes: #557065).
305   * debian/rules: set prefix=/usr when building man pages (closes:
306     #567404).
308  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 30 Jan 2010 17:46:04 -0600
310 git-core (1:1.6.6.2-1) unstable; urgency=medium
312   * new upstream point release.
313   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
314     remove; applied upstream.
315   * debian/rules: stop ignoring test suite failures on ia64, since
316     #563882 has been fixed.  Build-Depends: and Depends:
317     libc6.1 (>= 2.10.2-6) [ia64] for the fix (closes: #568915).
318   * update debian/copyright (closes: #557065).
319   * debian/rules: set prefix=/usr when building man pages (closes:
320     #567404).
322  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Feb 2010 21:48:55 -0600
324 git-core (1:1.6.6.1-1) unstable; urgency=low
326   [ Gerrit Pape ]
327   * new upstream point release.
328     * Document git-blame triple -C option (thx Ramkumar Ramachandra,
329       closes: #476604).
330   * debian/diff/0003-git-cvsserver-allow-regex-metacharacters...diff:
331     new; git-cvsserver: allow regex metacharacters in CVSROOT (fixes
332     build/selftest failure if the build directory pathname contains a +).
333   * debian/gitweb.apache2.conf, debian/gitweb.postinst: new; make gitweb
334     work out of the box with Apache (thx Charles Plessy).
335   * debian/gitweb.README.Debian, debian/gitweb.conf, debian/rules: make
336     gitweb work out of the box with Apache (thx Charles Plessy, closes:
337     #497809).
338   * debian/gitweb.conffiles: add /etc/apache2/conf.d/gitweb.
340   [ Jonathan Nieder ]
341   * debian/rules: ignore test suite failures on ia64 (workaround:
342     #563882).
344  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Jan 2010 13:30:29 +0000
346 git-core (1:1.6.6-1) unstable; urgency=low
348   * new upstream release.
350  -- Gerrit Pape <pape@smarden.org>  Mon, 04 Jan 2010 16:01:36 +0000
352 git-core (1:1.6.6~rc2-1) experimental; urgency=low
354   * new upstream release candidate.
355   * merge branch debian-sid.
357  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 10:13:09 +0000
359 git-core (1:1.6.5.7-1) unstable; urgency=low
361   * new upstream point release.
363  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Dec 2009 09:39:55 +0000
365 git-core (1:1.6.6~rc1-1) experimental; urgency=low
367   * merge branch debian-sid.
368   * new upstream release candidate.
370  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Dec 2009 00:17:27 +0000
372 git-core (1:1.6.5.4-1) unstable; urgency=low
374   * new upstream point release.
376  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Dec 2009 22:48:57 +0000
378 git-core (1:1.6.6~rc0-1) experimental; urgency=low
380   * new upstream release candidate.
381   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
382     debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
383     debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
384     remove; obsolete.
385   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
386     OPTS.
388  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Nov 2009 00:17:59 +0000
390 git-core (1:1.6.5.3-1) unstable; urgency=low
392   [ Tanguy Ortolo ]
393   * debian/git-core.README.Debian, debian/control: git-daemon-run:
394     document that git-daemon is not provided by this package; add hint
395     on how to enable git-daemon through inetd(8) (closes: #554215).
397   [ Jonathan Nieder ]
398   * debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings (closes:
399     #555039).
400   * debian/rules: log $(CC) version, not gcc (closes: #555040).
401   * debian/rules: allow clean as non-root (closes: #555041).
402   * debian/rules: drop obsolete WITH_P4IMPORT setting (closes:
403     #555051).
404   * debian/rules: TCLTK_PATH=wish (closes: #555027).
406   [ Gerrit Pape ]
407   * new upstream point release.
408     * ls-files: unbreak "ls-files -i" (closes: #553296).
409     * Require a struct remote in transport_get(); Allow curl helper to
410       work without a local repository (closes: #553507).
411     * help -a: do not unnecessarily look for a repository (closes:
412       #539273).
413     * thx Jonathan Nieder.
415  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Nov 2009 21:01:46 +0000
417 git-core (1:1.6.5.2-1) unstable; urgency=low
419   * restore temporary lost changes from version 1:1.6.3.3-2 (closes:
420     #530693).
421   * new upstream point release.
422     * grep: do not segfault when -f is used (closes: 551071).
424  -- Gerrit Pape <pape@smarden.org>  Mon, 26 Oct 2009 12:05:18 +0000
426 git-core (1:1.6.5-1) unstable; urgency=low
428   * new upstream release.
429     * git-doc: html no longer uses "{plus}" where it should be "+"
430       (closes: #529255).
431   * debian/git-core.README.source: new; document how to use the
432     Debian package source.
433   * debian/implicit: update to revision 60d9070.
435  -- Gerrit Pape <pape@smarden.org>  Tue, 13 Oct 2009 00:23:00 +0000
437 git-core (1:1.6.4.3-1) unstable; urgency=low
439   * new upstream release (closes: #546709).
440     * git-cvsserver: no longer use deprecated 'git-subcommand' commands
441       (closes: #536067).
442   * branch debian-sid: git cherry-pick 098082f, 318b847, 1f9b620 (thx
443     Anders Kaseorg; closes: #546499).
445  -- Gerrit Pape <pape@smarden.org>  Wed, 16 Sep 2009 11:03:45 +0000
447 git-core (1:1.6.3.3-2) unstable; urgency=low
449   [ Anders Kaseorg ]
450   * Fix manpage formatting: set ASCIIDOC_NO_ROFF instead of
451     DOCBOOK_XSL_173 (based on the instructions in Documentation/Makefile)
452     and don’t override the internal Makefile variable ASCIIDOC_EXTRA
453     (closes: #530693, #521954, #533320).
455   [ Gerrit Pape ]
456   * debian/control: Standards-Version: 3.8.2.0.
458  -- Gerrit Pape <pape@smarden.org>  Mon, 29 Jun 2009 00:06:59 +0000
460 git-core (1:1.6.3.3-1) unstable; urgency=high
462   * new upstream point release.
463     * daemon: Strictly parse the "extra arg" part of the command
464       (closes: #532935; CVE-2009-2108).
465   * debian/rules: add NO_CROSS_DIRECTORY_HARDLINKS=1 to OPTS.
466   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
467     remove; obsolete.
469  -- Gerrit Pape <pape@smarden.org>  Tue, 23 Jun 2009 08:49:17 +0000
471 git-core (1:1.6.3.1-1) unstable; urgency=low
473   * new upstream point release.
475  -- Gerrit Pape <pape@smarden.org>  Thu, 14 May 2009 21:35:01 +0000
477 git-core (1:1.6.3-1) unstable; urgency=low
479   * new upstream release.
480   * merge branch debian-experimental.
482  -- Gerrit Pape <pape@smarden.org>  Fri, 08 May 2009 07:57:39 +0000
484 git-core (1:1.6.3~rc3-1) experimental; urgency=low
486   * new upstream release candidate.
488  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Apr 2009 21:58:10 +0000
490 git-core (1:1.6.3~rc1-1) experimental; urgency=low
492   * new upstream release candidate.
493   * merge branch debian-sid.
495  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 21:44:09 +0000
497 git-core (1:1.6.2.4-1) unstable; urgency=low
499   * new upstream point release.
501  -- Gerrit Pape <pape@smarden.org>  Mon, 20 Apr 2009 20:22:02 +0000
503 git-core (1:1.6.3~rc0-1) experimental; urgency=low
505   * new upstream release candidate.
506   * merge branch debian-sid.
508  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 23:06:38 +0000
510 git-core (1:1.6.2.3-1) unstable; urgency=low
512   * new upstream point release.
513   * debian/control: Standards-Version: 3.8.1.0.
514   * debian/control: change subversion to Subversion in description.
515   * debian/control: Section: vcs (except for git-doc).
517  -- Gerrit Pape <pape@smarden.org>  Tue, 14 Apr 2009 22:46:43 +0000
519 git-core (1:1.6.2.2-1) unstable; urgency=low
521   * new upstream point release.
522   * debian/diff/0006-bug-520116-Makefile-do-not-install-cross...diff:
523     new; Makefile: do not install cross-directory hardlink (thx Jonathan
524     Nieder, closes: #520116).
525   * debian/git-daemon/run: run /usr/lib/git-core/git-daemon instead of
526     'git daemon' (closes: #522348).
527   * debian/git-daemon-run.postinst: on upgrade from >> 1:1.6.0, fixup
528     #522348.
529   * debian/git-core.emacsen-startup: remove the line
530     '(add-to-list 'vc-handled-backends 'git)' (closes: #519728).
532  -- Gerrit Pape <pape@smarden.org>  Sun, 05 Apr 2009 20:49:25 +0000
534 git-core (1:1.6.2.1-1) unstable; urgency=low
536   * new upstream point release.
537   * debian/git-core.emacsen-startup: no longer refer to vc-git.el
538     (closes: #519728).
540  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Mar 2009 22:18:05 +0000
542 git-core (1:1.6.2-1) unstable; urgency=medium
544   * new upstream release.
545   * merge branch debian-experimental.
546   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff,
547     debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
548     remove; applied upstream.
550  -- Gerrit Pape <pape@smarden.org>  Wed, 04 Mar 2009 22:44:43 +0000
552 git-core (1:1.6.2~rc2-1) experimental; urgency=low
554   * merge branch debian-sid.
555   * new upstream release candidate.
557  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:15:13 +0000
559 git-core (1:1.6.1.3-2) unstable; urgency=high
561   * debian/diff/0006-Install-builtins-with-the-user-and-group-of...diff:
562     new from upstream git: Install builtins with the user and group of
563     the installing personality.
564   * debian/diff/0007-git-quiltimport-preserve-standard-input-to...diff:
565     new from upstream git: git-quiltimport: preserve standard input to
566     be able to read user input (closes: #515910).
568  -- Gerrit Pape <pape@smarden.org>  Thu, 26 Feb 2009 22:01:37 +0000
570 git-core (1:1.6.2~rc1-1) experimental; urgency=low
572   * new upstream release candidate.
573   * debian/git-core.docs, debian/git-doc.docs, debian/rules: move
574     Documentation/RelNotes* from git-doc to the git-core package
575     (closes: #514866).
577  -- Gerrit Pape <pape@smarden.org>  Tue, 17 Feb 2009 20:20:03 +0000
579 git-core (1:1.6.2~rc0-1) experimental; urgency=low
581   * new upstream release candidate.
582   * merge branch debian-sid.
584  -- Gerrit Pape <pape@smarden.org>  Tue, 10 Feb 2009 00:06:02 +0000
586 git-core (1:1.6.1.3-1) unstable; urgency=low
588   * new upstream point release.
590  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Feb 2009 21:31:39 +0000
592 git-core (1:1.6.1.2-1) experimental; urgency=low
594   * new upstream release.
595     * don't fail to clone over http if connection is rate limited
596       (closes: #512795).
597     * git svn info no longer fails (closes: #499243).
598   * debian/rules: ASCIIDOC_EXTRA='-a asciidoc7compatible -a docbook-xsl-172'
599     and DOCBOOK_XSL_173=Yes when building documentation (thx Niko Tyni
600     for the patch, closes: #497883).
601   * merge branch debian-lenny.
602   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
603     remove; fixed upstream.
605  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 23:26:45 +0000
607 git-core (1:1.5.6.5-3) unstable; urgency=high
609   * debian/rules: no longer install symlink /etc/init.d/git-daemon ->
610     /usr/bin/sv (closes: #511687).
611   * debian/git-daemon-run.README.Debian: document how to create the
612     symlink manually to have an LSB compatible /etc/init.d/git-daemon
613     interface to control the service.
615  -- Gerrit Pape <pape@smarden.org>  Mon, 02 Feb 2009 20:56:15 +0000
617 git-core (1:1.6.0.6-1) experimental; urgency=low
619   * debian/control: git-email: Recommends: libnet-smtp-ssl-perl,
620     libauthen-sasl-perl (thx Kees Cook, closes: #505636).
621   * debian/diff/0005-bug-506445-hooks-post-receive-email-set-...diff:
622     new; hooks/post-receive-email: set encoding to utf-8 (thx Alexander
623     Gerasiov, closes: #506445).
624   * new upstream point release (closes: #504641).
625     * gitweb: do not run "git diff" that is Porcelain.
627  -- Gerrit Pape <pape@smarden.org>  Sat, 20 Dec 2008 11:03:49 +0000
629 git-core (1:1.5.6.5-2) unstable; urgency=high
631   * debian/diff/0005-gitweb-do-not-run-git-diff-that-is-Porcelain.diff:
632     new; fix possible gitweb vulnerability: calling "git diff": Jakub
633     says that legacy-style URI to view two blob differences are never
634     generated since 1.4.3.  This codepath runs "git diff" Porcelain from
635     the gitweb, which is a no-no.  It can trigger diff.external command
636     that is specified in the configuration file of the repository being
637     viewed.
639  -- Gerrit Pape <pape@smarden.org>  Wed, 17 Dec 2008 09:27:01 +0000
641 git-core (1:1.6.0.4-1) experimental; urgency=low
643   * new upstream point release.
644   * debian/control: git-email: minor update to the long description
645     (thx Gerfried Fuchs, closes: #501559).
646   * debian/rules: TCLTK_PATH=/usr/bin/wish instead of wish8.5 in OPTS.
647   * debian/control: git-gui, gitk: Depends: tk (>= 8.4) instead of
648     tk8.5 (thx Adeodato Simó, closes: #503113).
649   * debian/rules: move the /usr/bin/git-cvsserver program into the
650     git-cvs package.
652  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Nov 2008 22:36:05 +0000
654 git-core (1:1.6.0.3-1) experimental; urgency=low
656   * debian/control: minor update to long descriptions (thx Reuben
657     Thomas, closes: #499065).
658   * debian/git-core.emacsen-startup: new; emacsen-startup configuration
659     file (thx Jari Aalto, closes: #472197).
660   * debian/rules: install emacsen-startup configuration file into the
661     git-core package (thx Eddy Mulyono, closes: #446027).
662   * new upstream point release.
663   * debian/git-core.conffiles: add /etc/emacs/site-start.d/50git-core.el
665  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Nov 2008 20:26:56 +0000
667 git-core (1:1.6.0.2-1) experimental; urgency=low
669   * new upstream point release.
670   * debian/git-core.NEWS.Debian: new; mention that most of the programs
671     now are installed outside the default $PATH; the "git-xyzzy" form
672     in scripts and on the command line is no longer supported in 1.6.0.
673   * debian/git-core.README.Debian: fix paths in config example (thx
674     Michael Biebl for the patch, closes: #498741).
675   * debian/git-core.README.Debian: typo (thx Vincent Bernat for the
676     patch, closes: #496834).
678  -- Gerrit Pape <pape@smarden.org>  Wed, 24 Sep 2008 20:55:26 +0000
680 git-core (1:1.6.0.1-1) experimental; urgency=low
682   * new upstream point release (closes: #496155).
683   * merge branch debian-sid.
685  -- Gerrit Pape <pape@smarden.org>  Wed, 27 Aug 2008 07:53:36 +0000
687 git-core (1:1.6.0-1) experimental; urgency=low
689   * new upstream release.
690     * svnimport: newer libsvn wants us to ask for the root with "",
691       not "/" (closes: #492522, #490400).
692     * Keep some git-* programs in $(bindir); Move all dashed-form
693       commands to libexecdir (closes: #461212).
694     * bash: Add more option completions for 'git log' (closes:
695       #490220).
696     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
697       in git diff; Fix buffer overflow in git-grep (closes: #494097).
698   * 0002-bug-438793-git-sh-setup.sh-builtin-tag.c-fallback.diff: redo
699     as 0002-bug-438793-494505-fallback-to-editor-not-vi.diff (thx
700     Jonathan Nieder for the patch, closes: #494505).
701   * debian/rules: add gitexecdir=/usr/lib/git-core to OPTS; adapt
702     several paths (thx Jonathan Nieder for a patch, closes: #480396).
703   * debian/gitweb.NEWS.Debian: new; talk about files moved from
704     /var/www/ to /usr/share/gitweb/ (see #479479; closes: #494467).
705   * debian/git-daemon/run: run git daemon instead of git-daemon
706     (dash-less form).
707   * debian/git-daemon-run.postinst: add gitdaemon system user.
708   * debian/git-daemon/run: utilize chpst to run git daemon as user
709     gitdaemon (thx Daniel Kahn Gillmor, closes: #494991).
711  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 22:31:44 +0000
713 git-core (1:1.5.6.5-1) unstable; urgency=high
715   * new upstream point release.
716     * Fix buffer overflow in prepare_attr_stack; Fix buffer overflow
717       in git diff; Fix buffer overflow in git-grep (CVE-2008-3546;
718       closes: #494097).
719   * debian/diff/0005-bug-494097-CVE-2008-3546.diff: remove; obsolete.
721  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Aug 2008 19:22:02 +0000
723 git-core (1:1.5.6.3-1.1) unstable; urgency=high
725   * Non-maintainer upload by the Security Team.
726   * Fix various stack-based buffer overflows when processing overly long
727     repository pathnames which can be exploited to execute arbitrary code if
728     a victim is tricked into using git-grep or git-diff on a crafted
729     repository (CVE-2008-3546; Closes: #494097).
731  -- Nico Golde <nion@debian.org>  Sat, 09 Aug 2008 13:53:13 +0200
733 git-core (1:1.5.6.3-1) unstable; urgency=low
735   * new upstream point release.
736   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
737     remove; applied upstream (opens: #490400).
738   * debian/control: Standards-Version: 3.8.0.1.
740  -- Gerrit Pape <pape@smarden.org>  Thu, 17 Jul 2008 07:40:08 +0000
742 git-core (1:1.5.6.2-1) unstable; urgency=low
744   * new upstream point release (closes: #489431).
745   * debian/copyright: apply patch from Ansgar Burchardt: adopt proposed
746     machine-readable format; clarify some license information (thx,
747     closes: #488351).
748   * debian/rules: package gitweb: install gitweb.css, git-favicon.png,
749     git-logo.png into /usr/share/gitweb/ instead of /var/www/ (closes:
750     #479479).
751   * debian/control: package git-arch: no longer Suggests: bazaar
752     (closes: #486726).
753   * debian/diff/0005-git-svn.perl-workaround-assertions-in-svn...diff:
754     new; git-svn.perl: workaround assertions in svn library 1.5.0
755     (closes: #489108).
757  -- Gerrit Pape <pape@smarden.org>  Sun, 06 Jul 2008 18:35:27 +0000
759 git-core (1:1.5.6-1) unstable; urgency=low
761   * new upstream release.
762   * merge branch debian-experimental.
764  -- Gerrit Pape <pape@smarden.org>  Thu, 19 Jun 2008 07:38:31 +0000
766 git-core (1:1.5.6~rc3-1) experimental; urgency=low
768   * debian/git-daemon-run.postrm: remove log files on purge.
769   * new upstream release candidate.
770   * debian/control: package git-core: no longer Depends: cpio, no
771     longer Recommends: curl.
773  -- Gerrit Pape <pape@smarden.org>  Sun, 15 Jun 2008 11:14:49 +0000
775 git-core (1:1.5.6~rc2-1) experimental; urgency=low
777   * new upstream release candidate.
778   * merge branch debian-sid.
779   * debian/rules: do not build manpages twice (thx Jonathan Nieder).
781  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 12:02:43 +0000
783 git-core (1:1.5.5.4-1) unstable; urgency=low
785   * new upstream point release.
786   * debian/rules: enable DOCBOOK_XSL_172 build variable, fixing man page
787     breakage (thx Jonathan Nieder, closes: #476634).
788   * debian/control: Build-Depends: docbook-xsl (>> 1.72) (thx Jonathan
789     Nieder).
791  -- Gerrit Pape <pape@smarden.org>  Mon, 09 Jun 2008 11:51:19 +0000
793 git-core (1:1.5.6~rc1-1) experimental; urgency=low
795   * new upstream release candidate.
796     * git-svn fails in prop_walk if $self->{path} is not empty (closes:
797       477393).
798     * gitweb: Fix "next" link on bottom of page (closes: #481902).
799   * merge branch debian-sid.
800   * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534).
802  -- Gerrit Pape <pape@smarden.org>  Thu, 05 Jun 2008 10:14:14 +0000
804 git-core (1:1.5.5.3-1) unstable; urgency=low
806   * new upstream point release.
807     * commit --interactive: properly update the index before commiting
808       (closes: #480429).
809   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
810     remove; applied upstream.
811   * debian/diff/0005-bug-477337-git-svn.perl-fallback-to-pager...diff:
812     new; git-svn.perl: fallback to 'pager' not 'less' if PAGER is unset
813     (closes: #477337).
815  -- Gerrit Pape <pape@smarden.org>  Wed, 28 May 2008 19:32:57 +0000
817 git-core (1:1.5.6~rc0-1) experimental; urgency=low
819   * merge branch debian-sid.
820   * new upstream release candidate.
821   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file...diff:
822     remove; fixed upstream.
823   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
824     remove; applied upstream.
826  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:53:38 +0000
828 git-core (1:1.5.5.2-1) unstable; urgency=low
830   * new upstream point release.
831     * diff-options.txt: document the new "--dirstat" option (closes:
832       #476437).
833   * debian/diff/0005-git-bisect.sh-don-t-accidentally-override...diff:
834     new: git-bisect.sh: don't accidentally override existing branch
835     "bisect" (closes: #478647).
837  -- Gerrit Pape <pape@smarden.org>  Mon, 26 May 2008 16:41:45 +0000
839 git-core (1:1.5.5.1-1) unstable; urgency=low
841   * new upstream point release.
843  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Apr 2008 18:24:34 +0000
845 git-core (1:1.5.5-1) unstable; urgency=low
847   * new upstream release.
848     * gitk: Fix changing colors through Edit->Preferences (closes: #472615).
849     * Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"
850       (closes: #469083).
851   * merge branch debian/experimental.
853  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Apr 2008 20:26:25 +0000
855 git-core (1:1.5.5~rc3-2) experimental; urgency=low
857   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
858     amend: properly apply GITWEB_CONFIG_SYSTEM to gitweb.cgi.
860  -- Gerrit Pape <pape@smarden.org>  Fri, 04 Apr 2008 20:40:48 +0000
862 git-core (1:1.5.5~rc3-1) experimental; urgency=low
864   * new upstream release candidate.
865   * debian/diff/0004-gitweb-fallback-to-system-wide-config-file-if-defaul.diff:
866     new: gitweb: fallback to system-wide config file if default config does
867     not exist (closes: #450592).
868   * debian/rules: remove GITWEB_CONFIG=/etc/gitweb.conf from OPTS.
870  -- Gerrit Pape <pape@smarden.org>  Thu, 03 Apr 2008 19:43:33 +0000
872 git-core (1:1.5.5~rc2-1) experimental; urgency=low
874   * new upstream release candidate.
875     * t9600-cvsimport.sh: set HOME before checking for cvsps availability
876       (closes: #471969).
877     * imap-send: properly error out if imap.host is not set in config
878       (closes: #472632).
879   * merge branch debian-sid.
881  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:53:30 +0000
883 git-core (1:1.5.4.5-1) unstable; urgency=low
885   * new upstream point release (closes: #473071).
887  -- Gerrit Pape <pape@smarden.org>  Fri, 28 Mar 2008 08:26:39 +0000
889 git-core (1:1.5.5~rc1-1) experimental; urgency=low
891   * new upstream release candidate.
893  -- Gerrit Pape <pape@smarden.org>  Sun, 23 Mar 2008 11:55:21 +0000
895 git-core (1:1.5.5~rc0-1) experimental; urgency=low
897   * new upstream release candidate.
898     * git-pull documentation: warn about the option order (closes: #463853).
899     * hash-object: cleanup handling of command line options (closes:
900       #464432).
901   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
902     remove; applied upstream.
904  -- Gerrit Pape <pape@smarden.org>  Wed, 19 Mar 2008 07:45:01 +0000
906 git-core (1:1.5.4.4-1) unstable; urgency=low
908   * new upstream point release.
909     * templates/Makefile: don't depend on local umask setting (closes:
910       #467518).
911     * Fix random crashes in http_cleanup() (closes: #468836).
912     * send-email: fix In-Reply-To regression (closes: #468153).
913     * git-merge.sh: better handling of combined --squash,--no-ff,--no-commit
914       options (closes: #468568).
916  -- Gerrit Pape <pape@smarden.org>  Mon, 10 Mar 2008 10:38:51 +0000
918 git-core (1:1.5.4.3-1) unstable; urgency=low
920   * new upstream point release.
921     * git-clone.sh: properly configure remote even if remote's head is
922       dangling (closes: #466581).
923   * debian/diff/0004-gitk-properly-deal-with-tag-names-containing-sl.diff:
924     new: from upstream master: gitk: properly deal with tag names containing /
925     (slash) (closes: #464104).
926   * debian/git-daemon-run.postrm: adapt paths in /var/.
928  -- Gerrit Pape <pape@smarden.org>  Sun, 24 Feb 2008 16:19:02 +0000
930 git-core (1:1.5.4.2-2) unstable; urgency=low
932   * debian/rules: git-daemon-run: no longer include symlinks for ./supervise/
933     subdirectories, update-service now takes care of this.
934   * debian/git-daemon-run.postinst: remove ad re-add git-daemon service on
935     upgrade from <= 1.5.4.2-1.
937  -- Gerrit Pape <pape@smarden.org>  Mon, 18 Feb 2008 22:22:14 +0000
939 git-core (1:1.5.4.2-1) unstable; urgency=low
941   * new upstream point release.
942     * cvsimport: have default merge regex also match beginning of commit
943       message (thx Frédéric Brière, closes: #463468).
944     * builtin-commit: remove .git/SQUASH_MSG upon successful commit (closes:
945       #464656).
946   * debian/rules: change TCLTK_PATH to /usr/bin/wish8.5 in OPTS.
947   * debian/control: Build-Depends: tcl8.5; git-gui, gitk: Depends: tk8.5
948     (closes: #456423).
949   * debian/git-daemon-run.postinst, debian/git-daemon-run.postrm,
950     debian/git-daemon-run.prerm: use runit's update-service program to
951     add/remove the git daemon service, instead of dealing with symlinks in
952     /var/service/ directly.
953   * debian/control: package git-daemon: Depends: runit (>= 1.8.0-2) (1st
954     version that provides the update-service program).
956  -- Gerrit Pape <pape@smarden.org>  Sun, 17 Feb 2008 18:48:00 +0000
958 git-core (1:1.5.4.1-1) unstable; urgency=medium
960   * debian/control: Build-Depends: cvsps (for selftests, thx Marco Rodrigues,
961     closes: #463896).
962   * new upstream point release.
964  -- Gerrit Pape <pape@smarden.org>  Mon, 11 Feb 2008 12:00:03 +0000
966 git-core (1:1.5.4-1) unstable; urgency=low
968   * merge branch debian-experimental.
969   * new upstream release.
970   * debian/git-core.README.Debian: add Alias'es for git-favicon.png and
971     git-logo.png to the VirtualHost example (thx Frederic Briere, closes:
972     #463732).
973   * debian/rules: target build-arch-stamp: re-run selftests with --verbose
974     on test failures.
976  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Feb 2008 05:01:16 +0000
978 git-core (1:1.5.4~rc5-1) experimental; urgency=low
980   * new upstream release candidate.
982  -- Gerrit Pape <pape@smarden.org>  Mon, 28 Jan 2008 11:01:08 +0000
984 git-core (1:1.5.4~rc4-1) experimental; urgency=low
986   * new upstream release candidate.
987   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
988     adapt; don't warn if /etc/mailname does not exist (closes: #461844).
989   * debian/rules: install /usr/share/gitk/ into the gitk package, not
990     git-core.
992  -- Gerrit Pape <pape@smarden.org>  Mon, 21 Jan 2008 21:15:21 +0000
994 git-core (1:1.5.4~rc3-1) experimental; urgency=low
996   * merge branch debian-sid.
997   * new upstream release candidate.
998     * "git pull --tags": error out with a better message (closes: #456035).
999     * gitk: use user-configured background in view definition dialog
1000       (closes: #457124).
1001   * debian/control: Build-Depends: cvs, libdbd-sqlite3-perl (for selftests).
1003  -- Gerrit Pape <pape@smarden.org>  Sat, 12 Jan 2008 15:09:23 +0000
1005 git-core (1:1.5.3.8-1) unstable; urgency=low
1007   * debian/control: for all packages: Suggests: git-doc instead of
1008     Recommends: (thx Andrew Moise, closes: #455369).
1009   * debian/control: add Vcs-Git: http://smarden.org/git/git.git/.
1010   * new upstream point release.
1012  -- Gerrit Pape <pape@smarden.org>  Tue, 08 Jan 2008 21:01:35 +0000
1014 git-core (1:1.5.4~rc2-1) experimental; urgency=low
1016   * new upstream release candidate.
1017     * shortlog manpage documentation: work around asciidoc markup issues
1018       (closes: #447911).
1019     * Fix $EDITOR regression introduced by rewrite in C (closes: #446845).
1021  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Dec 2007 08:45:01 +0000
1023 git-core (1:1.5.4~rc1-1) experimental; urgency=low
1025   * new upstream release candidate.
1026     * gitweb: Teach "a=blob" action to be more lenient about blob/file mime
1027       type (closes: #435610).
1029  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Dec 2007 09:07:10 +0000
1031 git-core (1:1.5.4~rc0-1) experimental; urgency=low
1033   * new upstream release candidate.
1034     * build with correct version information (on amd64, closes: #454935,
1035       #454408).
1036     * git-reset: add -q option to operate quietly (closes: #444933).
1037     * gitk: disable colours when calling git log (closes: #454420).
1038     * "git svnimport" was removed in favor of "git svn" (closes: #436930,
1039       #447325, #447965, #451037).
1040     * git-commit: allow grouping of short options (closes: #407241).
1041   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff,
1042     debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: remove;
1043     applied upstream.
1044   * debian/rules: install git-gui's lib/ directory plus subdirectory
1045     properly.
1046   * debian/control: Build-Depends: gettext.
1048  -- Gerrit Pape <pape@smarden.org>  Thu, 13 Dec 2007 14:08:45 +0000
1050 git-core (1:1.5.3.7-1) unstable; urgency=low
1052   * new upstream point release.
1053   * debian/diff/0005-Don-t-cache-DESTDIR-in-perl-perl.mak.diff: new; don't
1054     cache DESTDIR in perl/perl.mak (#452077).
1055   * debian/rules: remove $(MAKE) -C perl clean to remove the perl/perl.mak
1056     again, this is now handled through debian/diff/0005 (thx Pierre
1057     Habouzit, #452077).
1059  -- Gerrit Pape <pape@smarden.org>  Mon,  3 Dec 2007 10:17:11 +0000
1061 git-core (1:1.5.3.6-1.1) unstable; urgency=low
1063   * Non-maintainer upload: Gerrit is currently changing home, and this bug is
1064     preventing people from installing git, I took the initiative to fix it
1065     before his return.
1066   * debian/rules: force a $(MAKE) -C perl clean to remove the perl/perl.mak
1067     that remembers our DESTDIR and makes perl modules be installed in
1068     debian/git-core/ in the install-indep target again
1069     (closes: #452077, #452078, #452080, #452111, #452324).
1071  -- Pierre Habouzit <madcoder@debian.org>  Thu, 22 Nov 2007 00:40:08 +0100
1073 git-core (1:1.5.3.6-1) unstable; urgency=low
1075   * debian/implicit: add proper dependencies to support 'parallel build'
1076     through make -j (thx Daniel Schepler for the patch).
1077   * debian/rules: support 'nocheck' in DEB_BUILD_OPTIONS to skip running
1078     the selftests.
1079   * debian/diff/0003-bug-448655-check-etc-mailname-if-author-email-is-un.diff:
1080     new; check /etc/mailname if author email is unknown (closes: #448655).
1081   * debian/gitweb.docs: new; install gitweb/README.
1082   * new upstream point release.
1083     * git-cvsimport: really convert underscores in branch names to dots with
1084       -u (closes: #446495).
1085     * git-mailsplit: with maildirs not only process cur/, but also new/
1086       (closes: #447396).
1087   * debian/diff/0004-contrib-hooks-post-receive-email-make-subject-prefix.diff:
1088     new; cherry-pick'ed from master: contrib/hooks/post-receive-email: make
1089     subject prefix configurable (closes: #428418).
1091  -- Gerrit Pape <pape@smarden.org>  Mon, 19 Nov 2007 12:32:11 +0000
1093 git-core (1:1.5.3.5-1) unstable; urgency=low
1095   * new upstream point release.
1096     * git-config: handle --file option with relative pathname properly;
1097       git-config: print error message if the config file cannot be read;
1098       git-config: don't silently ignore options after --list (closes:
1099       #445208).
1101  -- Gerrit Pape <pape@smarden.org>  Thu, 01 Nov 2007 08:35:46 +0000
1103 git-core (1:1.5.3.4-1) unstable; urgency=low
1105   * new upstream point release (closes: #445188).
1107  -- Gerrit Pape <pape@smarden.org>  Thu, 04 Oct 2007 08:27:01 +0000
1109 git-core (1:1.5.3.3-1) unstable; urgency=low
1111   * new upstream point release.
1113  -- Gerrit Pape <pape@smarden.org>  Sun, 30 Sep 2007 09:25:06 +0000
1115 git-core (1:1.5.3.2-1) unstable; urgency=low
1117   * new upstream point release.
1118     * git-svn: fix "Malformed network data" with svn:// servers (closes:
1119       #430091, #436142).
1120     * git-commit: Allow partial commit of file removal (closes: #437817).
1121     * git-gui: lib/index.tcl: handle files with % in the filename properly
1122       (closes: #441167).
1123     * git-clone: improve error message if curl program is missing or not
1124       executable (closes: #440976).
1125   * debian/git-daemon-run.postinst: use 'sv -v term git-daemon' instead of
1126     'sv restart git-daemon' to restart git-daemon service if it was running.
1127   * debian/control: git-core: no longer Suggests: cogito, which was removed.
1128   * debian/diff/genindex.diff: apply and remove.
1129   * debian/gitweb.conf: comment out $home_link, and set to gitweb.cgi's
1130     default (thx Ansgar Burchardt for the patch, closes: 441694).
1132  -- Gerrit Pape <pape@smarden.org>  Thu, 20 Sep 2007 07:28:41 +0000
1134 git-core (1:1.5.3.1-1) unstable; urgency=low
1136   * new upstream point release.
1137   * debian/control: git-daemon-run: improve long description (closes:
1138     #440699).
1139   * debian/git-daemon-run.README.Debian: improve.
1140   * debian/control: git-svn: improve long description.
1141   * debian/control: git-cvs: improve long description.
1142   * debian/control: git-core: improve long description (closes: #412560).
1144  -- Gerrit Pape <pape@smarden.org>  Tue, 04 Sep 2007 18:18:33 +0000
1146 git-core (1:1.5.3-1) unstable; urgency=low
1148   * merge branch debian-experimental.
1149   * new upstream release.
1150   * debian/control: git-email: move libemail-valid-perl from Depends: to
1151     Recommends: (thx Uwe Kleine-Koenig, closes: #439902).
1152   * debian/control: git-email: no longer Depends: libmail-sendmail-perl (thx
1153     Uwe Kleine-Koenig).
1155  -- Gerrit Pape <pape@smarden.org>  Sun, 02 Sep 2007 16:41:54 +0000
1157 git-core (1:1.5.3~rc7-1) experimental; urgency=low
1159   * new upstream release candidate.
1160   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1161     remove; included upstream.
1163  -- Gerrit Pape <pape@smarden.org>  Wed, 29 Aug 2007 12:22:16 +0000
1165 git-core (1:1.5.3~rc6-1) experimental; urgency=low
1167   * new upstream release candidate.
1168     * git-am: initialize variable $resume on startup (closes: #435807).
1169   * debian/diff/0002-git-merge-do-up-to-date-check-also-for-all-strategie.diff:
1170     new; http://article.gmane.org/gmane.comp.version-control.git/55981.
1171   * debian/diff/0003-git-sh-setup.sh-fallback-to-editor-not-vi-if-VI.diff:
1172     new; git-sh-setup.sh: fallback to 'editor' not 'vi' if $VISUAL and $EDITOR
1173     are unset (thx Mike Hommey, closes: #438793).
1174   * merge branch debian-sid.
1176  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:54:16 +0000
1178 git-core (1:1.5.2.5-2) unstable; urgency=low
1180   * debian/git-core.conffiles: new; add /etc/bash_completion.d/git.
1182  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Aug 2007 09:49:39 +0000
1184 git-core (1:1.5.2.5-1) unstable; urgency=low
1186   * debian/control: fix typo in Build-Depends: libcurl4-gnutls-dev |
1187     libcurl3-gnutls-dev (thx Mikael Eriksson, closes: #433196).
1188   * new upstream point release.
1189   * debian/rules: add TCLTK_PATH=/usr/bin/wish8.4 to OPTS (closes: #438662).
1190   * dbian/control: git-core: Depends: cpio (closes: #438057).
1191   * debian/git-core.README.Debian: fix typos (closes: #438932).
1192   * debian/versions.upstream, debian/changelog.upstream: adapt.
1193   * debian/rules, debian/control: install git-completion.bash from contrib as
1194     /etc/bash_completion.d/git; git-core: Conflicts:, Provides:, Replaces:
1195     git-completion (closes: #437532, thx Sebastian Harl).
1197  -- Gerrit Pape <pape@smarden.org>  Sat, 25 Aug 2007 17:56:20 +0000
1199 git-core (1:1.5.3~rc4-1) experimental; urgency=low
1201   * new upstream release candidate.
1203  -- Gerrit Pape <pape@smarden.org>  Sat, 04 Aug 2007 13:02:05 +0000
1205 git-core (1:1.5.3~rc3-1) experimental; urgency=low
1207   * new upstream release candidate.
1208   * debian/versions.upstream, debian/changelog.upstream: adapt.
1210  -- Gerrit Pape <pape@smarden.org>  Fri, 27 Jul 2007 11:13:52 +0000
1212 git-core (1:1.5.3~rc2-1) experimental; urgency=low
1214   * new upstream release candidate.
1215   * debian/diff/????-Pack-objects-properly-initialize-the-depth-value.diff:
1216     remove; obsolete.
1217   * debian/control, debian/rules: remove git-p4 package again, moved into
1218     contrib/ upstream; see /usr/share/doc/git-core/contrib/p4import/.
1219   * debian/versions.upstream, debian/changelog.upstream: adapt.
1221  -- Gerrit Pape <pape@smarden.org>  Fri, 20 Jul 2007 08:47:45 +0000
1223 git-core (1:1.5.3~rc1-1) experimental; urgency=low
1225   * new upstream release candidate.
1226     * git-commit: don't add multiple Signed-off-by: from the same identity
1227       (closes: #430851).
1228     * Fix core.sharedRepository = 2 (closes: #432698).
1229   * merge branch debian-sid.
1230   * debian/versions.upstream, debian/changelog.upstream: adapt.
1231   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1232     remove; doesn't apply anymore.
1233   * debian/diff/0002-Pack-objects-properly-initialize-the-depth-value.diff:
1234     new; on upstream advice.
1236  -- Gerrit Pape <pape@smarden.org>  Sat, 14 Jul 2007 11:45:27 +0000
1238 git-core (1:1.5.2.4-1) unstable; urgency=low
1240   * new upstream point release.
1241   * debian/rules: build documentation with ASCIIDOC8=YesPlease (closes:
1242     #432560).
1243   * debian/control: Build-Depends: asciidoc (>> 8.0.0).
1244   * debian/diff/????-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1245     remove; merged upstream.
1246   * debian/control: Build-Depends: libcurl4-gnutls-dev | libcurl3-gnutsl-dev
1247     (closes: #432812).
1248   * debian/versions.upstream, debian/changelog.upstream: adapt.
1250  -- Gerrit Pape <pape@smarden.org>  Fri, 13 Jul 2007 19:13:38 +0000
1252 git-core (1:1.5.3~rc0-1) experimental; urgency=low
1254   * new upstream release candidate.
1255   * debian/changelog.upstream.sh: run git shortlog with option --no-merges.
1256   * debian/versions.upstream, debian/changelog.upstream: update.
1257   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff,
1258     debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1259     remove; applied upstream.
1260   * debian/diff/00*.diff: adapt.
1261   * debian/rules: put git-gui, git-citool man pages into package git-gui.
1263  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 10:01:12 +0000
1265 git-core (1:1.5.2.3-1) unstable; urgency=low
1267   * new upstream point release.
1268   * debian/control: package git-gui: Replaces: git-core (<< 1:1.5.2.2-3)
1269     (thx Frank Lichtenheld, closes: #431481).
1270   * debian/versions.upstream, debian/changelog.upstream: update.
1272  -- Gerrit Pape <pape@smarden.org>  Tue, 03 Jul 2007 08:26:11 +0000
1274 git-core (1:1.5.2.2-3) unstable; urgency=low
1276   * debian/rules: move /usr/share/git-gui/ from git-core package into
1277     git-gui package (thx Ansgar Burchardt, closes: #430530).
1278   * debian/diff/0004-git-cvsimport-force-checkout-of-working-tree-after-i.diff:
1279     new; git-cvsimport: force checkout of working tree after initial import
1280     (closes: #430903).
1281   * debian/diff/0005-git-gui-properly-popup-error-if-gitk-should-be-start.diff:
1282     new; git-gui: properly popup error if gitk should be started but is not
1283     installed (#429810).
1284   * debian/control: git-gui: Recommends: gitk (closes: #429810).
1285   * debian/rules: workaround #427907: compile with -O0 instead of -O2 on hppa
1286     (#429389).
1288  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Jun 2007 12:54:39 +0000
1290 git-core (1:1.5.2.2-2) unstable; urgency=low
1292   * debian/control: all Architecture: all packages: Depends: git-core (>>
1293     ${source:Upstream-Version}, git-core (<< ${source:Upstream-Version}-.)
1294     instead of (= ${source:Version}) to support binNMUs (closes: #423041,
1295     #430128).
1297  -- Gerrit Pape <pape@smarden.org>  Sat, 23 Jun 2007 14:02:36 +0000
1299 git-core (1:1.5.2.2-1) unstable; urgency=low
1301   * new upstream point release.
1302     * Fix typo in remote branch example in git user manual (closes: #427502).
1303   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1304     remove; applied upstream.
1305   * debian/versions.upstream: new; ordered list of upstream versions,
1306     starting with 1.0.0.
1307   * debian/changelog.upstream.sh: new; create changelog.upstream from git
1308     shortlog using debian/versions.upstream.
1309   * debian/changelog.upstream: re-created through changelog.upstream.sh.
1310   * debian/diff/0003-git-svn-trailing-slash-in-prefix-is-mandatory-with.diff:
1311     new; git-svn: trailing slash in prefix is mandatory with --branches/-b
1312     (closes: #429443).
1314  -- Gerrit Pape <pape@smarden.org>  Tue, 19 Jun 2007 17:32:30 +0000
1316 git-core (1:1.5.2.1-2) unstable; urgency=low
1318   * debian/diff/0003-git-branch-track-fix-tracking-branch-computation.diff:
1319     new; from upstream master: git-branch --track: fix tracking branch
1320     computation.
1322  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Jun 2007 09:04:47 +0000
1324 git-core (1:1.5.2.1-1) unstable; urgency=low
1326   * new upstream point release.
1327     * Create a new manpage for the gitignore format, and reference it
1328       elsewhere (thx Josh Triplett, closes: #427078).
1329   * debian/diff/0002-gitk-properly-resolve-ambiguity-if-argument-is-both.diff:
1330     new; properly resolve ambiguity if argument is both, revision and
1331     filename (closes: #425491).
1332   * debian/control: git-core: Conflicts: git (<< 4.3.20-11) (/usr/bin/git
1333     transition).
1334   * debian/git-daemon-run.README.Debian: new (#422139).
1335   * debian/control: all Architecture: all packages: Depends: git-core
1336     (= ${source:Version}) instead of (>= ...); this makes it no longer
1337     support binNMUs (closes: #425494, reopens: #423041).
1339  -- Gerrit Pape <pape@smarden.org>  Sun, 03 Jun 2007 10:09:53 +0000
1341 git-core (1:1.5.2-1) unstable; urgency=low
1343   * merge branch debian-experimental.
1344   * new upstream release.
1345     * gitweb: choose appropriate view for file type if a= parameter missing
1346       (closes: #410465).
1347     * git fetch -q is supported (closes: #423165).
1348   * /usr/bin/git transition (thx Ian Beckwith!).
1349     * debian/git-core.preinst: new; remove /usr/bin/git alternative if
1350       upgrading from versions older than 1:1.5.2~rc3-2.
1351     * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
1352       handle /usr/bin/git alternative through update-alternatives.
1353     * debian/rules: no longer install git program as git-scm.
1355  -- Gerrit Pape <pape@smarden.org>  Wed, 30 May 2007 12:38:45 +0000
1357 git-core (1:1.5.2~rc3-2) experimental; urgency=low
1359   * debian/diff/0000-maint-branch-from-20070514.diff: remove; obsolete.
1360   * debian/control: package git-p4: Section: contrib/devel (closes:
1361     #422755).
1362   * debian/control: package git-p4: Depends: git-core (>= ${source:Version})
1363     instead of (= ${Source-Version}) (to support binNMUs).
1365  -- Gerrit Pape <pape@smarden.org>  Tue, 15 May 2007 21:33:06 +0000
1367 git-core (1:1.5.1.4-2) unstable; urgency=low
1369   * debian/diff/0000-maint-branch-from-20070514.diff: new; snapshot upstream
1370     maint branch 20070514:
1371     * includes git-svn fixes (closes: #423599, #423226).
1372   * deian/rules: reverse order when applying diffs (fix typo).
1373   * debian/control: all Architecture: all packages: Depends: git-core (>=
1374     ${source:Version}) instead of (= ${Source-Version}) (to support binNMUs,
1375     closes: #423041).
1377  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 13:15:50 +0000
1379 git-core (1:1.5.2~rc3-1) experimental; urgency=low
1381   * new upstream release candidate.
1382   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
1383     remove; included upstream.
1384   * debian/control: Build-Depends: tcl8.4 (for gitgui).
1385   * debian/rules: add symlink /etc/init.d/git-daemon -> /usr/bin/sv to
1386     git-daemon-run package (#422139).
1388  -- Gerrit Pape <pape@smarden.org>  Mon, 14 May 2007 10:10:02 +0000
1390 git-core (1:1.5.1.4-1) unstable; urgency=medium
1392   * new upstream point release.
1393   * debian/diff/pager-vs-less.diff: rename to
1394     0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
1395   * debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
1396     new: Optimize directory listing with pathspec limiter (closes: #420671).
1397   * debian/git-daemon-run.postinst: restart git-daemon service if it was
1398     running.
1400  -- Gerrit Pape <pape@smarden.org>  Wed, 09 May 2007 08:48:50 +0000
1402 git-core (1:1.5.2~rc2-1) experimental; urgency=low
1404   * new upstream release candidate.
1406  -- Gerrit Pape <pape@smarden.org>  Mon, 07 May 2007 18:02:53 +0000
1408 git-core (1:1.5.2~rc1-1) experimental; urgency=low
1410   * new upstream release candidate.
1411   * debian/control, debian/rules: new package git-p4: tools for importing
1412     development history from perforce repositories.
1413   * debian/rules: add WITH_P4IMPORT=1 to OPTS; no longer install
1414     git-p4import.py into /usr/share/doc/git-core/contrib/; add OPTS to
1415     make clean in target clean:; add PYTHON_PATH=/usr/bin/python to OPTS.
1417  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 12:28:15 +0000
1419 git-core (1:1.5.1.3-1) unstable; urgency=low
1421   * new upstream point release.
1422     * git-add tried to optimize by finding common leading directories
1423       across its arguments but botched, causing very confused behaviour
1424       (closes: #420671).
1425     * Documentation/git-reset.txt: suggest git commit --amend in example
1426       (closes: #420112).
1427     * unofficial rpm.spec file shipped with git was letting ETC_GITCONFIG
1428       set to /usr/etc/gitconfig.  Tweak the official Makefile to make it
1429       harder for distro people to make the same mistake, by setting the
1430       variable to /etc/gitconfig if prefix is set to /usr (closes:
1431       #420675).
1432   * debian/changelog.upstream: upstream changes taken from mailing list
1433     announcement.
1435  -- Gerrit Pape <pape@smarden.org>  Tue, 01 May 2007 08:59:06 +0000
1437 git-core (1:1.5.1.2-1) unstable; urgency=low
1439   * new upstream point release.
1440   * debian/changelog.upstream: upstream changes taken from mailing list
1441     announcement.
1443  -- Gerrit Pape <pape@smarden.org>  Sun, 22 Apr 2007 13:31:05 +0000
1445 git-core (1:1.5.1.1-1) unstable; urgency=low
1447   * new upstream point release.
1448   * debian/changelog.upstream: upstream changes taken from mailing list
1449     announcement.
1450   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
1451     remove; applied upstream.
1453  -- Gerrit Pape <pape@smarden.org>  Thu, 12 Apr 2007 09:05:44 +0000
1455 git-core (1:1.5.1-1) unstable; urgency=low
1457   * new upstream release.
1458     * git-svn got almost a rewrite (closes: #416372).
1459   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
1460   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff,
1461     debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff,
1462     debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
1463     remove; applied upstream.
1464   * debian/diff/GNU-Hurd.diff: remove; obsolete.
1465   * debian/git-daemon-run.postrm: check for deluser being available, if
1466     not, print warning and don't remove system user (closes: #416755).
1467   * debian/changelog.upstream: upstream changes taken from mailing list
1468     announcement, and git shortlog.
1469   * debian/diff/0010-rename-contrib-hooks-post-receieve-email-to-contrib.diff:
1470     new; rename contrib/hooks/post-receieve-email to contrib/hooks/post-
1471     receive-email.
1473  -- Gerrit Pape <pape@smarden.org>  Wed,  4 Apr 2007 11:56:18 +0000
1475 git-core (1:1.5.0.6-1) unstable; urgency=low
1477   * new upstream point release.
1478   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
1479     new, cherry-pick'ed from upstream master: http-fetch: don't use
1480     double-slash as directory separator in URLs (closes: #409887).
1481   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
1482     Documentation/git-svnimport.txt: fix typo.
1483   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
1484     new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
1485     (closes: #404795).
1486   * debian/changelog.upstream: upstream changes taken from mailing list
1487     announcements.
1489  -- Gerrit Pape <pape@smarden.org>  Thu, 29 Mar 2007 10:51:00 +0000
1491 git-core (1:1.5.0.5-1) unstable; urgency=low
1493   * new upstream point release.
1494   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
1495     mode 0755 (closes: #415328); remove .gitignore file(s) from
1496     /usr/share/doc/git-core/ (closes: #413913).
1497   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
1498     Habouzit, closes: #415475).
1499   * debian/changelog.upstream: upstream changes taken from mailing list
1500     announcements.
1502  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Mar 2007 17:02:27 +0000
1504 git-core (1:1.5.0.3-1) unstable; urgency=low
1506   * new upstream point release.
1507   * debian/diff/cvsexportcommit-.msg.diff: remove; applied upstream.
1508   * debian/git-core.docs, debian/git-doc.docs: add RelNotes.
1509   * debian/changelog.upstream: upstream changes taken from mailing list
1510     announcements.
1512  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Mar 2007 19:44:05 +0000
1514 git-core (1:1.5.0.2-1) unstable; urgency=low
1516   * new upstream point release.
1517   * debian/control: git-core: Conflicts: qgit (<< 1.5.5) (closes: #412452).
1518   * debian/changelog.upstream: upstream changes taken from mailing list
1519     announcements.
1520   * debian/diff/cvsexportcommit-.msg.diff: new; don't cleanup .msg if not
1521     yet committed to cvs (closes: #412732).
1523  -- Gerrit Pape <pape@smarden.org>  Wed, 28 Feb 2007 15:50:53 +0000
1525 git-core (1:1.5.0.1-1) unstable; urgency=low
1527   * new upstream point release.
1528   * debian/diff/git-cvsserver-update-hook.diff: new from upstream pu branch:
1529     Have git-cvsserver call hooks/update before really altering the ref.
1530   * debian/control: git-cvs: Depends: libdbd-sqlite3-perl (git-cvsserver).
1532  -- Gerrit Pape <pape@smarden.org>  Sun, 25 Feb 2007 11:38:34 +0000
1534 git-core (1:1.5.0-1) experimental; urgency=low
1536   * new upstream release.
1537   * debian/diff/archimport-empty-dir.diff: remove; applied upstream.
1538   * debian/diff/pager-vs-less.diff, debian/diff/Add-install-lib-target.diff:
1539     adapt.
1540   * debian/control: new package git-gui, the git graphical user interface;
1541     git-core: no longer Depends:, Build-Depends: rcs; git-core: Suggests:
1542     git-gui.
1543   * debian/rules: new package git-gui.
1544   * debian/changelog.upstream: upstream changes taken from mailing list
1545     announcements and git shortlog.
1546   * debian/git-daemon/run: don't limit git-daemon's memory resources.
1547   * debian/control, debian/rules: remove git-core-dev package again,
1548     libgit.a is not a publically usable/useful library at this moment, as
1549     its internal API is not cast in stone yet.
1550   * debian/diff/Add-install-lib-target.diff: remove; there's no git-core-dev
1551     package.
1553  -- Gerrit Pape <pape@smarden.org>  Fri, 16 Feb 2007 07:18:44 +0000
1555 git-core (1:1.5.0~rc3-1) experimental; urgency=low
1557   * new upstream release candidate.
1558   * debian/diff/Add-install-lib-target.diff: new; add install-lib target to
1559     install libgit.a library plus header files (thx Luca Falavigna).
1560   * debian/rules: new package git-core-dev; remove obsolete
1561     WITH_SEND_EMAIL=1, OPTIMIZE="..." from $(OPTS); remove
1562     WITH_OWN_SUBPROCESS_PY=1 from $(OPTS), it's no longer necessary (thx
1563     Luca Falavigna; closes: #403731); make git-p4import.pl available through
1564     /usr/share/doc/git-core/contrib/ (closes: #403387); minor cleanup.
1565   * debian/control: new package git-core-dev (thx Luca Falavigna; closes:
1566     #407722); no longer Build-Depends: python; git-core: no longer Recommends:
1567     python, Suggests: git-core-dev; update short and long descriptions
1568     (closes: #406323); git-arch: Depends: tla, instead of Suggests:.
1569   * debian/diff/GNU-Hurd.diff: adapt.
1570   * debian/diff/archimport-empty-dir.diff: new; git-archimport: initial import
1571     needs empty directory (closes: #400508).
1572   * debian/gitweb.README.Debian: typo.
1574  -- Gerrit Pape <pape@smarden.org>  Sat,  3 Feb 2007 09:32:48 +0000
1576 git-core (1:1.4.4.4-1) unstable; urgency=low
1578   * new upstream release, important fixes:
1579     * pack-check.c::verify_packfile(): don't run SHA-1 update on huge data.
1580     * Fix infinite loop when deleting multiple packed refs.
1581     * diff --check: fix off by one error.
1582   * debian/diff/0001-spurious-.sp-in-manpages.diff: remove; included in
1583     upstream version.
1584   * debian/changelog.upstream: upstream changes taken from mailing list
1585     announcement.
1587  -- Gerrit Pape <pape@smarden.org>  Tue,  9 Jan 2007 19:43:56 +0000
1589 git-core (1:1.4.4.3-1) unstable; urgency=medium
1591   * new upstream release (closes: #404796); important fixes:
1592     * Make sure the empty tree exists when needed in merge-recursive; the
1593       error message may make the user think that their database is corrupt
1594       when its actually not.
1595     * Don't use memcpy when source and dest. buffers may overlap.
1596     * cvsserver: Avoid miscounting bytes in Perl v5.8.x; this breaks the
1597       counting of bytes for the CVS protocol, resulting in the client
1598       expecting less data than we actually send, and storing truncated files.
1599   * debian/diff/0001-spurious-.sp-in-manpages.diff: new from upstream git;
1600     work around spurious .sp in manpages (closes: #388370).
1601   * debian/changelog.upstream: upstream changes taken from mailing list
1602     announcement.
1604  -- Gerrit Pape <pape@smarden.org>  Fri, 29 Dec 2006 07:38:15 +0000
1606 git-core (1:1.4.4.2-1) unstable; urgency=low
1608   * new upstream release.
1609     * fixes FTBFS on m68k (thx Roman Zippel, closes: #402022).
1610   * 0001-archive-zip-don-t-use-sizeof-struct.diff,
1611     0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
1612     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
1613     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
1614     0005-Increase-length-of-function-name-buffer.diff: remove; obsolete.
1615   * debian/changelog.upstream: upstream changes taken from mailing list
1616     announcements and git log | git shortlog.
1618  -- Gerrit Pape <pape@smarden.org>  Fri,  8 Dec 2006 19:13:49 +0000
1620 git-core (1:1.4.4.1-1) unstable; urgency=low
1622   * new upstream release (closes: #400191).
1623   * 0001-archive-zip-don-t-use-sizeof-struct.diff: new from upstream git;
1624     replaces debian/diff/not-packed-structs.diff.
1625   * 0002-git-svn-error-out-from-dcommit-on-a-parent-less-commit.diff,
1626     0003-git-svn-correctly-handle-revision-0-in-SVN-repositories.diff,
1627     0004-git-svn-preserve-uncommitted-changes-after-dcommit.diff,
1628     0005-Increase-length-of-function-name-buffer.diff: new from upstream
1629     git.
1630   * debian/diff/genindex.diff: new; support subdirs in gitweb example index
1631     generator (thx David Nusinow; closes: #400284).
1632   * debian/diff/GNU-Hurd.diff, debian/diff/pager-vs-less.diff: adapt.
1634  -- Gerrit Pape <pape@smarden.org>  Sun, 26 Nov 2006 14:31:39 +0000
1636 git-core (1:1.4.4-2) unstable; urgency=low
1638   * debian/diff/not-packed-structs.diff: new; don't use sizeof(struct ...),
1639     size doesn't match on arm (fixes selftests failure on arm).
1641  -- Gerrit Pape <pape@smarden.org>  Wed, 22 Nov 2006 23:31:11 +0000
1643 git-core (1:1.4.4-1) unstable; urgency=low
1645   * new upstream release (closes: #399575).
1646   * debian/changelog.upstream: upstream changes taken from mailing list
1647     announcements.
1648   * debian/control: Build-Depends: unzip (for selftests).
1650  -- Gerrit Pape <pape@smarden.org>  Tue, 21 Nov 2006 09:43:37 +0000
1652 git-core (1:1.4.3.5-1) unstable; urgency=low
1654   * new upstream release.
1655   * debian/changelog.upstream: upstream changes taken from mailing list
1656     announcements.
1658  -- Gerrit Pape <pape@smarden.org>  Mon, 13 Nov 2006 17:46:50 +0000
1660 git-core (1:1.4.3.3-2) unstable; urgency=medium
1662   * debian/git-daemon-run.postinst: don't make the log service system user
1663     gitlog member of group adm, but nogroup; gitlog's home directory is
1664     /nonexistent (thx Florian Weimer, closes: #396687).
1665   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
1666     2750, owner gitlog:adm.
1667   * debian/changelog.upstream: upstream changes taken from mailing list
1668     announcements.
1670  -- Gerrit Pape <pape@smarden.org>  Mon,  6 Nov 2006 20:12:08 +0000
1672 git-core (1:1.4.3.3-1) unstable; urgency=low
1674   * new upstream release.
1675   * debian/diff/0001-Set-HOME-for-selftests.diff: remove; applied upstream.
1676   * debian/control: git-core: Depends: libdigest-sha1-perl (closes: #395304,
1677     thx Ichthyostega).
1679  -- Gerrit Pape <pape@smarden.org>  Tue, 31 Oct 2006 07:31:21 +0000
1681 git-core (1:1.4.3.2-1) unstable; urgency=low
1683   * new upstream release.
1684   * debian/diff/gitweb.conf.diff: remove; obsolete.
1685   * debian/changelog.upstream: upstream changes taken from mailing list
1686     announcements.
1687   * debian/rules: add 'GITWEB_CONFIG=/etc/gitweb.conf mandir=/usr/share/man
1688     OPTIMIZE="-O2 -g -Wall" INSTALLDIRS=vendor' to build OPTS, adapt paths;
1689     git-arch: don't include git-archive, git-upload-archive; gitweb: install
1690     git-logo.png, git-favicon.png; git-core: properly install new Git.pm
1691     plus man page.
1692   * debian/diff/0001-Set-HOME-for-selftests.diff: new; set $HOME for
1693     selftests (fixes build/selftest failures).
1694   * debian/control: git-core: Depends: liberror-perl.
1696  -- Gerrit Pape <pape@smarden.org>  Tue, 24 Oct 2006 16:32:35 +0000
1698 git-core (1:1.4.2.3-2) unstable; urgency=low
1700   * debian/control: new package git-daemon-run: provide a git-daemon
1701     service; git-core: no longer Suggests: runit, Depends: adduser, the
1702     git-daemon-run package now Depends: runit, adduser.
1703   * debian/debian/git-core.postinst, debian/git-daemon-run.postrm,
1704     debian/git-daemon-run.prerm: new; manage gitlog user and git-daemon
1705     service (closes: #388144).
1706   * debian/git-core.postinst: no longer adduser gitlog, git-daemon-run
1707     package does now.
1708   * debian/git-core.postrm: remove; obsolete.
1709   * debian/rules: install git-daemon service directory in the new
1710     git-daemon-run package instead of the git-core package.
1711   * debian/git-core.conffiles: rename to debian/git-daemon-run.conffiles.
1712   * debian/git-core.README.Debian: adapt.
1713   * debian/control: git-core: Suggests: git-daemon-run.
1715  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 09:29:50 +0000
1717 git-core (1:1.4.2.3-1) unstable; urgency=medium
1719   * new upstream release.
1720   * debian/changelog.upstream: upstream changes taken from mailing list
1721     announcements.
1722   * debian/diff/t3403-skip-3-7.diff: remove; git-am is fixed upstream.
1723   * debian/gitweb.conf: add $stylesheet = "/gitweb.css" (thx Christian
1724     Kujau, closes: #383065).
1726  -- Gerrit Pape <pape@smarden.org>  Sun,  8 Oct 2006 07:31:03 +0000
1728 git-core (1:1.4.2.1-1) unstable; urgency=low
1730   * new upstream release (closes: #386820, #387405).
1731   * debian/changelog.upstream: upstream changes taken from mailing list
1732     announcements.
1733   * debian/diff/GNU-Hurd.diff: new; make the build process detect and
1734     support the Debian GNU/Hurd architecture (thx Cyril Brulebois, closes:
1735     #379841).
1736   * debian/diff/GNU-kFreeBSD.diff: remove; applied upstream.
1737   * debian/rules: gitweb: install gitweb.css into /var/www/ instead of
1738     /usr/share/doc/gitweb/ (thx Matthijs Melchior, closes: #383065).
1739   * debian/gitweb.docs: remove; obsolete.
1740   * debian/examples/index.aux-generation: example script to generate an
1741     optional index.aux file for the use with gitweb (thx Matthew Wilcox,
1742     #383219).
1743   * debian/gitweb.examples: new; install debian/examples/index.aux-generation
1744     (#383219).
1745   * debian/git-core.README.Debian: new; hints on how to set up a
1746     git.example.org server providing git://, rsync://, http:// access to
1747     repositories from Matthew Wilcox (thx!, closes: #383219).
1748   * debian/gitweb.README.Debian: cleanup; refer to git-core.README.Debian.
1749   * debian/control: git-svn: Depends: libsvn-perl | libsvn-core-perl (thx
1750     Peter Samuelson); git-core, git-doc: Suggests: gitweb; gitweb:
1751     Recommends: git-doc.
1752   * debian/diff/pager-vs-less.diff, debian/diff/gitweb.conf.diff: adapt.
1753   * debian/git-daemon/: new; git-daemon service directory for the use with
1754     runit.
1755   * debian/control: Build-Depends: subversion, libsvn-perl | libsvn-core-perl
1756     (for git-svn selftests); git-core: Suggests: runit, Depends: adduser.
1757   * debian/diff/t3403-skip-3-7.diff: new; skip selftests 3,7 in t3403 as
1758     they fail without a terminal connected.
1759   * debian/git-core.conffiles: new; add /etc/sv/git-daemon/run,
1760     /etc/sv/git-daemon/log/run.
1762  -- Gerrit Pape <pape@smarden.org>  Fri, 15 Sep 2006 12:46:58 +0000
1764 git-core (1:1.4.1.1-1) unstable; urgency=low
1766   * new upstream release.
1767   * debian/diff/GNU-kFreeBSD.diff: new; make the build process detect and
1768     support the Debian GNU/kFreeBSD architecture (thx Petr Salinger, closes:
1769     #380209).
1771  -- Gerrit Pape <pape@smarden.org>  Sat, 29 Jul 2006 15:31:04 +0000
1773 git-core (1:1.4.1-2) unstable; urgency=low
1775   * adopt package gitweb, now included in git-core upstream source (thx
1776     Andres Salomon):
1777     * debian/control, debian/rules: build gitweb package.
1778     * debian/copyright: adapt.
1779     * debian/gitweb.README.Debian, debian/gitweb.conf, debian/gitweb.docs:
1780       new; taken from Andres' gitweb package.
1781     * debian/diff/gitweb.conf.diff: new; adapt Andres' gitweb.conf.patch.
1782     * debian/gitweb.conffiles: new; /etc/gitweb.conf.
1783   * debian/changelog: use epoch 1 to supersede gitweb-264 package version.
1784   * debian/rules: set DESTDIR in environment, not build flags.
1786  -- Gerrit Pape <pape@smarden.org>  Thu, 27 Jul 2006 21:44:06 +0000
1788 git-core (1.4.1-1) unstable; urgency=low
1790   * new upstream release.
1791   * debian/changelog.upstream: upstream changes taken from mailing list
1792     announcement.
1793   * debian/rules: user same build flags and prefix to $(MAKE) in build
1794     and install target to prevent rebuild in install target.
1796  -- Gerrit Pape <pape@smarden.org>  Tue, 11 Jul 2006 21:38:33 +0000
1798 git-core (1.4.0-1) unstable; urgency=low
1800   * new upstream release.
1801   * debian/changelog.upstream: new; upstream changes taken from mailing
1802     list announcement.
1803   * debian/rules: install debian/changelog.upstream as upstream changelog.
1804   * debian/diff/pager-vs-less.diff: adapt.
1805   * debian/control: Standards-Version: 3.7.2.0.
1807  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Jun 2006 17:04:56 +0000
1809 git-core (1.3.3-2) unstable; urgency=medium
1811   * debian/control: git-core: Depends: perl-modules (closes: #369737).
1812   * debian/diff/pager-vs-less.diff: new; fallback to `pager` not `less`
1813     if $PAGER is unset (closes: #369742).
1815  -- Gerrit Pape <pape@smarden.org>  Sat, 10 Jun 2006 11:18:48 +0000
1817 git-core (1.3.3-1) unstable; urgency=low
1819   * new upstream release.
1821  -- Gerrit Pape <pape@smarden.org>  Thu, 25 May 2006 10:46:00 +0000
1823 git-core (1.3.2-1) unstable; urgency=low
1825   * new upstream release.
1827  -- Gerrit Pape <pape@smarden.org>  Wed, 10 May 2006 20:41:39 +0000
1829 git-core (1.3.1-1) unstable; urgency=low
1831   * new upstream release (closes: #364678).
1832   * debian/rules: install contrib/ directory into /usr/share/doc/git-core/.
1834  -- Gerrit Pape <pape@smarden.org>  Mon,  1 May 2006 13:01:42 +0000
1836 git-core (1.2.6-1) unstable; urgency=low
1838   * new upstream release.
1839   * debian/control: git-cvs: Depends: cvsps (>> 2.1-0).
1841  -- Gerrit Pape <pape@smarden.org>  Sun, 16 Apr 2006 14:37:53 +0000
1843 git-core (1.2.4-1) unstable; urgency=low
1845   * new upstream release (closes: #354563).
1847  -- Gerrit Pape <pape@smarden.org>  Fri,  3 Mar 2006 21:33:58 +0000
1849 git-core (1.2.1-1) unstable; urgency=low
1851   * new upstream release (closes: #353041).
1852   * debian/control: git-core: Recommends: ssh-client instead of
1853     openssh-client (closes: #350708).
1855  -- Gerrit Pape <pape@smarden.org>  Thu, 16 Feb 2006 09:33:42 +0000
1857 git-core (1.1.5-1) unstable; urgency=high
1859   * new upstream release.
1860     * checkout: do not make a temporary copy of symlink target.
1861       If the index records an insanely long symbolic link, copying
1862       into the temporary would overflow the buffer (noticed by Mark
1863       Wooding). (closes: #350274).
1865  -- Gerrit Pape <pape@smarden.org>  Sat, 28 Jan 2006 20:16:44 +0000
1867 git-core (1.1.3-1) unstable; urgency=low
1869   * new upstream release.
1871  -- Gerrit Pape <pape@smarden.org>  Mon, 16 Jan 2006 10:19:37 +0000
1873 git-core (1.0.8-1) unstable; urgency=low
1875   * new upstream point release.
1876   * debian/diff/t6001-rev-lisge-order.sh.diff: remove; applied upstream.
1877   * debian/control: Build-Depends: libcurl3-gnutls-dev | libcurl3-dev,
1878     python, asciidoc (>> 7.0.2-3) (ease backport to sarge, thx Norbert
1879     Tretkowski, closes: #344929).
1881  -- Gerrit Pape <pape@smarden.org>  Mon,  9 Jan 2006 19:19:36 +0000
1883 git-core (1.0.6-1) unstable; urgency=low
1885   * new upstream point release.
1886   * debian/diff/t6001-rev-list-merge-order.sh.diff: new: fix skipping
1887     merge-order test with NO_OPENSSL=1.
1888   * debian/rules: re-enable git-rev-list --merge-order selftests.
1889   * debian/control: git-svn: Depends: libwww-perl (closes: #345045).
1891  -- Gerrit Pape <pape@smarden.org>  Mon,  2 Jan 2006 20:25:57 +0000
1893 git-core (1.0.5-1) unstable; urgency=low
1895   * new upstream point release.
1896   * debian/rules: don't take upstream changelog from upstream
1897     debian/changelog.
1898   * debian/changelog.upstream: remove again.
1900  -- Gerrit Pape <pape@smarden.org>  Tue, 27 Dec 2005 13:25:53 +0000
1902 git-core (1.0.3-1) unstable; urgency=low
1904   * new upstream point release.
1905   * debian/changelog.upstream: new: upstream changelog taken from upstream
1906     debian/changelog.
1907   * debian/rules: install debian/changelog.upstream as upstream changelog;
1908     remove obsolete VERSION variable.
1910  -- Gerrit Pape <pape@smarden.org>  Fri, 23 Dec 2005 14:58:14 +0000
1912 git-core (1.0.0-1) unstable; urgency=medium
1914   * new upstream release: GIT 1.0.0.
1916  -- Gerrit Pape <pape@smarden.org>  Wed, 21 Dec 2005 16:17:18 +0000
1918 git-core (0.99.9n-1) unstable; urgency=low
1920   * new upstream version: GIT 0.99.9n aka 1.0rc6.
1921   * debian/rules: rename git program in git-core package to git-scm,
1922     handle /usr/bin/git program through update-alternatives (as suggested
1923     by Ian Beckwith, see #342363).
1924   * debian/control: git-core: Conflicts: git (<< 4.3.20-8) (closes:
1925     #342363).
1926   * debian/git-core.postinst, debian/git-core.prerm: new: run
1927     update-alternatives --install /usr/bin/git git /usr/bin/git-scm with
1928     priority 70 on configure, and --remove on remove respectively.
1930  -- Gerrit Pape <pape@smarden.org>  Thu, 15 Dec 2005 11:24:51 +0000
1932 git-core (0.99.9m-1) unstable; urgency=low
1934   * new upstream version: GIT 0.99.9m aka 1.0rc5.
1935     * sets PYTHONPATH for selftests (fixes autobuild test failures).
1936   * switch from tarball-in-tarball approach to original upstream tarball.
1937   * debian/changelog: add changelog history, Junio C Hamano, Ryan Anderson,
1938     Eric Biederman previously were maintaining this package unofficially.
1939   * debian/control: Build-Depends: rcs (for selftests); git-core:
1940     Recommends: patch, less, Suggests: cogito; git-arch: Suggests: tla,
1941     bazzar; git-cvs: Depends: cvsps, Suggests: cvs; git-svn: Depends:
1942     libsvn-core-perl (closes:#342617), Suggests: subversion; git-email:
1943     Depends: libmail-sendmail-perl, libemail-valod-perl; update short
1944     description (lots taken from upstream unofficial package, thx).
1945   * debian/git-core.docs, debian/git-doc.docs: adapt.
1946   * debian/rules: adapt; remove target unpack; add target patch; adapt
1947     target clean.
1949  -- Gerrit Pape <pape@smarden.org>  Wed, 14 Dec 2005 19:48:41 +0000
1951 git-core (0.99.9l-1) unstable; urgency=low
1953   * new upstream version.
1954   * debian/rules: apply diffs with patch -p1.
1955   * debian/control, debian/rules: split off git-arch, git-cvs, git-svn,
1956     git-email packages, as suggested by upstream:
1957     http://article.gmane.org/gmane.comp.version-control.git/13185
1958   * debian/git-doc.docs: get docs from temporary install directory;
1959     include *.txt docs.
1960   * debian/control: git-doc: Section: doc; Suggests: git-core, git-arch,
1961     git-cvs, git-svn, git-email, gitk; git-core: Suggests: git-arch,
1962     git-cvs, git-svn, git-email, gitk.
1964  -- Gerrit Pape <pape@smarden.org>  Mon,  5 Dec 2005 18:04:37 +0000
1966 git-core (0.99.9k-1) unstable; urgency=low
1968   * new upstream version.
1969   * debian/implicit: update to revision 1.11.
1970   * debian/git-doc.docs: add git/Documentation/howto,
1971     git/Documentation/technical (closes: #341178).
1973  -- Gerrit Pape <pape@smarden.org>  Tue, 29 Nov 2005 21:45:53 +0000
1975 git-core (0.99.9j-1) unstable; urgency=low
1977   * initial version.
1978   * debian/control: git-core: Replaces: cogito (<< 0.16rc2-0); cogito >=
1979     0.16rc2-0 no longer includes the git core components, but depends on
1980     the git-core package (see #338789).
1982  -- Gerrit Pape <pape@smarden.org>  Fri, 18 Nov 2005 22:26:36 +0000
1984 git-core (0.99.9j-0) unstable; urgency=low
1986   * GIT 0.99.9j aka 1.0rc3
1988  -- Junio C Hamano <junkio@cox.net>  Wed, 16 Nov 2005 20:39:55 -0800
1990 git-core (0.99.9i-0) unstable; urgency=low
1992   * GIT 0.99.9i aka 1.0rc2
1994  -- Junio C Hamano <junkio@cox.net>  Mon, 14 Nov 2005 18:38:27 -0800
1996 git-core (0.99.9h-0) unstable; urgency=low
1998   * GIT 0.99.9h
2000  -- Junio C Hamano <junkio@cox.net>  Fri, 11 Nov 2005 22:33:18 -0800
2002 git-core (0.99.9g-0) unstable; urgency=low
2004   * GIT 0.99.9g
2006  -- Junio C Hamano <junkio@cox.net>  Wed,  9 Nov 2005 21:01:55 -0800
2008 git-core (0.99.9f-0) unstable; urgency=low
2010   * GIT 0.99.9f
2012  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:21:52 -0800
2014 git-core (0.99.9e-0) unstable; urgency=low
2016   * GIT 0.99.9e
2018  -- Junio C Hamano <junkio@cox.net>  Sun,  6 Nov 2005 18:37:18 -0800
2020 git-core (0.99.9d-0) unstable; urgency=low
2022   * GIT 0.99.9d
2024  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:46:37 -0800
2026 git-core (0.99.9c-0) unstable; urgency=low
2028   * GIT 0.99.9c
2030  -- Junio C Hamano <junkio@cox.net>  Thu,  3 Nov 2005 15:44:54 -0800
2032 git-core (0.99.9b-0) unstable; urgency=low
2034   * GIT 0.99.9b
2036  -- Junio C Hamano <junkio@cox.net>  Tue,  1 Nov 2005 21:39:39 -0800
2038 git-core (0.99.9a-0) unstable; urgency=low
2040   * GIT 0.99.9a
2042  -- Junio C Hamano <junkio@cox.net>  Sun, 30 Oct 2005 15:03:32 -0800
2044 git-core (0.99.9.GIT-2) unstable; urgency=low
2046   * Build Dependency did not include libexpat-dev.
2048  -- Junio C Hamano <junkio@cox.net>  Sun, 13 Nov 2005 01:55:34 -0800
2050 git-core (0.99.9.GIT-1) unstable; urgency=low
2052   * Do not scatter txt and html documentation into feature
2053     subpackages.  Do place man pages into them.
2054   * Capture more cvs stuff into git-cvs package.
2056  -- Junio C Hamano <junkio@cox.net>  Tue,  8 Nov 2005 01:19:06 -0800
2058 git-core (0.99.9.GIT-0) unstable; urgency=low
2060   * Test Build.
2062  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2064 git-core (0.99.9-1) unstable; urgency=low
2066   * Split the git-core binary package into core, doc, and foreign SCM
2067     interoperability modules.
2069  -- Junio C Hamano <junkio@cox.net>  Sat,  5 Nov 2005 11:18:13 -0800
2071 git-core (0.99.9-0) unstable; urgency=low
2073   * GIT 0.99.9
2075  -- Junio C Hamano <junkio@cox.net>  Sat, 29 Oct 2005 14:34:30 -0700
2077 git-core (0.99.8-0) unstable; urgency=low
2079   * GIT 0.99.8
2081  -- Junio C Hamano <junkio@cox.net>  Sun,  2 Oct 2005 12:54:26 -0700
2083 git-core (0.99.7-0) unstable; urgency=low
2085   * GIT 0.99.7
2087  -- Junio C Hamano <junkio@cox.net>  Sat, 10 Sep 2005 18:36:39 -0700
2089 git-core (0.99.6-0) unstable; urgency=low
2091   * GIT 0.99.6
2093  -- Junio C Hamano <junkio@cox.net>  Wed, 24 Aug 2005 23:09:35 -0700
2095 git-core (0.99.5-1) unstable; urgency=low
2097   * Enable git-send-email on Debian.  There is no reason to shy
2098     away from it, since we have the necessary Perl modules available.
2100  -- Junio C Hamano <junkio@cox.net>  Thu, 25 Aug 2005 14:16:59 -0700
2102 git-core (0.99.5-0) unstable; urgency=low
2104   * GIT 0.99.5
2106  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 22:05:00 -0700
2108 git-core (0.99.4-4) unstable; urgency=low
2110   * Mark git-tk as architecture neutral.
2112  -- Junio C Hamano <junkio@cox.net>  Fri, 12 Aug 2005 13:25:00 -0700
2114 git-core (0.99.4-3) unstable; urgency=low
2116   * Split off gitk.
2117   * Do not depend on diff which is an essential package.
2118   * Use dh_movefiles, not dh_install, to stage two subpackages.
2120  -- Matthias Urlichs <smurf@debian.org>  Thu, 11 Aug 2005 01:43:24 +0200
2122 git-core (0.99.4-2) unstable; urgency=low
2124   * Git 0.99.4 official release.
2126  -- Junio C Hamano <junkio@cox.net>  Wed, 10 Aug 2005 15:00:00 -0700
2128 git-core (0.99.4-1) unstable; urgency=low
2130   * Pass prefix down to the submake when building.
2132  -- Junio C Hamano <junkio@cox.net>  Sat, 6 Aug 2005 13:00:00 -0700
2134 git-core (0.99-2) unstable; urgency=low
2136   * Conflict with the GNU Interactive Tools package, which also installs
2137     /usr/bin/git.
2138   * Use the Mozilla SHA1 code and/or the PPC assembly in preference to
2139     OpenSSL.  This is only a partial fix for the license issues with OpenSSL.
2140   * Minor tweaks to the Depends.
2142  -- Ryan Anderson <ryan@michonline.com>  Sat, 23 Jul 2005 14:15:00 -0400
2144 git-core (0.99-1) unstable; urgency=low
2146   * Update deb package support to build correctly. 
2148  -- Ryan Anderson <ryan@michonline.com>  Thu, 21 Jul 2005 02:03:32 -0400
2150 git-core (0.99-0) unstable; urgency=low
2152   * Initial deb package support
2154  -- Eric Biederman <ebiederm@xmission.com>  Tue, 12 Jul 2005 10:57:51 -0600