diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:47:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:47:09 (GMT) |
commit | 895ec1bc262690e66ca1f249aebd0014b3a5f71e (patch) | |
tree | 514a7c77eccedc8d851906a314f57a9d85301820 /abs/extra/git/ChangeLog | |
parent | 8994e4b247c0c4715827c646b1ce932ef1a13f63 (diff) | |
download | linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.zip linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.tar.gz linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.tar.bz2 |
git 1.7.11
Diffstat (limited to 'abs/extra/git/ChangeLog')
-rw-r--r-- | abs/extra/git/ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/abs/extra/git/ChangeLog b/abs/extra/git/ChangeLog new file mode 100644 index 0000000..f0c1523 --- /dev/null +++ b/abs/extra/git/ChangeLog @@ -0,0 +1,57 @@ +Simple version bumps are omitted from the following ChangeLog. + +2011-08-16 Dan McGee <dan@archlinux.org> + Version 1.7.6.1-1 + * Enable USE_LIBPCRE for `git grep -P` usage + +2011-05-05 Dan McGee <dan@archlinux.org> + Version 1.7.5.1-1 + * Byte compile emacs files (FS#20874) + * Respect CFLAGS/LDFLAGS (FS#23963) + +2011-04-27 Dan McGee <dan@archlinux.org> + Version 1.7.5-1 + * Add missing optdepends for git send-email (FS#20923) + +2011-01-05 Dan McGee <dan@archlinux.org> + Version 1.7.3.5-1 + * More flexible git-daemon RC scripts (FS#20575) + +2010-10-01 Allan McRae <allan@archlinux.org> + Version 1.7.3.1-2 + * Python 2/3 rebuild + +2010-06-29 Dan McGee <dan@archlinux.org> + Version 1.7.1.1-1 + * Add emacs completion files (FS#17968) + * Add git-daemon RC scripts (FS#19291) + +2009-06-05 Dan McGee <dan@archlinux.org> + Version 1.6.3.2-1 + * Remove gitweb from /usr/share; it needs customization to be helpful + * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683) + +2008-09-14 Dan McGee <dan@archlinux.org> + Version 1.6.0.2-1 + * Moved optional depends from install file to optdepends array + +2008-06-15 Dan McGee <dan@archlinux.org> + Version 1.5.6-1 + * Removed 'cpio' dependency, clone is now a builtin and no longer needs it + +2008-02-02 Dan McGee <dan@archlinux.org> + Version 1.5.4-1 + * Upstream version 1.5.4 + * Enable pthreads support in pack-objects. To use, set the pack.threads + git config option. Read manpages of pack-objects and config for more + details. + * Changelog added (with entries going back a bit). + +2008-01-28 Kevin Piche <kevin@archlinux.org> + Version 1.5.3.7-2 + * Updated for new perl policy (vendor dirs) + * Change license to GPL2 + +2007-11-01 Eric Belanger <eric@archlinux.org> + Version 1.5.3.5-2 + * Fix Perl module location |