patches: update instaweb patches
[git-osx-installer.git] / ChangeLog.txt
blobb216eb0d099062c954669dc1e349382d9e65176b
1 =============================
2 Git OS X Installer Change Log
3 =============================
6 -----------------------------------------
7 Git 2.3.9 Installer - released 2015-09-13
8 -----------------------------------------
10 * Git v2.3.9
11   - update from version 2.3.3
12   - include backport of pre-auto-gc-battery hook osx fix
13   - include various git instaweb usability enhancements
15 * TopGit 0.16
16   - update from version 0.13.2
18 * GnuPG 1.4.19
19   - update from version 1.4.18
21 * cURL/libcURL 7.44.0
22   - update from version 7.40.0
23   - eliminate SSL session ID reuse failures
25 * lighttpd 1.4.37
26   - update from version 1.4.35
28 * PCRE 8.37
29   - update from version 8.35
31 * libusb 1.0.19
32   - update from version 1.0.18
34 * libidn 1.30
35   - update from version 1.29
37 -----------------------------------------
38 Git 2.3.3 Installer - released 2015-03-19
39 -----------------------------------------
41 * Git v2.3.3
42   - update from version 2.3.2
44 * TopGit 0.13.2
45   - update from version 0.12
48 -----------------------------------------
49 Git 2.3.2 Installer - released 2015-03-07
50 -----------------------------------------
52 * Git v2.3.2
53   - update from version 2.2.2
54   - drop update-server-info fix (included in v2.3.0)
55   - drop git-http-push for cURL >= 7.40 fix (included in v2.3.0)
56   - drop git apply memory overrun fix (included in v2.3.1)
57   - improve compatibility with arbitrary svn installations
58   - enable source highlighting when running git instaweb
59   - allow git instaweb to be run from a non-toplevel working tree dir
60   - allow git instaweb to find submodules with .git gitdir: links
61   - enable correct blob_plain mime types with git instaweb
62   - enable blame, pathinfo, better diff and utf-8 default in git instaweb
63   - add git-browser graphiclog to git instaweb
65 * GnuPG 1.4.18
66   - enable smart card support
68 * highlight 2.16
69   - include to enable git instaweb source highlighting
72 -----------------------------------------
73 Git 2.2.2 Installer - released 2015-01-20
74 -----------------------------------------
76 * Git v2.2.2
77   - updated from version 2.1.4
78   - dropped config file a+x fix (included in v2.2.2)
79   - dropped reflog reading fix (included in v2.2.2)
80   - added update-server-info correct file permissions fix (backport)
81   - added git-http-push for cURL >= 7.40 fix (backport)
82   - added git apply memory overrun fix (backport)
84 * cURL/libcURL 7.40
85   - updated from version 7.38
86   - dropped IPv6 scope name parsing fix as it's included in 7.40
87   - further improved darwinssl backend to support pub key certificate pinning
88     ~ if PEM format public keys are used more than one may be included in the
89       pinning file by concatenation to create a pin set instead of just the one
90     ~ as a convenience, certificate(s) may be passed in place of or in addition
91       to public key(s) and their public key will be automatically extracted and
92       used as though it had been passed instead.
94 * GnuPG 1.4.18
95   - added launchd GPG_AGENT_INFO compatibility patch
96     ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
99 -----------------------------------------
100 Git 2.1.4 Installer - released 2015-01-02
101 -----------------------------------------
103 * Git v2.1.4
104   - with backport of config file a+x fix
105   - with backport of reflog reading fix
106   - with backport of git-imap-send via libcurl
107   - with backport of Tcl 8.4 git-gui fix
108   - with git-send-email via libcurl
109   - with OS X native translation support
110   
111 * cURL/libcURL 7.38
112   - with backport of SSLv3 is off by default from 7.39
113   - with backport of IPv6 scope name parsing fix from 7.40
114   - with much improved darwinssl SecureTransport backend
115     ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
116       arguments are handled just like the OpenSSL backend and expect the same
117       format certificates/private keys -- no more .p12!
118     ~ library is OS X version agnostic and automatically adapts at runtime so
119       when run on OS X 10.8 or later it automatically supports TLS 1.2.
120     ~ certificate diagnostic output is much improved showing the entire
121       certificate chain when the verbose option is set.
123 * GnuPG 1.4.18
124   - with support for creating RSA keys > 4096 bits in length
125   - WITHOUT USB smartcard support
127 * TopGit 0.12
129 * lighttpd 1.4.35
130   - the bare minimum to support git instaweb
132 * libexpat 2.1.0
133   - supports git-http-push
135 * libpcre 8.35
136   - supports Git --perl-regexp / grep.patternType=perl
138 * libidn 1.29
139   - used by libcURL
141 * zlib 1.2.8
142   - the latest for optimum speed
143   - used by Git, libcURL and gpg