2 - heavy dose of const's
3 - poptParseArgvString() now NULL terminates the list
6 - added support for single -
8 - portability improvements
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)
16 - fixed bug in chaind alias happens which seems to have only
17 affected --triggers in rpm
19 - popt.3 installed by default
22 - added POPT_ARG_INTL_DOMAIN (Elliot Lee)
23 - updated Makefile's to be more GNUish (Elliot Lee)
26 - added popt.3 man page (Robert Lynch)
27 - don't use mmap anymore (its lack of portability isn't worth the
30 - added support for exec
31 - removed support for *_POPT_ALIASES env variable -- it was a bad
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
41 - moved to autoconf (Fred Fish)
42 - added STRERROR replacement (Norbert Warmuth)
43 - added const keywords (Bruce Perens)