Changelog for
libosinfo-debugsource-0.2.6-2.3.i586.rpm :
* Mon Mar 18 2013 dimstarAATTopensuse.org- Update to version 0.2.6: + New API to: - query signed status of device drivers. - query device driver signing requirement of installer scripts. - enable/disable installer script driver signing checks. + Use system-installed pci.ids/usb.ids files, if available. + Don\'t ignore vendor/device names from pci.ids/usb.ids files. + Corrections to RPM spec.
* Tue Mar 12 2013 dimstarAATTopensuse.org- Update to version 0.2.5: + Make use of post-installation drivers in Windows 7 install scripts. + Windows 7 install script now requires product key. + Actually add install scripts for Windows 8. This was supposed to be merged in release 0.2.3. + Formalize architecture names in DB to align with libvirt. + Fixes to mingw RPM spec from Fedora. + Add a Windows 7 volume ID to DB.- Changes from version 0.2.4: + Fix crash in osinfo-detect against non-bootable media. + osinfo-install-script now displays names of generated files. + Add an all-in-one virtio and QXL device driver setup binary to Windows XP and 7. + Make use of post-installation drivers in Windows XP installer scripts. + Log post-install commands of Windows XP to target disk. + Add/improve/fix data on: - QEMU/QEMU-KVM hypervisor - GNOME - openSUSE + RPM spec file changes (shipped template). + Adapt to glib 2.36. + Fix some build warnings. + Some other fixes and improvements.
* Tue Jan 15 2013 dimstarAATTopensuse.org- Update to version 0.2.3: + Add datamaps for translating OS-neutral values to OS-specific ones, e.g some installer configuration parameters like keyboard, language and timezone etc. + New API to detect media that makes it possible to also query languages supported by the media. + Add install scripts for: - RHEL 6.x. - Microsoft Windows 8 + Fix install script for Fedora 18. + Drop support for encoding in l10n install script configuration parameters. + Fix test build issues. + Fixes and improvements to documentation. + Fix potential issues spotted by Coverity. + Fix build for translations. + osinfo-install-script tool now has options to list available configuration parameters and profiles. + Add/improve data on: - RHEL - Debian - openSUSE - Microsoft Windows 7 - Ubuntu - MacOS X + Updated translations.- Enable translations: change with_lang defines to 1 as there are now translations available.
* Tue Dec 11 2012 vuntzAATTopensuse.org- Update to version 0.2.2: + Loads of improvements and fixes to installer APIs and scripts. + Add API for information on downloadable device drivers. + Add/improve data on: RHEL, Windows 7, Windows 8, Windows XP. + Enable translations for many (potential) user-visible strings. + Correct default value for OsinfoMedia::installer-reboots. + Register enum types with gobject type system. + Add enum param getter/setter helpers. + OsinfoList is now instantiable and all its subclasses has been deprecated. + Various other fixes and improvements.- Add intltool BuildRequires: needed for changes in the build system for translations.- Add translation-related packaging machinery (lang subpackage, and Recommends for it in the main subpackage), but keep it disabled with a %{with_lang} macro for now as there is no translation yet.
* Sat Oct 13 2012 dimstarAATTopensuse.org- Update to version 0.2.1: + Fix and simplify udev rule. + Fedora: - Fix minimum RAM requirements for F16 and F17. + Add data on: - Fedora 18 - GNOME 3.6 - Ubuntu 12.10 + Fixes to doc build. + Install script: - Add get_config_param method. - Differenciate between expected/output script names. - Add more utility functions. + Add \'installer-reboots\' parameter to medias. + osinfo-detect does not die of DB loading errors anymore. + More type-specific entity value getters/setters. + Fixe and update RNG file. + Add \'subsystem\' property/attribute to devices.
* Mon Sep 03 2012 dimstarAATTopensuse.org- Update to version 0.2.0: + Fix build against mingw64 toolchain. + API for getting product logo URLs. + Fix architecture for a Windows 2008 media. + Remove bogus minimum storage information for Fedora. + Add varirables for system and local database paths in pkg-config.- Add pkgconfig(libxslt) BuildRequires: new dependency.
* Mon Jun 18 2012 dimstarAATTopensuse.org- Update to version 0.1.2: + Fix udev rules for CDROM media. + Fix build against newer glibc-headers when building with -O0. + More complete/up2date data for: - Fedora 17 - Ubuntu - Windows + Fix data for: - Ubuntu + Correct order of elements returned by list union functions.
* Fri Apr 13 2012 dimstarAATTopensuse.org- Update to version 0.1.1: + Fixes the OS media detection + Add support fro more OSs: NetBSD and Mandrake + More complete and fixed data + Add support for install tree metadata + Add support for filtering products cased on release/EOL dates. + Add support for product codenames. + Add support for \'distro\'. + Also extract application ID from ISO9660 media. + Add test cases for validating ISO9660 data. + Disable obsolete media URLs. + Standardize OS family names as all lowercase. + Standardize format for OS id, short-id, distro, version. + Add RNG schema for database files. + Add a \'osinfo-db-validate\' command for verifying database files + Add a \'osinfo-query\' command for searching/listing information from database. + Add a man page for the osinfo-detect command. + Add support for loading extra local database files. By default, libosinfo will expect them to be in /etc/libosinfo/db and $HOME/.local/config/libosinfo/db but new API is provided to change this behavior. + Fix generation of docs in a VPATH builder. + Fix loading of vendor and product names of USB and PCI devices. + Remove obsolete scripts for PCI/USB id conversion. + Remove redundant generic linux entries from database. + Fixes for \'make dist\'. + Actually handle \'--enable-vala\' configure option and don\'t mandate vapigen if this option is not specified. + Add missing export of osinfo_entity_set_param. + Various other fixes and improvements.- Add pkgconfig(libsoup-2.4) and pkgconfig(libsoup-gnome-2.4) BuildRequires: new upstream dependencies.
* Thu Feb 09 2012 dimstarAATTopensuse.org- Update to version 0.1.0: + Add Utility function to retrieve OS devices by property. + Improved OS media detection. + Add missing \'const\' OsinfoList function params. + Use ENV{} in udev rule.
* Thu Feb 02 2012 dimstarAATTopensuse.org- Require libosinfo from the shared library package: the library does require the os identifier data.
* Tue Jan 31 2012 cfarrellAATTsuse.com- license update: LGPL-2.1+ and GPL-2.0+ tools/osinfo-detect.c is GPL-2.0+ licensed
* Tue Jan 31 2012 dimstarAATTopensuse.org- Update to version 0.0.5: + Add QXL to supported devices of windows and Fedora. + Distribute and install forgotten device XML files. + Add all metadata from default path, not just OS. + List supported audio devices for Windows and Fedora. + Specify \'derives-from\' relationship for Fedora OSs. + Add API to retreive all supported devices for an OS. + Fix some potential issues related to memory allocation/ alignment.- Changes from version 0.0.4: + Fix silly mistakes in udev rules file.- Changes from version 0.0.3: + Add lots of more data on various different OSs out there. Now we also support some Apple OSs. + On successful OS detection, inform the application which known media of the OS the given media matched against. osinfo-detect tool and udev rule updated to make use of this. + Support applications\' right to not be interested in error details. + Minor fixes/improvements to OS detection logic. + API to indicate media is live and/or installer. + Don\'t match non-live Fedora ISOs against live ones. + Fixes to Python demo to make it work. + Fix some potential crashes. + Fixes to RPM spec file. + Distribute RPM spec file. + Complement some getters with corresponding gobject properties. + Few other random minor fixes.- Add libtool BuildRequires- Split typelib file in typelib-1_0-Libosinfo-1_0- Add typelib-1_0-Libosinfo-1_0 Requires to -devel package.
* Wed Nov 23 2011 dimstarAATTopensuse.org- Initial package, version 0.0.2