1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
0.9.5:
- fixed a signal trapping bug; don't trap SIGHUP
- fixed busy loop bug when a mailbox did not exist
- fixed printing of mailbox error messages while authenticating
- fixed a mailbox comment parsing bug when reading rc files
- fixed outdated PAM configuration file
0.9.4:
- fixed a bug in handling invalid parameters
- fixed a bug in handling invalid conf files
- fixed a bug in handling mailboxes
- fixed a bug when no rc file was present
- added the ability to disable mail checking
- added the ability to set the mail checking time interval
- added persistent mailbox checking options
- changed several command line parameters
- major code reorganization
0.9.2:
- added getopt code
0.9.0:
- finally created a stinkin header file
- cleaned and optimized code (as if it were SETI@Home or something)
- integrated Seth's -m patch
- added Wait command to the rc file
- created man pages
- created doc/ and data/ dirs in the source tree
0.2.0:
- added ability to use an .awayrc config file
- added linked list to allow multiple mailboxes
- added the version number to the --help output
- added the number of secs between each new mail check to the --help output
- created away.h and moved relevant code to it
- changed the --help message layout
- fixed retrieval of username (was relying on env $USER...uck!)
0.1.0:
- added terminal locking code and threading associated with it
- fixed a problem with looking up the username from a xterm
|