Note about proxy authentication and SOCKS.
[rsync.git] / popt / CHANGES
1 1.3 ->
2         - heavy dose of const's
3         - poptParseArgvString() now NULL terminates the list
4
5 1.2.3 -> 1.3
6         - added support for single -
7         - misc bug fixes
8         - portability improvements
9
10 1.2.2 -> 1.2.3
11         - fixed memset() in help message generation (Dale Hawkins)
12         - added extern "C" stuff to popt.h for C++ compilers (Dale Hawkins)
13         - const'ified poptParseArgvString (Jeff Garzik)
14
15 1.2.1 -> 1.2.2
16         - fixed bug in chaind alias happens which seems to have only
17           affected --triggers in rpm
18         - added POPT_ARG_VAL
19         - popt.3 installed by default
20
21 1.2 -> 1.2.1
22         - added POPT_ARG_INTL_DOMAIN (Elliot Lee)
23         - updated Makefile's to be more GNUish (Elliot Lee)
24
25 1.1 -> 1.2
26         - added popt.3 man page (Robert Lynch)
27         - don't use mmap anymore (its lack of portability isn't worth the
28           trouble)
29         - added test script
30         - added support for exec
31         - removed support for *_POPT_ALIASES env variable -- it was a bad
32           idea
33         - reorganized into multiple source files
34         - added automatic help generation, POPT_AUTOHELP
35         - added table callbacks
36         - added table inclusion
37         - updated man page for new features
38         - added test scripts
39
40 1.0 -> 1.1
41         - moved to autoconf (Fred Fish)
42         - added STRERROR replacement (Norbert Warmuth)
43         - added const keywords (Bruce Perens)