Changelog for
cdemu-daemon-debugsource-3.2.7-lp160.1.3.x86_64.rpm :
* Sun Aug 18 2024 Jan Engelhardt
- Update to release 3.2.7
* ``READ SUBCHANNEL`` command fixes
* Implement ``SEEK`` command
* Adjust error codes returned by read commands
* Thu Mar 14 2024 Jan Engelhardt - Add an explanation to the use of static_node
* Mon Mar 11 2024 Jan Engelhardt - Revert Feb 27 addition of static_node; this does not seemingly do anything.
* Tue Feb 27 2024 Matthias Bach - Fix cdemu-daemon startup failing for regular users due to not being able to trigger the load of the vhba kernel module. (boo#958517)
* Sat Feb 05 2022 Jan Engelhardt - Update to release 3.2.6
* No user visible changes, just packaging-related.
* Sun Aug 29 2021 Yaroslav Kurlaev - Add systemd and D-Bus .service files- Fix .spec file warning
* Tue Apr 20 2021 Jan Engelhardt - Update to release 3.2.5
* Updated ISRC validation to match crdao documentation.
* Remove bundled DBus activation scripts.- Remove logfile.diff (no longer applicable)
* Fri May 01 2020 Aaron Stern - Update to release 3.2.4
* Updated the list of commands that interrupt audio play.
* Generate device serial number using global device number instead of local one.
* Delay emulation: removed the use of deprecated GTimeVal.
* Tweak default device identifier in standard INQUIRY response.
* Implemented INQUIRY EVPD 0x83 page.
* Thu Oct 24 2019 Jan Engelhardt - Update to release 3.2.3
* Updated the list of MMC commands that interrupt audio play.
* Wed Jul 03 2019 Jan Engelhardt - Update to new upstream release 3.2.1
* Added initial support for BluRay profile
* Added initial support for BluRay writing
* Extended READ DISC STRUCTURE for BluRay support
* Moved the fabrication of disc structures from libMirage to cdemu-daemon.
* Implemented READ DISC STRUCTURE format 0xFF (list of supported structures).
* Removed the \"dvd-report-css\" flag as parser parameter and implemented it as device option.
* Improved GET PERFORMANCE implementation: better argument checking, updated descriptors, and added BluRay support.
* Wed Apr 25 2018 p.seilerAATTlinuxmail.org- Changed vhba-kmp package from recommend to require for /dev/vhba_ctl
* cdemu is not working if vhba kernel module is not installed
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Mon Aug 07 2017 jengelhAATTinai.de- Update to new upstream release 3.1.0
* Added no-op implementation of RESERVE TRACK for all recording modes.
* Added infrastructure for localization support.
* Added Slovenian and Russian translations.
* Mon Feb 06 2017 jengelhAATTinai.de- Update to new upstream release 3.0.5
* Only updates for other distros- New udev rules using the \"uaccess\" method
* Fri Jan 22 2016 jengelhAATTinai.de- Update to new upstream release 3.0.4
* Ensure \"disc_closed\" variable is set accordingly
* Mon Jan 04 2016 jengelhAATTinai.de- Recommend vhba-kmp package for /dev/vhba_ctl [boo#960464]
* Mon Nov 23 2015 jengelhAATTinai.de- Update to new upstream release 3.0.3
* fixed a copy-and-paste error in feature initialization code
* daemon: device: signal the Media Eject Request event only when device unload is requested via D-Bus API- Run %fillup and populate /etc/sysconfig/cdemu-daemon- Drop cdemu_daemon_typo_in_mmc_packet_commands_h.patch (merged)
* Thu Feb 26 2015 normandAATTlinux.vnet.ibm.com- new cdemu_daemon_typo_in_mmc_packet_commands_h.patch to avoid ppc/ppc64 build failure related to upstream ticket https://sourceforge.net/p/cdemu/patches/22/
* Thu Oct 02 2014 jengelhAATTinai.de- Update to new upstream release 3.0.2
* properly report last session lead-in address as 0xFFFFFFFF on closed and non-recordable discs. Fixes \"Used capacity\" in K3B\'s Medium Information right after writing an image to the virtual disc.
* fixed a typo that prevented CD-TEXT being recorded on any recording attempt beyond the first one
* Mon Sep 22 2014 jengelhAATTinai.de- Request matching libmirage version for build
* Sun Jul 13 2014 sor.alexeiAATTmeowr.ru- Update to new upstream release 3.0.0
* The CDEmu daemon now has experimental emulation of CD-R and DVD+R disc recording, and daemon/client protocol was extended to allow transmission of image writer parameters descriptions from daemon to client and parameters\' values back from client to daemon.- Remove logfile.diff patch- Add /dev/vhba_ctl read-write access udev rule
* Sun Nov 24 2013 jengelhAATTinai.de- Update to new upstream release 2.1.1
* allow bad sector verification to be turned off (which is now default) in order to increase device throughput
* DPM emulation is now turned off by default as well
* make sure that EDC and subchannel verification is never performed for generated data
* Sun Jun 09 2013 jengelhAATTinai.de- Update to new upstream release 2.1.0
* Use non-blocking I/O on VHBA control device, implemented device restart on kernel/userspace I/O errors
* Added support for device addition/removal. To preserve device numbering, devices can only be appended, and only the last device can be removed.
* Auto-started daemon now creates only a single device by default.
* Fixed device ID reported by INQUIRY, where last letters were missing
* Session autostart script now uses \"default\" instead of \"pulse\" for audio driver.
* If audio device initialization fails, fallback to \"null\" instead of just stopping the playback thread.
* Sat Apr 13 2013 jengelhAATTinai.de- Resolve build failure with glib 2.36 by allowing deprecated functions for the time being (-UG_DISABLE_DEPRECATED)
* Sat Dec 22 2012 jengelhAATTinai.de- Update to new upstream release 2.0.0 (up from 1.5.0)
* Support for ISZ, CSO, DMG, GBI, ECM, gzip and xz formats
* Partial support for 1-track MDX- Resolves a problem with autostarting cdemu-daemon (bnc#809181, bnc#809862)
* Mon Nov 19 2012 jengelhAATTinai.de- Remove cdemud-launch helper, this caused too much confusion.
* Tue May 29 2012 jengelhAATTinai.de- Remove dbus autostart and systemd unit file for system-bus mode. Place system logfile in proper place (bnc#764063)
* Tue May 08 2012 jengelhAATTinai.de- Initial package for build.opensuse.org