v2.3.10 reissue
[git-osx-installer.git] / ChangeLog.txt
blobbe0dbf16396e0207b7968433cb4d2a0ebfae32d6
1 =============================
2 Git OS X Installer Change Log
3 =============================
6 ------------------------------------------
7 Git 2.3.10 Installer - reissued 2015-10-16
8 ------------------------------------------
10 * Installer
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.)
15 * Git v2.3.10
16   - French 0 items translations use correct plural form now
18 * cURL/libcURL 7.45.0
19   - update from version 7.44.0
21 * TopGit 0.18
22   - update from version 0.17
25 ------------------------------------------
26 Git 2.3.10 Installer - released 2015-10-06
27 ------------------------------------------
29 * Git v2.3.10
30   - update from version 2.3.9
32 * TopGit 0.17
33   - update from version 0.16
36 -----------------------------------------
37 Git 2.3.9 Installer - released 2015-09-13
38 -----------------------------------------
40 * Git v2.3.9
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
45 * TopGit 0.16
46   - update from version 0.13.2
48 * GnuPG 1.4.19
49   - update from version 1.4.18
51 * cURL/libcURL 7.44.0
52   - update from version 7.40.0
53   - eliminate SSL session ID reuse failures
55 * lighttpd 1.4.37
56   - update from version 1.4.35
58 * PCRE 8.37
59   - update from version 8.35
61 * libusb 1.0.19
62   - update from version 1.0.18
64 * libidn 1.30
65   - update from version 1.29
68 -----------------------------------------
69 Git 2.3.3 Installer - released 2015-03-19
70 -----------------------------------------
72 * Git v2.3.3
73   - update from version 2.3.2
75 * TopGit 0.13.2
76   - update from version 0.12
79 -----------------------------------------
80 Git 2.3.2 Installer - released 2015-03-07
81 -----------------------------------------
83 * Git v2.3.2
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
96 * GnuPG 1.4.18
97   - enable smart card support
99 * highlight 2.16
100   - include to enable git instaweb source highlighting
103 -----------------------------------------
104 Git 2.2.2 Installer - released 2015-01-20
105 -----------------------------------------
107 * Git v2.2.2
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)
115 * cURL/libcURL 7.40
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.
125 * GnuPG 1.4.18
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 -----------------------------------------
134 * Git v2.1.4
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
141   
142 * cURL/libcURL 7.38
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.
154 * GnuPG 1.4.18
155   - with support for creating RSA keys > 4096 bits in length
156   - WITHOUT USB smartcard support
158 * TopGit 0.12
160 * lighttpd 1.4.35
161   - the bare minimum to support git instaweb
163 * libexpat 2.1.0
164   - supports git-http-push
166 * libpcre 8.35
167   - supports Git --perl-regexp / grep.patternType=perl
169 * libidn 1.29
170   - used by libcURL
172 * zlib 1.2.8
173   - the latest for optimum speed
174   - used by Git, libcURL and gpg