2011-09-01 08:56:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 31 20:43:18 UTC 2011 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.12:
|
|
|
|
* #32: Fixed memory leak
|
|
|
|
* #33: Fixed Python 3 support for :mod:`pyudev.glib`
|
|
|
|
* Fixed license header in :mod:`pyudev._compat`
|
|
|
|
- Spec file updates.
|
|
|
|
* Changed License: to LGPL-2.1+.
|
|
|
|
* Minor other updates.
|
|
|
|
|
2011-08-29 09:24:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 28 19:28:06 UTC 2011 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.11:
|
|
|
|
* #30: Added :attr:`pyudev.Device.sys_number`
|
|
|
|
* #29: Added :meth:`pyudev.Device.from_device_number` and
|
|
|
|
:attr:`pyudev.Device.device_number`
|
|
|
|
* Officially support PyPy now
|
|
|
|
From 0.10:
|
|
|
|
* Added :attr:`pyudev.__version_info__`
|
|
|
|
* Added :attr:`pyudev.Device.device_type`
|
|
|
|
* :class:`pyudev.Context`, :class:`pyudev.Enumerator`, :class:`pyudev.Device`
|
|
|
|
and :class:`pyudev.Monitor` can now directly be passed to
|
|
|
|
:mod:`ctypes`-wrapped functions
|
|
|
|
* #24: Added :attr:`pyudev.Context.run_path`
|
|
|
|
From 0.9:
|
|
|
|
* #21: Added :meth:`pyudev.Device.find_parent`
|
|
|
|
* #22: Added :meth:`pyudev.Monitor.filter_by_tag`
|
|
|
|
* Added :attr:`pyudev.Context.log_priority` to control internal UDev logging
|
|
|
|
* Improve error reporting, if libudev is missing
|
|
|
|
- Spec file updates:
|
|
|
|
* Changed package name to python-pyudev.
|
|
|
|
* Changed License: to LGPL-2.1.
|
|
|
|
* Updated Url:.
|
|
|
|
* Added Provides/Obsoletes entries for pyudev.
|
|
|
|
* Build the package as noarch.
|
|
|
|
* Minor other updates.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 8 13:18:25 UTC 2011 - tittiatcoke@gmail.com
|
|
|
|
|
|
|
|
- Initial Package (version 0.8).
|