File: ChangeLog

package info (click to toggle)
cronolog 1.5b9-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 576 kB
  • ctags: 149
  • sloc: ansic: 2,203; sh: 302; perl: 150; makefile: 63
file content (35 lines) | stat: -rw-r--r-- 1,252 bytes parent folder | download | duplicates (2)
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
Thu Jun  4 15:48:01 1998  Andrew Ford  <andrew@icarus.demon.co.uk>

	* 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  <andrew@icarus.demon.co.uk>

	* 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  <andrew@icarus.demon.co.uk>

	*  AUTHORS NEWS: New files.

Fri Dec 20 11:05:59 1996  Andrew Ford  <andrew@icarus.demon.co.uk>

	* 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  <andrew@icarus.demon.co.uk>

	* 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  <andrew@icarus.demon.co.uk>

	* First version (1.2) ready for release.