X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=0dc85ecb5121f64c0ff962b6956e8b3baa0588ca;hb=96c6ecee7d214aa930a53ac6e8adc93df23f46bf;hp=1d2bc43e25752cebdac215337e281a3d8f33b7ec;hpb=c1810751a2963dce5d52261273d65f06bf832792;p=elogind.git diff --git a/NEWS b/NEWS index 1d2bc43e2..0dc85ecb5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +udev 170 +======== +Fix bug in control message handling, which can lead to a failing +udevadm control --exit. Thanks to Jürg Billeter for help tracking +it down. + +udev 169 +======== +Bugfixes. + +We require at least Linux kernel 2.6.32 now. Some platforms might +require a later kernel that supports accept4() and similar, or +need to backport the trivial syscall wiring to the older kernels. + +The hid2hci tool moved to the bluez package and was removed. + +Many of the extras can be --enable/--disabled at ./configure +time. The --disable-extras option was removed. Some extras have +been disabled by default. The current options and their defaults +can be checked with './configure --help'. + udev 168 ======== Bugfixes.