blob: 9488348a19d2c42db6206f3f01ea16c6d14cf4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
libgudev - GObject bindings for libudev
CHANGES WITH 234:
* Clarify that _get_sysfs_attr() functions are cached
* Add functions to get uncached sysfs attributes
CHANGES WITH 233:
* Require glib 2.38
* Small documentation updates
* Remove gnome-common build dependency
CHANGES WITH 232:
* Fix crash on plenty of architectures in the test suite
* Add g_autoptr automatic clean up for libgudev objects
CHANGES WITH 231:
* Fix a bug in the enumerator to ensure that client subsystems
are implicitly matched
* Require a newer GLib to simplify some code
CHANGES WITH 230:
* Bump version number so the package will supercede any gudev
sub-packages provided via systemd. We intend to drop gudev from
systemd-221, but lets be safe and just bump it to 230 now.
CHANGES WITH 219:
* Initial release of libgudev as separate project.
* Initial import of libgudev-218 from the systemd repository. No
functional changes. It is binary compatible to the old package. Please
note that you need to pass --disable-gudev to systemd. Otherwise, this
package will conflict with libgudev provided by systemd.
|