1 =============================
2 Git OS X Installer Change Log
3 =============================
6 ------------------------------------------
7 Git 2.4.11 Installer - released 2016-03-27
8 ------------------------------------------
11 - update from version 2.4.10
12 - git-mw and git-remote-mediawiki now work with https URLs and also on 10.4.x
13 - include contrib/git-log-times alternative git log --online utility
16 - update from version 7.45.0
17 - eliminate SSL session ID reuse failures on 10.4.x
20 - update from version 1.4.37
21 - drop darwin sendfile patch (included in 1.4.38)
22 - drop darwin test shutdown patch (included in 1.4.38)
23 - drop darwin test crypt md5 patch (included in 1.4.38)
24 - drop crypt status patch (included in 1.4.38)
25 - drop zero sockaddr structs patch (included in 1.4.38)
28 - update from version 0.18
31 ------------------------------------------
32 Git 2.4.10 Installer - released 2015-10-27
33 ------------------------------------------
36 - update from version 2.3.10
37 - the new ru.po translations work properly in all their plural forms
38 - include git-mw and git-remote-mediawiki from contrib/mw-to-git
39 - drop thread-utils.c fix (included in v2.4.0)
40 - drop git-gui Tcl 8.4 fix (included in v2.4.0)
41 - drop contrib/pre-auto-gc-battery fix backport (included in v2.4.0)
42 - drop git-instaweb from subdir fix (included in v2.4.0)
45 ------------------------------------------
46 Git 2.3.10 Installer - reissued 2015-10-16
47 ------------------------------------------
50 - Replace corrupted .DS_Store file causing bad folder layout
51 (There was nothing wrong with the Git version it installed,
52 but since it's being reissued, might as well include updates.)
55 - French 0 items translations use correct plural form now
58 - update from version 7.44.0
61 - update from version 0.17
64 ------------------------------------------
65 Git 2.3.10 Installer - released 2015-10-06
66 ------------------------------------------
69 - update from version 2.3.9
72 - update from version 0.16
75 -----------------------------------------
76 Git 2.3.9 Installer - released 2015-09-13
77 -----------------------------------------
80 - update from version 2.3.3
81 - include backport of pre-auto-gc-battery hook osx fix
82 - include various git instaweb usability enhancements
85 - update from version 0.13.2
88 - update from version 1.4.18
91 - update from version 7.40.0
92 - eliminate SSL session ID reuse failures
95 - update from version 1.4.35
98 - update from version 8.35
101 - update from version 1.0.18
104 - update from version 1.29
107 -----------------------------------------
108 Git 2.3.3 Installer - released 2015-03-19
109 -----------------------------------------
112 - update from version 2.3.2
115 - update from version 0.12
118 -----------------------------------------
119 Git 2.3.2 Installer - released 2015-03-07
120 -----------------------------------------
123 - update from version 2.2.2
124 - drop update-server-info fix (included in v2.3.0)
125 - drop git-http-push for cURL >= 7.40 fix (included in v2.3.0)
126 - drop git apply memory overrun fix (included in v2.3.1)
127 - improve compatibility with arbitrary svn installations
128 - enable source highlighting when running git instaweb
129 - allow git instaweb to be run from a non-toplevel working tree dir
130 - allow git instaweb to find submodules with .git gitdir: links
131 - enable correct blob_plain mime types with git instaweb
132 - enable blame, pathinfo, better diff and utf-8 default in git instaweb
133 - add git-browser graphiclog to git instaweb
136 - enable smart card support
139 - include to enable git instaweb source highlighting
142 -----------------------------------------
143 Git 2.2.2 Installer - released 2015-01-20
144 -----------------------------------------
147 - updated from version 2.1.4
148 - dropped config file a+x fix (included in v2.2.2)
149 - dropped reflog reading fix (included in v2.2.2)
150 - added update-server-info correct file permissions fix (backport)
151 - added git-http-push for cURL >= 7.40 fix (backport)
152 - added git apply memory overrun fix (backport)
155 - updated from version 7.38
156 - dropped IPv6 scope name parsing fix as it's included in 7.40
157 - further improved darwinssl backend to support pub key certificate pinning
158 ~ if PEM format public keys are used more than one may be included in the
159 pinning file by concatenation to create a pin set instead of just the one
160 ~ as a convenience, certificate(s) may be passed in place of or in addition
161 to public key(s) and their public key will be automatically extracted and
162 used as though it had been passed instead.
165 - added launchd GPG_AGENT_INFO compatibility patch
166 ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
169 -----------------------------------------
170 Git 2.1.4 Installer - released 2015-01-02
171 -----------------------------------------
174 - with backport of config file a+x fix
175 - with backport of reflog reading fix
176 - with backport of git-imap-send via libcurl
177 - with backport of Tcl 8.4 git-gui fix
178 - with git-send-email via libcurl
179 - with OS X native translation support
182 - with backport of SSLv3 is off by default from 7.39
183 - with backport of IPv6 scope name parsing fix from 7.40
184 - with much improved darwinssl SecureTransport backend
185 ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
186 arguments are handled just like the OpenSSL backend and expect the same
187 format certificates/private keys -- no more .p12!
188 ~ library is OS X version agnostic and automatically adapts at runtime so
189 when run on OS X 10.8 or later it automatically supports TLS 1.2.
190 ~ certificate diagnostic output is much improved showing the entire
191 certificate chain when the verbose option is set.
194 - with support for creating RSA keys > 4096 bits in length
195 - WITHOUT USB smartcard support
200 - the bare minimum to support git instaweb
203 - supports git-http-push
206 - supports Git --perl-regexp / grep.patternType=perl
212 - the latest for optimum speed
213 - used by Git, libcURL and gpg