1 =============================
2 Git OS X Installer Change Log
3 =============================
6 -----------------------------------------
7 Git 2.5.5 Installer - released 2016-03-27
8 -----------------------------------------
11 - update from version 2.5.4
14 - update from version 7.46.0
17 - update from version 0.19.1
20 -----------------------------------------
21 Git 2.5.4 Installer - released 2016-02-05
22 -----------------------------------------
25 - update from version 2.4.10
26 - git-mw and git-remote-mediawiki now work with https URLs and also on 10.4.x
27 - include contrib/git-log-times alternative git log --online utility
30 - update from version 7.45.0
31 - eliminate SSL session ID reuse failures on 10.4.x
34 - update from version 1.4.37
35 - drop darwin sendfile patch (included in 1.4.38)
36 - drop darwin test shutdown patch (included in 1.4.38)
37 - drop darwin test crypt md5 patch (included in 1.4.38)
38 - drop crypt status patch (included in 1.4.38)
39 - drop zero sockaddr structs patch (included in 1.4.38)
42 - update from version 0.18
45 ------------------------------------------
46 Git 2.4.10 Installer - released 2015-10-27
47 ------------------------------------------
50 - update from version 2.3.10
51 - the new ru.po translations work properly in all their plural forms
52 - include git-mw and git-remote-mediawiki from contrib/mw-to-git
53 - drop thread-utils.c fix (included in v2.4.0)
54 - drop git-gui Tcl 8.4 fix (included in v2.4.0)
55 - drop contrib/pre-auto-gc-battery fix backport (included in v2.4.0)
56 - drop git-instaweb from subdir fix (included in v2.4.0)
59 ------------------------------------------
60 Git 2.3.10 Installer - reissued 2015-10-16
61 ------------------------------------------
64 - Replace corrupted .DS_Store file causing bad folder layout
65 (There was nothing wrong with the Git version it installed,
66 but since it's being reissued, might as well include updates.)
69 - French 0 items translations use correct plural form now
72 - update from version 7.44.0
75 - update from version 0.17
78 ------------------------------------------
79 Git 2.3.10 Installer - released 2015-10-06
80 ------------------------------------------
83 - update from version 2.3.9
86 - update from version 0.16
89 -----------------------------------------
90 Git 2.3.9 Installer - released 2015-09-13
91 -----------------------------------------
94 - update from version 2.3.3
95 - include backport of pre-auto-gc-battery hook osx fix
96 - include various git instaweb usability enhancements
99 - update from version 0.13.2
102 - update from version 1.4.18
104 * cURL/libcURL 7.44.0
105 - update from version 7.40.0
106 - eliminate SSL session ID reuse failures
109 - update from version 1.4.35
112 - update from version 8.35
115 - update from version 1.0.18
118 - update from version 1.29
121 -----------------------------------------
122 Git 2.3.3 Installer - released 2015-03-19
123 -----------------------------------------
126 - update from version 2.3.2
129 - update from version 0.12
132 -----------------------------------------
133 Git 2.3.2 Installer - released 2015-03-07
134 -----------------------------------------
137 - update from version 2.2.2
138 - drop update-server-info fix (included in v2.3.0)
139 - drop git-http-push for cURL >= 7.40 fix (included in v2.3.0)
140 - drop git apply memory overrun fix (included in v2.3.1)
141 - improve compatibility with arbitrary svn installations
142 - enable source highlighting when running git instaweb
143 - allow git instaweb to be run from a non-toplevel working tree dir
144 - allow git instaweb to find submodules with .git gitdir: links
145 - enable correct blob_plain mime types with git instaweb
146 - enable blame, pathinfo, better diff and utf-8 default in git instaweb
147 - add git-browser graphiclog to git instaweb
150 - enable smart card support
153 - include to enable git instaweb source highlighting
156 -----------------------------------------
157 Git 2.2.2 Installer - released 2015-01-20
158 -----------------------------------------
161 - updated from version 2.1.4
162 - dropped config file a+x fix (included in v2.2.2)
163 - dropped reflog reading fix (included in v2.2.2)
164 - added update-server-info correct file permissions fix (backport)
165 - added git-http-push for cURL >= 7.40 fix (backport)
166 - added git apply memory overrun fix (backport)
169 - updated from version 7.38
170 - dropped IPv6 scope name parsing fix as it's included in 7.40
171 - further improved darwinssl backend to support pub key certificate pinning
172 ~ if PEM format public keys are used more than one may be included in the
173 pinning file by concatenation to create a pin set instead of just the one
174 ~ as a convenience, certificate(s) may be passed in place of or in addition
175 to public key(s) and their public key will be automatically extracted and
176 used as though it had been passed instead.
179 - added launchd GPG_AGENT_INFO compatibility patch
180 ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
183 -----------------------------------------
184 Git 2.1.4 Installer - released 2015-01-02
185 -----------------------------------------
188 - with backport of config file a+x fix
189 - with backport of reflog reading fix
190 - with backport of git-imap-send via libcurl
191 - with backport of Tcl 8.4 git-gui fix
192 - with git-send-email via libcurl
193 - with OS X native translation support
196 - with backport of SSLv3 is off by default from 7.39
197 - with backport of IPv6 scope name parsing fix from 7.40
198 - with much improved darwinssl SecureTransport backend
199 ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
200 arguments are handled just like the OpenSSL backend and expect the same
201 format certificates/private keys -- no more .p12!
202 ~ library is OS X version agnostic and automatically adapts at runtime so
203 when run on OS X 10.8 or later it automatically supports TLS 1.2.
204 ~ certificate diagnostic output is much improved showing the entire
205 certificate chain when the verbose option is set.
208 - with support for creating RSA keys > 4096 bits in length
209 - WITHOUT USB smartcard support
214 - the bare minimum to support git instaweb
217 - supports git-http-push
220 - supports Git --perl-regexp / grep.patternType=perl
226 - the latest for optimum speed
227 - used by Git, libcURL and gpg