0.2.2: 2008-03-05 Mathias Hasselmann * debian/control: Adding lirc to Build-Depends. 2008-03-05 Mathias Hasselmann * configure.ac: Check for lircd.conf instead of hardware.conf. 2008-03-05 Mathias Hasselmann * configure.ac: Only warn, don't fail on irrecord with --resume. 2008-03-05 Mathias Hasselmann * debian/changelog: Enter Launchpad ID of freeze break request. 2008-03-05 Mathias Hasselmann * configure.ac, debian/changelog: Bumping version number. * debian/prerm: Prevent error message on missing tarball. * NEWS: Updated from ChangeLog. 2008-03-05 Mathias Hasselmann * gnome_lirc_properties/backend.py: Add interface casts for Hardy. * gnome_lirc_properties/ui/RemoteControlProperties.py: Do not try to obtain PolicyKit authorization if we have it already - the attempt would fail. 2008-03-05 Mathias Hasselmann * bin/lirc-receiver-list: Rewritten to extract USB kernel drivers from LIRC sources, without the need of any source code annotations. * data/overrides.conf: Overrides for bin/lirc-receiver-list. * Makefile.am: Rename bin/build-receiver-list to bin/lirc-receiver-list. Add data/overrides.conf. 2008-03-05 Mathias Hasselmann * gnome_lirc_properties/lirc.py: Use proper release number for has_include_keyword() check. * gnome_lirc_properties/policykit.py: Explicitly retrieve interface for PolicyKit service. * Makefile.am: Also distribute patches. Enforce usage of the system's LIRC folders for distcheck. 2008-03-04 Mathias Hasselmann * gnome_lirc_properties/backend.py, gnome_lirc_properties/lirc.py, gnome_lirc_properties/ui/CustomConfiguration.py: Support Hardy's include statements for lircd.conf files. * gnome_lirc_properties/config.py.in: Add LSB_RELEASE, remove LIRC_CONF_FILEPATH. * gnome_lirc_properties/lsb.py: Retrieve LSB information. * gnome_lirc_properties/Makefile.am: Add lsb.py. 2008-03-03 Mathias Hasselmann * bin/gnome-lirc-properties.in, gnome_lirc_properties/__init__.py: Adjust logging level, when passing "-d" or "--debug". * gnome_lirc_properties/policykit.py: Properly cast the result of PolicyKit's ObtainAuthorization() method, to avoid bogus error message. 2008-03-03 Mathias Hasselmann * debian/control: Remove autotools-dev from 'Build-Depends': Native packages do not tinker with autotool scripts. Add yelp to 'Depends' list, and require policykit-gnome >= 0.7. * debian/pyversions: Require at least Python 2.4. * gnome_lirc_properties/__init__.py: Just some new comments. * gnome_lirc_properties/ui/RemoteControlProperties.py: Use subprocess module instead of fork()/exec() for launching yelp, since it has this nice close_fds feature, which is needed for closing the X Window System socket before executing yelp. Also show an error message, when yelp cannot be found. 2008-02-29 Mathias Hasselmann * configure.ac: Apply sanity checks to configured LIRC configuration folder and LIRC remotes database folder. Check that irrecord supports the --resume switch for repeative key learning.