packet-0.0.1k - March 14, 2000
-------------

Notes:
		- Squashed save settings bugs
		- Reference count opens to prevent remove-on-open oops
		- Official mailing list packet-writing@suse.com
		- Prelim release - based on pre-2.3.52-3 kernel

Fixes:
		- Modified to work with changes in recent 2.3 block layer
		- Fixed devfs permissions
		- Added reference count member to pd
		- Misc CD-ROM fixes for SCSI, ATAPI, and old drivers
		- Fix oops when minor != 0 was used. Thanks to Peter
		  Osterlund <peter.osterlund@mailbox.swipnet.se> for the fix
		- Fix missing break in sr.c. Thanks to Gregory Zornetzer
		  <gaz@nmrfam.wisc.edu>
		- MCN setting for mode2 discs failed for some reason - removed
		- Added data direction, to reflect recent SCSI changes
		- Speed setting changed
		- Added CAP_SYS_ADMIN checks for setting up / removing
		  devices
		- Make elevator aware of WRITE_PACKET command
		- Misc other minor fixes
		- Ported to pre-2.3.52-3


packet-0.0.1j - Feb 19, 2000
-------------

Notes:
		- SCSI should now definately work, I hope :)
		- Added FAQ

Fixes:
		- Changed lots of request handling tactics to work with
		  the ll_rw_blk merge changes in 2.3
		- Fixed silly mode_sense/mode_select bug with SCSI
		  units that report a block descriptor - noticed
		  by Ben Fennema
		- SCSI shouldn't automatically adjust and retry failed
		  writes
		- Fix segment recount
		- Register devfs
		- Change to official major (97)
		- Name change from packet to pktcdvd
		- Add sense dump for failed mode select
		- pktsetup tool moved to UDF tools
		- Ported to 2.3.46


packet-0.0.1i - Feb 15, 2000
-------------

Notes:
		- First version that works on SCSI
		- Should run much more stable
		- Behave more nicely on failed writes. Still need to cover
		  recovering and resubmitting, and I'm thinking that
		  read/write buffer are maybe the way to go...
		- Setup/teardown of devices works properly ;)

Fixes:
		- Don't flush device cache, if the device hasn't been used
		- Make pktsetup run disc check to force TOC reading
		- Only open write when FMODE_WRITE is set
		- Fixup request device member (IDE didn't check it, but
		  SCSI does).
		- scsi_merge should not BUG() when a merge is attempted
		  for non-contigous buffer -- this is normal with packet.
		  Instead just return 0.
		- Fix stupid dentry clearing
		- Make SCSI writers work
		- Fixed mode sense
		- Recount request segments.
		- Map original queue queuedata to packet queuedata
		- Set disc type (only CD-R or CD-RW for now)
		- Fix ide-cd oops when failed command was NULL and sense
		  indicated NOT_READY or UNIT_ATTENTION.
		- Added the PACKET_{SETUP_DEV, TEARDOWN_DEV} ioctls to
		  sparc64 ioctl marshalling list.
		- Make config entry independent of ide-cd, since it's also
		  good on SCSI now.
		- Port to 2.3.45
