10-06-98 - 0.00

Re-started project after almost a year and half of being idle.

Paper prototyped conversion and necessary methods.

Began conversion from C to Python.

Got rough prototype working and processing logins.

10-16-98 - 0.00

Umm..don't remember what I did between Oct 6 and now, but it was mainly 
building up infrastructure methods and general fixing.

10-28-98 - 0.01

Began writing docs.

Gave first prototype to Alpha testers.

Began cleaning up comments.

11-01-98 - 0.01

Added modules:
	moduleOddDirnames
	moduleHistoryTruncated

Added use of katana.ignore file to allow ignoring certain users activity (ftp)

Added MODULE_PATH token so modules can be stored in separate sub-dir in
Katana tree. 

Updated and added docs. Began making log entries more consistent.

11-02-98 - 0.02

Updated docs. Added README.intro.

Added more comments to code.

Incremented version.

Cleaned up moduleExample.py

removed string.split(*.readline()) and replaced with [:-1]

loginStamp now does gethostbyname() lookup on Login Host from wtmp instead
of just putting in 192.168.2.10 :)

11-04-98 - 0.02

Added capability to describe wtmp record types from config file.

Updated utmp library to accept formatting records.

Corrected error in configParse that would traceback on improperly
formatted token strings.

Updated config file with WTMP_FORMAT string and directions on how to use
it.

Update docs to discuss WTMP_FORMAT string.

11-09-98 - 0.02.1

Added new module: moduleMultipleLogins

Updated docs for README.modules to describe test procedures for
signatures.

Updated moduleHistoryTruncated with more shell history file types (I
guessed on a couple of them because I don't recall them all).


