summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-02-26 22:50:20 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-02-26 22:50:20 +0100
commit674aa8dc7b81cc4b49310cdbd4ff64efb92802e5 (patch)
treee41a626d68500122d4b85f5d700fc720b9d377fe
parent62cacab6b2e7097786064157b99981811810d432 (diff)
update version and NEWS
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b8ff71f..712194d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,23 @@
-udev 20090125
-=============
-Update.
+udev-extras 20090226
+====================
+New usb-db and pci-db tools to lookup vendor/product strings
+in the device database.
-udev 20081230
-=============
+The ID_USB_INTERFACES=:0e0100:0e0200:010100:010200: key, to get
+a packed string of all the interfaces of a USB device has moved
+to usb_id, usbdev_id is gone now.
-Initial release.
+The rules.d/ directory contains a rule to classify sound cards
+now, the properties will be used by PulseAudio.
+
+Fixes for modem-probing.
+
+All code, like the main udev, is "GPLv2 or later" now.
+udev-extras 20090125
+====================
+Update.
+
+udev-extras 20081230
+====================
+Initial release.
diff --git a/configure.ac b/configure.ac
index 104e903..df85532 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([udev-extras],
- [20090125],
+ [20090226],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 subdir-objects dist-bzip2])