-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
49 lines (42 loc) · 1.71 KB
/
ChangeLog
File metadata and controls
49 lines (42 loc) · 1.71 KB
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
43
44
45
46
47
48
0.9.6:
- fixed error reporting to be GNU compatible
- fixed function definitions and prototypes to be GNU compatible
- added autoconf support
- added the beginnings of debian package data
- changed source directory layout (major reorganization)
0.9.5:
- fixed a signal trapping bug; don't trap SIGHUP
- fixed busy loop bug when a mailbox did not exist
- 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
- fixed help and version output to be GNU compatible
- 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