Fix two bugs related to command execution:
[dockapps.git] / wmppp.app / CHANGES
blob0b7bf8e2d1cb991f0947ce4d0dd71e7c7cfdba8a
1 Version         Description
2 --------------------------------------------------------------
3 1.3.0   * Released 980916
5         * WMPPP is almost completely rewritten, WMPPP is now
6           also based on the WMGeneral code core;
7         * WMPPP now parces arguments from it's rc files;
8         * Major overall code cleanup;
9         * Added a bytes/sec Speed-O-Meter;
10         * Commandline option for loadgraph/meter update speed;
11         * Added createXBMfromXPM (maskless .xpm);
12         * Geometry support has been added (finaly);
13         * Some cosmetic changes to the GUI;
14         * Multiple ppp devices support (EXPERIMENTAL!);
15         * getmodemspeed.c now reads /etc/ppp/connect-errors,
16           and scans for both CARRIER and CONNECT;
17           
20 1.2p1   * Released 980502
22         * Updated the docs, sorry, we forgot to update some
23           of them, due to some last minute changes in the code
24           the docs where incorrect on some parts (systemrc).
26         * Updated the Makefile because the systemrc files
27           went to the wrong location (due to above changes).
29         * Updated the WMPPP rc files, again, due to some last
30           minute changes in the code, WMPPP's rc files where
31           no longer working properly. 
34 1.2     * Released 980429
35         
36         * Completely revamped the WMPPP & WMiFS GUI :)
37         
38         * Added 'forceleft, forcemiddle and forceright'
39           options in WMiFS for 'real' multiuser systems,
40           when 'force*' is detected in /etc/wmifsrc the
41           user settings in ~/.wmifsrc are overridden
42           (usefull for sites where users may not fiddle
43            with pppd's options :)
44                 
45         * WMPPP: Ditto, added 'force' facility here too
46         
47         * WMPPP: now correctly redisplays time when killed
48                  and restarted
49         
50         * WMPPP: timer now starts to run when the actual
51                  connection is made
52         
53         * WMPPP: added BAUD CONNECT value display
54         
55         * WMPPP: added 'getmodemspeed', a SUID proggie to
56                  read the CONNECT value from /var/log/messages
57         
58         * WMPPP: dropped the config GUI and added an
59                  .wmppprc file instead > motivation to do so:
60                  this way, WMPPP is much more platform and
61                  distribution independant :)
62         
63         * WMPPP: enhanced the status LED, yellow means
64                  dialing, green means online, red means error
65         
66         * WMPPP: added -display commandline option
67         
68         * WMPPP: added -t commandline option, default
69                  the timer will display HH:MM, -t will display
70                  MM:SS and switch to HH:MM after 60 minutes
71         
72         * WMiFS: added support for all interfaces in
73                  /proc/net/, now all interfaces are supported :)
74         
75         * WMiFS: added -display commandline option
76         
77         * WMiFS: added -w commandline option, this will
78                  draw the graph in our new 'waveform' look :)
79         
80         * WMiFS: fixed the coredump problems that occured
81                  on some systems with or without .wmifsrc file
82                  typo's, errors, etc. in the .wmifsrc file are 
83                  now also being ignored/rejected, the worst
84                  thing that can happen now is that the scripts
85                  do not execute (i.e. luser error) ;-)
86         
87         * WMiFS: when monitoring a ppp interface, bytes
88                  are used to draw the graph, otherwise packets
89         
90         * WMiFS: made the RX/TX/Status LED box identical
91                  to the one in WMPPP, the right LED is the status
92                  LED, green means interface is working, red means
93                  error (interface down, NIC broken, etc.)
94         
96 1.1             - Released 980407 
97                 - Added WMiFS, the no button more stats version
98                 - All ppp/eth load graphs are now autoscaling
99                 - Autosensing of all active ppp/eth interfaces
100                 - 99 hours --> 00 hours is now okay
101                 - Now detects already running WMPPP(s)
102                 - WMIFS has 'mousebutton' script launch support
103                 - Now reads pppsocket instead of /proc/dev/net
104                 - WMIFS reads ~/.wmifsrc (optional)
106 1.0             - Released 980315
107                 - Total rewrite of WMPPP-1.0pre2
108                 - WMPPP dock.app again redesigned
109                   improved timer display readability
110                   Some code cleanups
112 1.0pre7         - Not released, developers release
113                   Started writing documentation
114                   Enhanced Makefile
115                   Bugfixes
117 1.0pre6         - Not released, developers release
118                   Redesigned WMPPP's dock.app GUI       
119                   Added failsave Yes/No disconnect
120                   requester
121                   Some code cleaning
122                   Configuration GUI is ready
124 1.0pre5         - Not released, developers release
125                   Bugfixes
126                   Enhanced configuration GUI
128 1.0pre4         - Not released, developers release
129                   Bugfixes
130                   Enhanced configuration GUI
132 1.0pre3         - Not released, developers release
133                 - WMPPP dialup frontend is now a
134                   dock.app with online timer.
137 1.0pre2         - Released 980115
138                   First initial public release
139                   Bugfixes and some cosmetic stuff
141 0.5b            - Not released, developers release
142                   Bugfixes and cosmetic changes
144 0.3b            - Not released, developers release
145                   First working WMPPP version