Update instaweb with better diff options
[git-osx-installer.git] / ChangeLog.txt
blob6d4c41a5b95e8e285da9cf1e0a1cfd0ca9a2619f
1 =============================
2 Git OS X Installer Change Log
3 =============================
6 -----------------------------------------
7 Git 2.?.? Installer - released 2015-??-??
8 -----------------------------------------
10 * Git v?.?.?
11   - updated from version 2.2.2
12   - improved compatibility with arbitrary svn installations
13   - enable source highlighting when running git instaweb
14   - allow git instaweb to find submodules with .git gitdir: links
15   - enable correct blob_plain mime types with git instaweb
16   - enable blame, pathinfo, better diff and utf-8 default in git instaweb
17   - added git-browser graphiclog to git instaweb
18   - added loose alternates fix (backport)
19   - added another required loose alternates fix
21 * GnuPG 1.4.18
22   - enabled smart card support
24 * highlight 2.16
25   - included to enable git instaweb source highlighting
28 -----------------------------------------
29 Git 2.2.2 Installer - released 2015-01-20
30 -----------------------------------------
32 * Git v2.2.2
33   - updated from version 2.1.4
34   - dropped config file a+x fix (included in v2.2.2)
35   - dropped reflog reading fix (included in v2.2.2)
36   - added update-server-info correct file permissions fix (backport)
37   - added git-http-push for cURL >= 7.40 fix (backport)
38   - added git apply memory overrun fix (backport)
40 * cURL/libcURL 7.40
41   - updated from version 7.38
42   - dropped IPv6 scope name parsing fix as it's included in 7.40
43   - further improved darwinssl backend to support pub key certificate pinning
44     ~ if PEM format public keys are used more than one may be included in the
45       pinning file by concatenation to create a pin set instead of just the one
46     ~ as a convenience, certificate(s) may be passed in place of or in addition
47       to public key(s) and their public key will be automatically extracted and
48       used as though it had been passed instead.
50 * GnuPG 1.4.18
51   - added launchd GPG_AGENT_INFO compatibility patch
52     ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
55 -----------------------------------------
56 Git 2.1.4 Installer - released 2015-01-02
57 -----------------------------------------
59 * Git v2.1.4
60   - with backport of config file a+x fix
61   - with backport of reflog reading fix
62   - with backport of git-imap-send via libcurl
63   - with backport of Tcl 8.4 git-gui fix
64   - with git-send-email via libcurl
65   - with OS X native translation support
66   
67 * cURL/libcURL 7.38
68   - with backport of SSLv3 is off by default from 7.39
69   - with backport of IPv6 scope name parsing fix from 7.40
70   - with much improved darwinssl SecureTransport backend
71     ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
72       arguments are handled just like the OpenSSL backend and expect the same
73       format certificates/private keys -- no more .p12!
74     ~ library is OS X version agnostic and automatically adapts at runtime so
75       when run on OS X 10.8 or later it automatically supports TLS 1.2.
76     ~ certificate diagnostic output is much improved showing the entire
77       certificate chain when the verbose option is set.
79 * GnuPG 1.4.18
80   - with support for creating RSA keys > 4096 bits in length
81   - WITHOUT USB smartcard support
83 * TopGit 0.12
85 * lighttpd 1.4.35
86   - the bare minimum to support git instaweb
88 * libexpat 2.1.0
89   - supports git-http-push
91 * libpcre 8.35
92   - supports Git --perl-regexp / grep.patternType=perl
94 * libidn 1.29
95   - used by libcURL
97 * zlib 1.2.8
98   - the latest for optimum speed
99   - used by Git, libcURL and gpg