3 $Id: CHANGELOG,v 1.2 2001/04/21 18:29:33 bergo Exp $
6 * fixed minor bug when generating files with the
7 "don't generate login password pairs" option
8 turned on (a CONNECT line was not being added)
11 * fixed minor bug: the installation script now creates
12 the /etc/ppp/peers directory if it is missing.
15 * Revamped the way the GUI manages config files, now pppd
16 files go under /etc/ppp/peers (and you'll have to
17 exercise your root password sometimes when configuring
18 ISP info). Configuration now goes under ~/.yawmppp2
19 * Changed RX/TX leds for arrows in the Window Maker applet.
20 * Dropped old named-based DNS support
21 * Added support for the usepeerdns option in pppd.
24 * Increased Modem Init Strings maximum size from 64 to
28 * Fixed bug regarding user names made up of digits
30 * Added the yawmppp.thin applet.
31 * Made the -caution option default.
32 * Bug fix: now modem init strings may contain spaces.
33 * Bug fix: the config applet wasn't recognizing the first
34 init string, it was putting ATZ always. As no one has
35 complained about it, I'm surprised to know that ATZ is
39 * Fixed bug in Help system (memory buffer for man pages was too
40 small and the Configuration program dumped core). Now the
41 buffers are initialized with 128K instead of 64K and will grow
42 on demand. Thanks to Thomas Hood for reporting this one.
43 * Added the -caution and -paranoid command line options, meant to
44 help PCMCIA & APM users.
45 * Minor documentation fixes.
48 * Added the online help (er... man) system.
49 * Tried to fix a compilation bug that happened with Debian regarding the
50 double inclusion of linux/socket.h and sys/socket.h. I don't have
51 a Debian system to test, so I don't know for sure if it will work
52 right now (Debian only).
53 * Added the --with-x-include-dirs= option to the configure script. This
54 should be helpful for FreeBSD users.
55 * Due to the change below, changed the caption on the
56 "Post-login conversation" button to "Additional conversation".
57 * Added the "Don't generate login/password pairs" checkbox to help people
58 with even stranger ISP conversations. I can't keep it simple if ISPs can't.
59 * Fixed bug in expect/send pair parsing, now usernames, passwords,
60 and all expected/sent strings may contain spaces and escaped
62 * Fixed stop.* script generation (missing space between
63 quote and bracket, thanks to Igor Marinovic for reporting
65 * Fixed W,X,Y,Z characters which were apeearing swapped on the
69 * Fixed small bug in configure script that would prevent
70 yawmppp from building in some FreeBSD systems.
73 * Added tooltips to most widgets in the PPP page.
74 * Added capability for more multiple expect/send pairs in the
76 * Added support for PAP/CHAP related options in the pppd
77 command line (the secrets must still be set manually in
78 the secret files, read the FAQ for furhter information)
82 * Added "user <username>" to command line of pppd,
83 which may help PAPers and CHAPers.
85 * Some of the options shown with yawmppp -h were
89 * First public release