This changelog grows to the bottom, that means that newer entries are at
the end of the file

* Release 0.0

- Added an abstraction layer between smbfs functions and rumba functions
  (this implies a lot of conceptual changes)
- Don't use getattrE and setattrE by default
- Made internal functions case insensitive
- rumba runs as a daemon now
- Provided an "unrumba" script for unmounting

* Release 0.1   1997-01-03

- Redirected output of the daemon to syslog (uses LOG_ERR and LOG_INFO)
- Solved problem with hanging when mounting on nonexistent directories
  (actually a bug in the NEXTSTEP unmount())
- found bug: the files "a/b" and "ab" had the same inode number

* Release 0.2   1997-01-22

- Found bug in fo_readdir(): memory for file names was taken from the dir
  cache, which was overwritten when more than 64 entries were read. This
  resulted in multiple entries of the same name in directory listings.
- Improved caching strategy for open files and directory contents.
- Added error number translation from system errors to NFS errors. This
  solves a problem with NeXT's Workspace when a locked executable file
  is accessed.

* Release 0.3   1997-02-05

- Separated max_recv from max_xmit allowing to receive packets larger
  than max_xmit

* Release 0.4	1997-02-10

- included changes by Dmitrij Tejblum <tejblum@arc.hq.cti.ru>
  (FreeBSD port)
- included the following patches:
    + for HP-Unix (by Erik Devriendt <Erik.Devriendt@te6.siemens.be>)
    + for Solaris 2 (by Marc Boucher <marc@CAM.ORG>)
	+ minimal changes for NetBSD (by Mathieu CHOLLIN <cholli_m@epita.fr>)
- These ports included several (important!) bugfixes

* Release 0.5b	1997-12-27

- Included IRIX-patch from Frank Siegert <fms@this.net>
- Removed all endianness-dependencies. This should make life much easier!
- Converted Makefiles to normal make (no more gnu-make necessary).
- Moved all configuration options into main Makefile

* Release 0.5c	1997-12-31

- added option '-i' to read password from stdin
- set version to 0.6 to avoid confusion

* Release 0.6   1998-03-23

- added BSDI port

* Release 0.6a	1998-06-10

- renamed everything to Sharity-Light. It turned out that Wall Data
  Incorporated has registered the trademark "RUMBA". No functional changes
  have been made. The executable is now "shlight" and the version number
  has been set to 1.0 to indicate that the product is now well tested and
  considered stable, at least as stable as it can and will get.

* Release Sharity-Light 1.0	1998-06-30

- fixed timezone bug in kernel.c kernel_init()
- fixed crash when no mountpoint was specified
- added option to set workgroup/domain
- reworked header structure to compile on newer Linux versions

* Release Sharity-Light 1.1 1998-11-16

- Finding the GMT offset of the local time is not straight forward. Added
  an ifdef in kernel.c/kernel_init() to handle Solaris' way of doing it.
- INADDR_NONE is not defined on Solaris. Added workaround to rumba.c

* Release Sharity-Light 1.2 1998-11-24
