pkiprimer.html: fix typo
[git-osx-installer.git] / ChangeLog.txt
blob889c58c00b4b09bc559f7ddcdc51767de429ad89
1 =============================
2 Git OS X Installer Change Log
3 =============================
6 ------------------------------------------
7 Git 2.3.10 Installer - released 2015-10-06
8 ------------------------------------------
10 * Git v2.3.10
11   - update from version 2.3.9
13 * TopGit 0.17
14   - update from version 0.16
17 -----------------------------------------
18 Git 2.3.9 Installer - released 2015-09-13
19 -----------------------------------------
21 * Git v2.3.9
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
26 * TopGit 0.16
27   - update from version 0.13.2
29 * GnuPG 1.4.19
30   - update from version 1.4.18
32 * cURL/libcURL 7.44.0
33   - update from version 7.40.0
34   - eliminate SSL session ID reuse failures
36 * lighttpd 1.4.37
37   - update from version 1.4.35
39 * PCRE 8.37
40   - update from version 8.35
42 * libusb 1.0.19
43   - update from version 1.0.18
45 * libidn 1.30
46   - update from version 1.29
49 -----------------------------------------
50 Git 2.3.3 Installer - released 2015-03-19
51 -----------------------------------------
53 * Git v2.3.3
54   - update from version 2.3.2
56 * TopGit 0.13.2
57   - update from version 0.12
60 -----------------------------------------
61 Git 2.3.2 Installer - released 2015-03-07
62 -----------------------------------------
64 * Git v2.3.2
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
77 * GnuPG 1.4.18
78   - enable smart card support
80 * highlight 2.16
81   - include to enable git instaweb source highlighting
84 -----------------------------------------
85 Git 2.2.2 Installer - released 2015-01-20
86 -----------------------------------------
88 * Git v2.2.2
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)
96 * cURL/libcURL 7.40
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.
106 * GnuPG 1.4.18
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 -----------------------------------------
115 * Git v2.1.4
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
122   
123 * cURL/libcURL 7.38
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.
135 * GnuPG 1.4.18
136   - with support for creating RSA keys > 4096 bits in length
137   - WITHOUT USB smartcard support
139 * TopGit 0.12
141 * lighttpd 1.4.35
142   - the bare minimum to support git instaweb
144 * libexpat 2.1.0
145   - supports git-http-push
147 * libpcre 8.35
148   - supports Git --perl-regexp / grep.patternType=perl
150 * libidn 1.29
151   - used by libcURL
153 * zlib 1.2.8
154   - the latest for optimum speed
155   - used by Git, libcURL and gpg