SHA256
1
0
forked from pool/libcdio
libcdio/libcdio.changes

260 lines
8.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Jan 30 18:55:42 UTC 2011 - sagiben@gmail.com
- Updated to version 0.82
- Upstream changes :
*Remove all uses of CDIO_MIN_DRIVER,
CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
*FreeBSD get_media_changed fixes
*MingGW/Msys compilation issues
*Add OS/2 driver
*Cross compilations fixes and uclinix is like GNU/Linux
*Numerous other bug fixes
-------------------------------------------------------------------
Mon Apr 26 11:36:24 CEST 2010 - ro@suse.de
- add build-ignore for libcdio-mini-devel
-------------------------------------------------------------------
Sun Jan 31 21:10:55 CET 2010 - jengelh@medozas.de
- Package baselibs.conf
-------------------------------------------------------------------
Thu Aug 6 18:54:05 CEST 2009 - sbrabec@suse.cz
- Updated to version 0.81:
* license of manual now GFDL 1.2 or later
* Nero image handling more complete.
* ISRC query for image files.
* Allow reading pregap of a track via get_track_pregap_lsn().
* Fixes of iso9660 time setting/getting routines, making them
reentrant.
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Tue Sep 9 12:30:19 CEST 2008 - sbrabec@suse.cz
- Update Summary of *mini* packages (bnc#418304).
-------------------------------------------------------------------
Wed Jun 18 15:33:14 CEST 2008 - schwab@suse.de
- Use autoreconf -i.
-------------------------------------------------------------------
Fri May 23 22:43:19 CEST 2008 - hpj@suse.de
- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195).
-------------------------------------------------------------------
Wed May 21 19:16:24 CEST 2008 - cthiel@suse.de
- fix baselibs.conf
-------------------------------------------------------------------
Fri Apr 25 16:03:38 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.80:
* Add option to log summary output in cd-paranoia
* More string bounds checking to eliminate known string overflow
conditions, Savannah#21910
* add --mode="any" on cd-read which uses a mmc_read_sectors with
read-type CDIO_MMC_READ_TYPE_ANY.
* add --log-summary option to cd-paranoia. Unused option
--output-info (-i) removed
* some small packaging bugs fixed
* probably the last GPL v2 release; GPL v3 on the horizon.
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Wed Feb 27 18:59:31 CET 2008 - sbrabec@suse.cz
- Fixed more possible memory allocation buffer overflows
(bnc#351127).
-------------------------------------------------------------------
Wed Jan 9 17:52:24 CET 2008 - sbrabec@suse.cz
- Fixed buffer overflows for long Joliet names (#351127).
-------------------------------------------------------------------
Wed Dec 5 14:52:36 CET 2007 - ro@suse.de
- provide main package name in library package for debuginfo
for mini package
-------------------------------------------------------------------
Fri Nov 16 14:00:19 CET 2007 - sbrabec@suse.cz
- Removed unwanted NoSource preventing mirroring to Factory.
-------------------------------------------------------------------
Fri Nov 9 06:42:52 CET 2007 - crrodriguez@suse.de
- fix build with gcc43
- update to version 0.79
* libcdio cdparanoia doing the wrong thing on a single-sector read. Savannah patch #5999.
* Leds to an open file descriptor making it impossible of e.g.
unmounting a CDROM containing the file. Savannah bug #21147.
* bug #19221 (possibly): memory Leak opening an inaccessible device
* more than 30 other bugfixes
- remove libtool archives with empty dependency_libs
- exclude static libraries
-------------------------------------------------------------------
Tue Aug 7 17:01:59 CEST 2007 - sbrabec@suse.cz
- Fixed mini file list.
-------------------------------------------------------------------
Sun Aug 5 08:35:10 CEST 2007 - coolo@suse.de
- adding versioned provides for upgrade
-------------------------------------------------------------------
Fri Jul 20 17:30:18 CEST 2007 - sbrabec@suse.cz
- Updated to version 0.78.2:
* Fixed bug in libcdio.so version numbering.
* Added mmc-tool and mmc-close-tray.
* libudf: can now read (extract) file data, at least for ICB
strategy type 4.
* libcdio is starting to get updated for UTF-8 support.
* Fixes to eject.
* Other fixes.
- Split package according to shared library packaging policy.
- Added script to convert libcdio.spec to libcdio-mini.spec and
update library package names.
-------------------------------------------------------------------
Mon Mar 12 16:49:56 CET 2007 - sbrabec@suse.cz
- Fixed NoSrc and Provides of temporary package.
-------------------------------------------------------------------
Fri Oct 6 16:35:33 CEST 2006 - sbrabec@suse.cz
- Updated to version 0.77:
* Added object-oriented C++ wrapper.
* Replaced libpopt with getopt in binaries.
* Documented cd-paranoia.
* Added cdio_eject_media_drive.
* Added more generic read_sectors().
* Some provision for handling Rock-Ridge device numbers.
* Block read routines return success if asked to read 0 blocks.
* Start UDF handling
* Improved developer documentation.
* Code improvements.
* Bug fixes.
* Small cdda-player improvements.
* NRG checking parses file.
* Revised and improved example programs.
* Replaced all uses of strcat and strcpy with strncat and
strncpy.
-------------------------------------------------------------------
Mon Jul 3 16:19:33 CEST 2006 - max@suse.de
- Added gcc-c++ to neededforbuild.
-------------------------------------------------------------------
Fri Jun 30 13:19:32 CEST 2006 - sbrabec@suse.cz
- Fixed cyclic dependencies in a correct way.
-------------------------------------------------------------------
Tue Jun 27 18:43:46 CEST 2006 - sbrabec@suse.cz
- Use NoSource in libcdio-mini.
-------------------------------------------------------------------
Thu Jun 22 18:35:39 CEST 2006 - sbrabec@suse.cz
- Simpler solution of cyclic dependencies.
-------------------------------------------------------------------
Tue Jan 31 14:20:00 CET 2006 - sbrabec@suse.cz
- Do not link with invalid rpath.
- Enabled parallel build.
- Fixed devel splitting.
-------------------------------------------------------------------
Thu Jan 26 15:51:26 CET 2006 - sbrabec@suse.cz
- Added %install_info_prereq.
-------------------------------------------------------------------
Wed Jan 25 21:42:30 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Nov 8 19:19:23 CET 2005 - sbrabec@suse.cz
- Fixed libiso9660.la circular dependency prevention trick.
-------------------------------------------------------------------
Wed Oct 26 13:32:25 CEST 2005 - sbrabec@suse.cz
- Updated to version 0.76.
- Build as user.
-------------------------------------------------------------------
Fri Aug 5 11:00:41 CEST 2005 - sbrabec@suse.cz
- Build with libcddb-1.2.1.
-------------------------------------------------------------------
Fri Jul 29 15:58:20 CEST 2005 - sbrabec@suse.cz
- Updated to version 0.75.
-------------------------------------------------------------------
Mon May 9 13:08:25 CEST 2005 - sbrabec@suse.cz
- Build with libcddb-1.0.2.
-------------------------------------------------------------------
Tue Apr 26 13:23:29 CEST 2005 - sbrabec@suse.cz
- Updated to version 0.73.
-------------------------------------------------------------------
Fri Apr 1 08:39:02 CEST 2005 - meissner@suse.de
- fixed gcc4 compile problem.
-------------------------------------------------------------------
Thu Feb 3 14:30:09 CET 2005 - sbrabec@suse.cz
- Updated to version 0.72.
-------------------------------------------------------------------
Mon Jan 31 15:46:35 CET 2005 - sbrabec@suse.cz
- Updated to version 0.72rc2.
-------------------------------------------------------------------
Mon Jan 24 17:28:43 CET 2005 - sbrabec@suse.cz
- Updated to version 0.71.
-------------------------------------------------------------------
Tue Nov 09 14:52:28 CET 2004 - sbrabec@suse.cz
- New SuSE package, version 0.70.
- Work-around of circular dependency on libcddb and vcdimager.