2004-06-24 Gerhard Lausser <gerhard.lausser@consol.de>

	* initial release 0.1
	** since then
	* added version() and usage() to rootsh
	* modified pty module handling for AIX
	* switched setupshell and beginlogging
	* posix sigaction is now the preferred signal handling
	* configure.in tests for sys/select.h

2004-07-27 Gerhard Lausser <gerhard.lausser@consol.de>

	* upload of file release rootsh-0.1.tar.gz to sourceforge
	* creation of rootsh-0.2 for further development
	
2004-09-01 Gerhard Lausser <gerhard.lausser@consol.de>
	* session identifiers are now 3-digit hexadecimals
	* --with-linenumbering adds a counter to syslog lines

2004-09-02 Gerhard Lausser <gerhard.lausser@consol.de>
	* session numbers are now a 4-digit representation of the pid
	* local files are unique user-timestamp-pid

2004-11-04 Gerhard Lausser <gerhard.lausser@consol.de>
	* made the comments more readable
	* added a small patch for FreeBSD

2004-11-15 Gerhard Lausser <gerhard.lausser@consol.de>
	* created release 1.0. it's long enough in production
	* closed logfiles get ".closed" appended to their name.

2004-11-23 Gerhard Lausser <gerhard.lausser@consol.de>
	* added -i option with MBuselli@cccis.com's patch 
	* added -u option as Michael Buselli suggested

2004-11-25 Gerhard Lausser <gerhard.lausser@consol.de>
	* changed parameter handling to getopt
	* added --logfile, --logdir, --no-logfile, --no-syslog
	* manpage at http://people.consol.de/~lausser/rootsh/rootsh.html
	* released as rootsh-1.1

2004-11-29 Gerhard Lausser <gerhard.lausser@consol.de>
	* deleted an accidentially left over line emitting a debug message
	* released as rootsh-1.1.1

2004-12-01 Gerhard Lausser <gerhard.lausser@consol.de>
	* corrected hardcoded facility in write2syslog. thx Joel Fredrikson
	* added possibility to pass commands to the shell
	* released as rootsh-1.2
	* messed up the cvs and released the same as rootsh-1.3

2004-12-03 Gerhard Lausser <gerhard.lausser@consol.de>
	* added recognition of a login process, rootsh can now be a login shell

2004-12-07 Gerhard Lausser <gerhard.lausser@consol.de>
	* applied Joel Fredrikson's OSC-patch 
	* added defaultshell to -V diagnostics
	* added conditional compilation of write2syslog.c

2004-12-16 Gerhard Lausser <gerhard.lausser@consol.de>
	* added tampering detection code in endlogging()
	* finally found the bug that caused random coredumps in hpux
	* added conditional compilation of basename.c (for cygwin)
	* added a lot of comments to the code

2005-02-11 Gerhard Lausser <gerhard.lausser@consol.de>
	* added irix support
	* changed syslog message format (rootsh[5-hex-digits]: ...)
	* released as 1.5.1

2005-02-17 Gerhard Lausser <gerhard.lausser@consol.de>
	* added macos-x support
	* fixed irix logdir in configure.in

2005-03-24 Gerhard Lausser <gerhard.lausser@consol.de>
	* fixed a bug causing a core dump under SunOS5.9 and option -u
	* fixed a bug which sent an ugly last line to syslog under Linux
	* added syslogging the username as proposed by Franky Van Liedekerke
	* added examples for to INSTALL
	* added environment variable ROOTSH_SESSIONID inside a running rootsh
	* released as 1.5.2

2008-05-14 Corey Henderson <corman@cormander.com>
	* fixed a bug which caused rootsh to fail to compile with gcc v4
	* fixed a bug where resizing the window of rootsh didn't resize the terminal
	* fixed a bug where rootsh could not open log files in an append-only directory
	* added ability to scp files to an account where rootsh is the user's shell
	* updated GPL to version 3
	* released as 1.5.3
