smbfs-2.0.1 -> smbfs-2.0.2

- Fixed the security exploit posted to bugtraq

smbfs-2.0.0 -> smbfs-2.0.1

- Fixed another oops in smbfs
- Added specfile. Thanks to Norbert Kiesel <nk@col.sw-ley.de>

smbfs-0.10 -> smbfs-2.0.0

- Changed the numbering scheme :-)
- Removed the 1.2.x kernel part. Please get smbfs-0.10.tgz if you
  really need it. I recommend to use Linux 2.0.28 or higher in the 2.0
  series.
- Fixed a bug in inode.c. Thanks to Steve Morris <morris@thermonics.com>.
- Fixed a bug with Windows 95 read-only shares and time stamps.

smbfs-0.9 -> smbfs-0.10

- Another bug-fix patch for 2.0.27. Removes 2 possible OOPSes.

smbfs-0.8 -> smbfs-0.9

- removed the big patch, as 2.0.27 is out now
- Added a little bug fix

smbfs-0.7 -> smbfs-0.8

- Added support for logging in to a user-specified domain. Please note
  that you have to patch your kernel to enable this feature.
- Added my latest patches for the 2.0.x kernel series to the package.

smbfs-0.6 -> smbfs-0.7

- smbfs now successfully connects to pathworks. Probably this helps
  other older LAN Manager servers as well.
- Added a hint to http://www.kki.org/linux-lan to README
- Fixed util/Makefile for easier optimization handling. Thanks to Rik
  Faith <faith@cs.unc.edu> for this one
- Restructured the Makefile a bit. Now 'make install' works!

smbfs-0.5 -> smbfs-0.6

- smbmount/umount now print version. Thanks to Carsten Heyl <Heyl@nads.de>
- normal users can get usage/help. Thanks to Carsten Heyl <Heyl@nads.de>
- smbmount asked twice for password.
- smbmount ignored -p. Thanks to mbresnahan1@mmm.com.

smbfs-0.4 -> smbfs-0.5

- Added some bounds-checking. These might have been security holes
  when smb(u)mount was setuid root. Thanks to David Holland
  <dholland@hcs.harvard.edu> for this one.
- moved README.automounter to README

ksmbfs-0.3 -> smbfs-0.4

- Changed the name :-)
- Added switch -I for smbclient conformance. Thanks to Brian Exelbierd
  <bex@awa.com> for this one.
- Fixed the module-loading code. Requested by many people.
- Applied the 2.0.2-patch by Yuri Per <yuri@pts.mipt.ru> to kernel-1.2.

ksmbfs-0.2 -> ksmbfs-0.3

- Cosmetic changes to to directory structure
- "ported" 1.3.42 code back to 1.2.x
- inserted changes from Andrew Tridgell to correctly show long filenames
  with Windows 95. Many thanks for the patch.

ksmbfs-0.1 -> ksmbfs-0.2:

- uid/gid can be given symbolically
- automatically reconnect to a broken connection
- use 1 for unknown inode number, because some programs are confused by a zero
  inode number. Thanks to Gordon Chaffee <chaffee@plateau.cs.Berkeley.EDU>.
- accept /server/service, to make smbfs compatible with amd. Thanks to 
  Andrew Tridgell <tridge@arvidsjaur.anu.edu.au>
- removed many of the timestamp-related problems
- removed some bugs
- smbumount written
