1 =============================
2 Git OS X Installer Change Log
3 =============================
6 ------------------------------------------
7 Git 2.3.10 Installer - reissued 2015-10-16
8 ------------------------------------------
11 - Replace corrupted .DS_Store file causing bad folder layout
12 (There was nothing wrong with the Git version it installed,
13 but since it's being reissued, might as well include updates.)
16 - French 0 items translations use correct plural form now
19 - update from version 7.44.0
22 - update from version 0.17
25 ------------------------------------------
26 Git 2.3.10 Installer - released 2015-10-06
27 ------------------------------------------
30 - update from version 2.3.9
33 - update from version 0.16
36 -----------------------------------------
37 Git 2.3.9 Installer - released 2015-09-13
38 -----------------------------------------
41 - update from version 2.3.3
42 - include backport of pre-auto-gc-battery hook osx fix
43 - include various git instaweb usability enhancements
46 - update from version 0.13.2
49 - update from version 1.4.18
52 - update from version 7.40.0
53 - eliminate SSL session ID reuse failures
56 - update from version 1.4.35
59 - update from version 8.35
62 - update from version 1.0.18
65 - update from version 1.29
68 -----------------------------------------
69 Git 2.3.3 Installer - released 2015-03-19
70 -----------------------------------------
73 - update from version 2.3.2
76 - update from version 0.12
79 -----------------------------------------
80 Git 2.3.2 Installer - released 2015-03-07
81 -----------------------------------------
84 - update from version 2.2.2
85 - drop update-server-info fix (included in v2.3.0)
86 - drop git-http-push for cURL >= 7.40 fix (included in v2.3.0)
87 - drop git apply memory overrun fix (included in v2.3.1)
88 - improve compatibility with arbitrary svn installations
89 - enable source highlighting when running git instaweb
90 - allow git instaweb to be run from a non-toplevel working tree dir
91 - allow git instaweb to find submodules with .git gitdir: links
92 - enable correct blob_plain mime types with git instaweb
93 - enable blame, pathinfo, better diff and utf-8 default in git instaweb
94 - add git-browser graphiclog to git instaweb
97 - enable smart card support
100 - include to enable git instaweb source highlighting
103 -----------------------------------------
104 Git 2.2.2 Installer - released 2015-01-20
105 -----------------------------------------
108 - updated from version 2.1.4
109 - dropped config file a+x fix (included in v2.2.2)
110 - dropped reflog reading fix (included in v2.2.2)
111 - added update-server-info correct file permissions fix (backport)
112 - added git-http-push for cURL >= 7.40 fix (backport)
113 - added git apply memory overrun fix (backport)
116 - updated from version 7.38
117 - dropped IPv6 scope name parsing fix as it's included in 7.40
118 - further improved darwinssl backend to support pub key certificate pinning
119 ~ if PEM format public keys are used more than one may be included in the
120 pinning file by concatenation to create a pin set instead of just the one
121 ~ as a convenience, certificate(s) may be passed in place of or in addition
122 to public key(s) and their public key will be automatically extracted and
123 used as though it had been passed instead.
126 - added launchd GPG_AGENT_INFO compatibility patch
127 ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
130 -----------------------------------------
131 Git 2.1.4 Installer - released 2015-01-02
132 -----------------------------------------
135 - with backport of config file a+x fix
136 - with backport of reflog reading fix
137 - with backport of git-imap-send via libcurl
138 - with backport of Tcl 8.4 git-gui fix
139 - with git-send-email via libcurl
140 - with OS X native translation support
143 - with backport of SSLv3 is off by default from 7.39
144 - with backport of IPv6 scope name parsing fix from 7.40
145 - with much improved darwinssl SecureTransport backend
146 ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
147 arguments are handled just like the OpenSSL backend and expect the same
148 format certificates/private keys -- no more .p12!
149 ~ library is OS X version agnostic and automatically adapts at runtime so
150 when run on OS X 10.8 or later it automatically supports TLS 1.2.
151 ~ certificate diagnostic output is much improved showing the entire
152 certificate chain when the verbose option is set.
155 - with support for creating RSA keys > 4096 bits in length
156 - WITHOUT USB smartcard support
161 - the bare minimum to support git instaweb
164 - supports git-http-push
167 - supports Git --perl-regexp / grep.patternType=perl
173 - the latest for optimum speed
174 - used by Git, libcURL and gpg