Doc.
[rsync/rsync.git] / popt-1.2 / CHANGES
CommitLineData
62402cb1
MP
11.1 -> 1.2
2 - added popt.3 man page (Robert Lynch)
3 - don't use mmap anymore (its lack of portability isn't worth the
4 trouble)
5 - added test script
6 - added support for exec
7 - removed support for *_POPT_ALIASES env variable -- it was a bad
8 idea
9 - reorganized into multiple source files
10 - added automatic help generation, POPT_AUTOHELP
11 - added table callbacks
12 - added table inclusion
13 - updated man page for new features
14 - added test scripts
15
161.0 -> 1.1
17 - moved to autoconf (Fred Fish)
18 - added STRERROR replacement (Norbert Warmuth)
19 - added const keywords (Bruce Perens)