Change logs for git source package in Natty

  • git (1:1.7.4.1-3) unstable; urgency=low
    
      [ Anders Kaseorg ]
      * Loosen versioned replaces/conflicts on git-core, to fix upgrades from
        lucid.
    
      [ Jonathan Nieder ]
      * README.emacs: git-blame.el does not print a summary in the echo
        area (documents: #611935).
      * Move emacs support files to a separate git-el package.
      * Make git depend on emacsen-support, so it can reliably clean up
        the old emacs support files on upgrade (closes: #614578)
      * git-el.emacsen-install: Overwrite .el symlinks if they already
        exist (closes: #614659).
      * git-el.emacsen-remove: Do not complain if the site-lisp
        directory is nonempty or is already missing.
      * debian/control: git-man: Section: doc.
     -- Anders Kaseorg <email address hidden>   Fri,  11 Mar 2011 09:43:03 +0000
  • git (1:1.7.4.1-1) unstable; urgency=low
    
      * new upstream release (closes: #600566, #575917, #578752, #583693,
        #583699, #588103, #507476, #540001, #524309, #581691, #600785,
        #577471, #607044, #606975, #610423, #610481).
    
      [ Anders Kaseorg ]
      * debian/git.docs, debian/rules: deal with RelNotes subdirectory.
      * debian/diff/0007-gitk-Take-only-numeric-...diff: new; gitk: do
        not error out when git version number contains "-rc".
    
      [ Jonathan Nieder ]
      * add myself as uploader.
      * debian/diff/0003, 0007, 0010-0034: remove, applied upstream.
      * debian/rules: accept patches with .patch suffix, too (thx Anders
        Kaseorg).
      * debian/rules: use patch -N -r- so patch application is idempotent.
      * update debian/copyright.
      * debian/diff/0001-ident-check-etc-mailname...diff: avoid calls to
        gethostbyname when mailname is not an fqdn (closes: #611608).
      * debian/diff/0005-gitk-use-...diff: new; gitk: use standard desktop
        fonts by default.  The appearance for users that already have a
        generated ~/.gitk file is not affected (closes: #466471).
      * debian/diff/0006-gitk-...diff: new; gitk: avoid spurious matches
        in "All fields" search (thx Frédéric Brière, closes: #465776).
      * debian/control: git-cvs: recommend cvs2git for one-time conversions
        (closes: #585725).
      * debian/control: git-core: explain that it still may be needed (thx
        Denis Laxalde).
      * debian/control: gitweb: allow lynx-cur to satisfy dependency on a
        CGI implementation (thx Ivan Shmakov).
      * debian/control, debian/rules: new architecture-independent package
        git-man: manual pages that were previously in the main git package.
      * debian/rules: do not build documentation on autobuilders (closes:
        #499002).
      * debian/control: Build-Depends-Indep: asciidoc, xmlto, docbook-xsl.
      * debian/rules: git-gui: install git-gui--askpass helper to
        /usr/lib/git-core (closes: #598245).
      * debian/rules: git-doc: install symlink to html documentation in
        /usr/share/doc/git (thx Ian Jackson).
      * debian/watch: new; point to upstream sources.
      * debian/implicit: create DEBIAN/md5sums with correct permissions.
      * debian/diff/0003-remove-shebang...diff: new; do not start shell
        libraries with #!/bin/sh.
      * debian/rules: do not try to strip scripts even if they begin
        with "# " in place of "#!".
      * debian/diff/0004-pre-rebase-hook-capture...diff: new;
        hooks/pre-rebase: use a <<HERE document to prevent syntax checkers
        from treating documentation as code.
      * debian/implicit: check for debian/$pkg.doc-base.$docid.
      * debian/git-doc.doc-base.*: new; catalog provided documentation.
      * debian/implicit: check for debian/$pkg.lintian-overrides.
      * debian/git.lintian-overrides: new; document some deviations from
        lintian guidelines.
      * debian/control: Standards-Version: 3.9.1.0.
    
      * debian/git.README.Debian: server logs go in /var/log/apache2.
      * debian/diff/0002-Revert-Merge-branch-jn-gitweb...diff: remove.
      * debian/diff/0006, 0008, 0009-instaweb...diff: remove, no longer
        needed.
      * debian/rules, debian/control: move gitweb script to the main git
        package for use by instaweb; make gitweb into a configuration
        package.
      * debian/gitweb.NEWS.Debian, debian/git.README.Debian,
        debian/gitweb.conf: static files moved to /usr/share/gitweb/static.
      * debian/gitweb.conf: disable rename patches (@diff_opts = ()).
      * debian/diff/0001-Revert-gitweb-...diff: remove; no longer needed.
      * debian/rules: gitweb: move gitweb.cgi script to /usr/share;
        add a symlink at /usr/lib/cgi-bin/gitweb.cgi for compatibility.
    
      * debian/git.emacsen-install, debian/rules, debian/git.postinst,
        debian/git.prerm: put emacs support files in /usr/share/git-core
        instead of /usr/share/doc/git/contrib.
      * debian/implicit: check for arbitrary debian/$pkg.README.*, not just
        README.source and README.Debian.
      * debian/git.README.emacs: new; introduction to the emacs support
        (text taken from contrib/emacs/README).
    
      [ Kevin Ryde ]
      * debian/rules, debian/git.emacsen-*, debian/git.postinst,
        debian/git.prerm: Make M-x git-status and git-blame modes available
        with emacs23 (closes: #576887).
     -- Anders Kaseorg <email address hidden>   Sun,  20 Feb 2011 02:15:14 +0000
  • git (1:1.7.2.3-2.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * debian/diff/0034-gitweb-Introduce-esc_attr...diff: new from
        upstream: gitweb: do not parrot filenames or other arguments given
        in a request without proper quoting (closes: #607248,
        CVE-2010-3906).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  17 Dec 2010 11:01:18 +0000
  • git (1:1.7.2.3-2.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * debian/diff/0010...0033: new from the upstream 'maint' branch:
        * cache_tree_free: Fix small memory leak.
        * diff.c: call regfree to free memory allocated by regcomp.
        * gitweb: allow configurations that change with each request
          (fixes a regression from v1.7.2-rc2 in some gitolite setups).
        * Documentation: 19 formatting fixes (thx Frédéric Brière,
          closes: #540001, #600422).
        * setup: make sure git dir path is in a permanent buffer.
        * do not depend on signed integer overflow.
      * debian/control: gitweb: weaken dependencies to allow configurations
        using mod_perl or fastcgi rather than CGI; explain dependencies in
        the package description (thx Servilio Afre Puentes,
        closes: #600413).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  25 Nov 2010 12:54:16 +0000
  • git (1:1.7.2.3-2) unstable; urgency=low
    
      * merge branch debian-experimental.
      * debian/gitweb.NEWS.Debian: typo (thx Jonathan Nieder).
    
    git (1:1.7.2.3-1) experimental; urgency=low
    
      * new upstream release.
        * post-receive-email: document command-line mode (closes: #428413).
        * add-interactive: Clarify “remaining hunks in the file”
          (closes: #526014).
        * rebase -i -p: document shortcomings (closes: #532775).
        * GIT-VERSION-GEN: restrict tags used (closes: #473604).
        * git svn: avoid unnecessary '/' in paths for SVN (thx Jon Dowland,
          closes: #546733, #572847).
        * git svn: avoid uninitialized var in 'reset' (thx Jens Seidel,
          closes: #578908).
      * debian/diff/0003-git-submodule.sh-properly-initialize-shell-...diff,
        debian/diff/0004-Check-size-of-path-buffer-before-...diff: remove;
        applied upstream.
      * debian/diff/0001-Revert-gitweb-Use-diff_opts-while...diff: new;
        prevent gitweb from serving rename patches that GNU patch 2.6.1
        cannot apply.
      * debian/diff/0002-Revert-Merge-branch-jn-gitweb-plackup.diff: new;
        install gitweb.css et al in /usr/share/gitweb, not a new static/
        subdirectory.
      * debian/diff/0003-Do-not-unquote-into-in-URLs.diff: new from
        upstream; do not unquote + into space character in URLs.
      * debian/diff/0001-bug-448655-check-etc-mailname-...diff: rename to
        debian/diff/0004-bug-448655-check-etc-mailname-if-author...diff.
      * debian/diff/0002-bug-506445-hooks-post-receive-...diff: rename to
        debian/diff/0005-bug-506445-hooks-post-receive-...diff; adapt.
      * debian/diff/0006-instaweb-ignore-GITWEB_CONFIG_SYSTEM.diff: new;
        instaweb: ignore /etc/gitweb.conf;
        debian/diff/0007-gitweb-skip-logo-in-atom-feed-when...diff, ...,
        debian/diff/0009-instaweb-disable-logo-and-favicon...diff: new;
        instaweb: avoid 404 errors due to nonexistent image files (thx Uwe
        Kleine-König, closes: #592733).
      * update debian/copyright.
      * debian/rules, debian/git.README.Debian, debian/gitweb.conf:
        install gitweb.js, add an Alias for it to the VirtualHost example,
        and configure gitweb to look for it in the right place (closes:
        #555047).
      * debian/gitweb.NEWS.Debian: mention the new gitweb.js file.
      * debian/control: gitweb: Depends: apache2 | httpd-cgi (closes:
        #559890).
      * debian/gitweb.conf: use relative links for gitweb.css et al
        (thx Alban Browaeys, closes: #568343).
      * debian/control: package git: no longer Conflicts: git
        (<< 4.3.20-11).
      * debian/control: package git: Breaks: packages from Debian 5.0
        (lenny) relying on removed features such as dashed-form commands in
        $PATH (thx Adrian Bunk, closes: #561701); no longer Conflicts: but
        Breaks: ancient qgit for the same reason.
      * debian/gitweb.README.Debian: copy-edit.
      * debian/git.README.Debian: retitle to "Git for Debian" (thx
        Christoph Anton Mitterer, closes: #590129).
      * debian/control: Homepage: http://git-scm.com/ (closes: #553220).
      * debian/control: package git no longer Depends: libdigest-sha1-perl
        (thx Ansgar Burchardt, closes: #591039).
      * debian/control: Build-Depends: libio-pty-perl for better test
        coverage.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  19 Oct 2010 07:29:35 +0000
  • git (1:1.7.1-1.1) unstable; urgency=high
    
      * Non-maintainer upload.
      * debian/diff/0004-Check-size-of-path-buffer-before-writing-...diff:
        new, cherry-picked from 3c9d041: setup: Check size of path buffer
        before writing into it (closes: #590026, CVE-2010-2542).
     -- Michael Bienia <email address hidden>   Sun, 25 Jul 2010 18:01:15 -0500