1 =============================
2 Git OS X Installer Change Log
3 =============================
6 ------------------------------------------
7 Git 2.3.10 Installer - released 2015-10-06
8 ------------------------------------------
11 - update from version 2.3.9
14 - update from version 0.16
17 -----------------------------------------
18 Git 2.3.9 Installer - released 2015-09-13
19 -----------------------------------------
22 - update from version 2.3.3
23 - include backport of pre-auto-gc-battery hook osx fix
24 - include various git instaweb usability enhancements
27 - update from version 0.13.2
30 - update from version 1.4.18
33 - update from version 7.40.0
34 - eliminate SSL session ID reuse failures
37 - update from version 1.4.35
40 - update from version 8.35
43 - update from version 1.0.18
46 - update from version 1.29
49 -----------------------------------------
50 Git 2.3.3 Installer - released 2015-03-19
51 -----------------------------------------
54 - update from version 2.3.2
57 - update from version 0.12
60 -----------------------------------------
61 Git 2.3.2 Installer - released 2015-03-07
62 -----------------------------------------
65 - update from version 2.2.2
66 - drop update-server-info fix (included in v2.3.0)
67 - drop git-http-push for cURL >= 7.40 fix (included in v2.3.0)
68 - drop git apply memory overrun fix (included in v2.3.1)
69 - improve compatibility with arbitrary svn installations
70 - enable source highlighting when running git instaweb
71 - allow git instaweb to be run from a non-toplevel working tree dir
72 - allow git instaweb to find submodules with .git gitdir: links
73 - enable correct blob_plain mime types with git instaweb
74 - enable blame, pathinfo, better diff and utf-8 default in git instaweb
75 - add git-browser graphiclog to git instaweb
78 - enable smart card support
81 - include to enable git instaweb source highlighting
84 -----------------------------------------
85 Git 2.2.2 Installer - released 2015-01-20
86 -----------------------------------------
89 - updated from version 2.1.4
90 - dropped config file a+x fix (included in v2.2.2)
91 - dropped reflog reading fix (included in v2.2.2)
92 - added update-server-info correct file permissions fix (backport)
93 - added git-http-push for cURL >= 7.40 fix (backport)
94 - added git apply memory overrun fix (backport)
97 - updated from version 7.38
98 - dropped IPv6 scope name parsing fix as it's included in 7.40
99 - further improved darwinssl backend to support pub key certificate pinning
100 ~ if PEM format public keys are used more than one may be included in the
101 pinning file by concatenation to create a pin set instead of just the one
102 ~ as a convenience, certificate(s) may be passed in place of or in addition
103 to public key(s) and their public key will be automatically extracted and
104 used as though it had been passed instead.
107 - added launchd GPG_AGENT_INFO compatibility patch
108 ~ makes the trailing ":pid:protocol" part of GPG_AGENT_INFO optional
111 -----------------------------------------
112 Git 2.1.4 Installer - released 2015-01-02
113 -----------------------------------------
116 - with backport of config file a+x fix
117 - with backport of reflog reading fix
118 - with backport of git-imap-send via libcurl
119 - with backport of Tcl 8.4 git-gui fix
120 - with git-send-email via libcurl
121 - with OS X native translation support
124 - with backport of SSLv3 is off by default from 7.39
125 - with backport of IPv6 scope name parsing fix from 7.40
126 - with much improved darwinssl SecureTransport backend
127 ~ CURLOPT_CAINFO/--cacert, CURLOPT_SSLCERT/--cert and CURLOPT_SSLKEY/--key
128 arguments are handled just like the OpenSSL backend and expect the same
129 format certificates/private keys -- no more .p12!
130 ~ library is OS X version agnostic and automatically adapts at runtime so
131 when run on OS X 10.8 or later it automatically supports TLS 1.2.
132 ~ certificate diagnostic output is much improved showing the entire
133 certificate chain when the verbose option is set.
136 - with support for creating RSA keys > 4096 bits in length
137 - WITHOUT USB smartcard support
142 - the bare minimum to support git instaweb
145 - supports git-http-push
148 - supports Git --perl-regexp / grep.patternType=perl
154 - the latest for optimum speed
155 - used by Git, libcURL and gpg