Make AddMouseRegion's index unsigned
[dockapps.git] / yawmppp / CHANGELOG
blobedb3e14e370163cfeb57ad61fad7ca9f9fc32fee
2 CHANGELOG for YAWMPPP
3 $Id: CHANGELOG,v 1.2 2001/04/21 18:29:33 bergo Exp $
5 2.0.2 (Apr 21 2001)
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)
10 2.0.1 (Mar 3 2001)
11  * fixed minor bug: the installation script now creates
12    the /etc/ppp/peers directory if it is missing.
14 2.0.0 (Feb 22 2001)
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.
23 1.2.1 (Apr 12 2000)
24  * Increased Modem Init Strings maximum size from 64 to
25    256 characters.
27 1.2.0 (Apr 3 2000)
28  * Fixed bug regarding user names made up of digits
29    only.
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
36    good for everyone :)
38 1.1.3 (Mar 24 2000)
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.
47 1.1.2 (Mar 20 2000)
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
61    quotes (\").
62  * Fixed stop.* script generation (missing space between
63    quote and bracket, thanks to Igor Marinovic for reporting
64    it)
65  * Fixed W,X,Y,Z characters which were apeearing swapped on the
66    dock applet display.
68 1.1.1 (Mar 11 2000)
69  * Fixed small bug in configure script that would prevent
70    yawmppp from building in some FreeBSD systems.
72 1.1.0 (Mar 7 2000)
73  * Added tooltips to most widgets in the PPP page.
74  * Added capability for more multiple expect/send pairs in the
75    entries.
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)
80 1.0.1 (Feb 29 2000)
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
86    bogus. Took them out.
88 1.0.0 (Feb 14 2000)
89  * First public release