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
