File: ChangeLog

package info (click to toggle)
cksfv 1.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 136 kB
  • ctags: 21
  • sloc: ansic: 375; makefile: 77; sh: 22
file content (33 lines) | stat: -rw-r--r-- 1,289 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
2000-12-28  Bryan Call  <bc@fodder.org>

	* version 1.3
	- Fixed the problem with ignoring case.  Lots of people have mentioned
	it (used the patch from Harold Gutch).
	- Now will compile on RedHat 7.1.
	
2000-12-28  Bryan Call  <bc@fodder.org>

	* version 1.2
	- Fixed the a problem when making a new sfv it was not being zero
	padded (found by Justin Head and Andre Tertling).
	- Added the idea, when insensitive matching is activated, it will treat
	"_" and " " equal. For example it will treat "foo_bar.txt" and
	"Foo Bar.txt" the same (suggested and patch given by Andree Borrmann).
	- Made it so it will not choke on blank lines.
	
2000-05-18  Bryan Call  <bc@fodder.org>

	* version 1.1
	- Added verbose to the program.  Now the program will list what file it
	is working on and the status of the file.  When it is finished it will
	display a final result, if it encountered any errors or not, and it
	will print the bell character. You can turn this off with the -q option
	(quiet).
	- Moved some functions around a some other minor stuff.

2000-05-16  Bryan Call  <bc@fodder.org>

	* version 1.0
	- This is the first version that has been released for public
	consumption.  Hopefully, I have worked out most of the bugs. I have
	this working on FreeBSD 3.4 and Redhat 6.1 (i386).