-
Notifications
You must be signed in to change notification settings - Fork 39
/
ChangeLog
48 lines (32 loc) · 1.65 KB
/
ChangeLog
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
1999-12-20 Andrew Ford <[email protected]>
* New version 1.6.1
* New (Apache) license terms applied and code submitted to Apache
Software Foundation
1999-12-16 Andrew Ford <[email protected]>
* New version 1.6
* patch from Charles Thayer <[email protected]> to fix
a bug whereby if cronolog is started shortly before the end of a
period it will not rotate until the end of the next period.
Thu Jun 4 15:48:01 1998 Andrew Ford <[email protected]>
* Bumped beta version number to 1.5b9
* src/cronolog.c: removed spurious semicolon from if statement
* src/cronotest.c: ditto
* TODO: remove mention of symbolic link
Sun Mar 8 11:01:33 1998 Andrew Ford <[email protected]>
* Updated README file and documentation (changed URLs to point to
www.ford-mason.uk as archive site)
* src/config.h: new file (split out of src/cronoutils.h)
* src/cronolog.c: rearranged main loop so that a new log file is
not created until a message has been read, to avoid creating
empty log files
* src/cronolog.c: more debug messages
Wed Apr 9 20:47:57 1997 Andrew Ford <[email protected]>
* AUTHORS NEWS: New files.
Fri Dec 20 11:05:59 1996 Andrew Ford <[email protected]>
* Version 1.4 released -- optimized create_subdirs to avoid
unnecessary calls to stat(). Updated documentation and comments.
Mon Dec 16 09:30:04 1996 Andrew Ford <[email protected]>
* Version 1.3 released -- fixed portability bugs
* cronolog.c: added extra includes and NEED_GETOPT_DEFS flag
Sun Dec 15 12:30:03 1996 Andrew Ford <[email protected]>
* First version (1.2) ready for release.