File libdsk.changes of Package libdsk
-------------------------------------------------------------------
Sat Jan 22 08:41:50 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 1.5.17
* rcpmfs: When generating a directory entry, do not allow RC to
exceed 80h; this causes problems with PIP trying to copy
files > 16k.
* Geometry probe: If the sector size has changed, don't try to
reread the boot sector -- it may cause a buffer overflow.
* CPC EDSK: Handle disk image with 'unformatted' (ie, missing)
tracks.
- Update to version 1.5.15
* dsktrans: Improved the -md3 copy protection defeat code to work
with 180k disks. Documented that it also works with other
software by Creative Technology.
* md3serial: Updated to show more information from the copy
protection sector.
* dskdump: Corrected the usage message.
* Made the comparison for driver name (-type option)
case-insensitive.
- Update to version 1.5.14
* New driver: ldbst (LDBS as text file)
- Update to version 1.5.13 .
* Apridisk driver: Was broken by the move to LDBS backend in 1.5.3.
Now corrected.
* Various drivers: Treat PSH value of 8 or higher as 8, to avoid
crashes caused by integer overflows.
-------------------------------------------------------------------
Sat Apr 11 19:54:05 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.12
* When converting to TD0 format, attempt to guess drive type
(3.5" / 5.25") from drive geometry.
* When probing geometry on disc image files that do not record
the data rate, prefer the rate specified in the boot sector.
* Fix for integer underflow issues in the POSIX / raw driver.
* The LDBS format has been updated to support round-trip
compatibility with the further EDSK extensions.
* DSK, EDSK, ApriDisk, CFI, IMD, JV3, CopyQM and TeleDisk
drivers have all been rewritten to use LDBS for intermediate
storage.
* New utility: dskconv (convert a disc image file from one
format to another)
* New backend: QRST (for the Compaq Quick Release Sector
Transfer format)
* New backend: LDBS (for the LDBS format)
* New backend: SAP (for the System D'Archivage Pukall format)
* dskform(1) can create a blank FAT12 filesystem when
formatting.
* New backends: gotek1440 and gotek720 (for accessing disc
images on a Gotek-formatted USB drive)
* New utilities: lsgotek(1) lists the disc images present on a
Gotek-formatted USB drive. dsklabel(1) can view or set the disk
label on DOS, CP/M or Acorn DFS filesystems.
* New backend: dc42 for Apple Disk Copy 4.2
* QRST backend supports QRST v5 compression (read-only).
* Fix for geometry detection on LDBS backend where the sector
size is not a power of 2.
New in 1.4.x:
* Bugfixes: Corrected various faults in the IMD file driver.
* Added a 'complement' flag to the recording mode, allowing
support of disk images where all bytes are stored complemented.
* New backend: JV3 (for TRS-80 disc images in the JV3 format)
- Bump sover to 5
- Spec cleanup
-------------------------------------------------------------------
Sun Nov 23 08:47:49 UTC 2014 - serbalgi@gmail.com
- Update to version 1.2.2
* Compilation scripts updated to autoconf 2.68.
* Corrected a bug which caused rcpmfs to give 'overrun' errors when
emulating a CP/M 2 filesystem.
* Removed O_CREAT from attempts to open serial ports.
* For some reason I commented out the ibm320 format between
libdsk-1.1.2 and libdsk-1.1.3. Can't think why. Uncommented it.
* Removed a couple of C99 style comments (//) which prevented
compilation on really old gcc versions.
- Drop o_creat.patch: Upstream fixed.
- Modernize package license.
- Several spec fixes.