diff --git a/libcdio.changes b/libcdio.changes index 332165b..62e6aba 100644 --- a/libcdio.changes +++ b/libcdio.changes @@ -3,7 +3,25 @@ Fri Apr 6 13:36:03 UTC 2012 - davejplater@gmail.com - Update to libcdio-0.83, removed need for libcdio-mini by adding linker library paths to sources in the spec file build section. - +- Upstream changes: + *Add retrieval SCSI sense reply from the most-recent MMC command. + *Add exclusive read/write access for devices which is used for + experimental writing/burning. Currently only on GNU/Linux and FreeBSD. + *MMC bug fixes + *FreeBSD drive list now shows empty drives. + *Add ability to retrieve SCSI tuple for a name and/or fake one up for + programs that wanto to cd-record compatible. + *Tolerance for OS's without timezone in their struct tm (e.g. Solaris) + added iso9660_set_{d,l}time_with_timezone + *Add mmc_get_disk_erasable + *Update MMC Feature Profile list, DVD Book types + *Reduce range of seek in paranoia_seek to be int32_t + *Remove some potential flaws found by Coverty's static analysis tool + *Add ISRC track info to cd-info output. + *Don't wrap-around volume adjustment for cdda-player. + *Handle double-byte strings in CD-text + *--no-header on cd-info omits copyright and warranty + ------------------------------------------------------------------- Tue Feb 8 09:42:31 UTC 2011 - dimstar@opensuse.org