summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-18 20:33:06 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-18 20:33:06 +0200
commit2d9a1b1ef284663b14e2fda714eddcd9c12bc42a (patch)
treec235a4b00b432769add84f92de96bf47afcc325b
parent54808d77a3a62172fc6acbeec968be67c207509e (diff)
pass make distcheck
-rw-r--r--NEWS4
-rw-r--r--TODO5
-rw-r--r--configure.ac6
-rw-r--r--extras/collect/Makefile.am1
4 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 35b57a3b4e..289db9c8ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+udev 131
+========
+Bugfixes.
+
udev 130
========
Bugfixes.
diff --git a/TODO b/TODO
index e1ef804319..7cbe9163ba 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,8 @@
o add DVB variables to kernel, and drop shell script rule
- o use libudev device in udev_rules.c
- get rid of udevice, store rule matching state in rule iterator
o rework rules to a match-action list, instead of a rules array
- o add watershed extra
o DEVTYPE for disks is set by the kernel, they will be removed from
the default rules
o "udevadm control" commands will only accept the --<command> syntax
o symlink names to udevadm will no longer be resolved to old command names
- o remove "udevinfo -V"
+ o fix "udevadm info -V" format
o get distros to agree on a default set of rules
diff --git a/configure.ac b/configure.ac
index 6e98f37fba..5c96bb9277 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([udev],
- [130],
+ [131],
[kay.sievers@vrfy.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])
@@ -11,7 +11,7 @@ AC_PROG_LIBTOOL
dnl /* libudev version */
LIBUDEV_LT_CURRENT=0
-LIBUDEV_LT_REVISION=3
+LIBUDEV_LT_REVISION=4
LIBUDEV_LT_AGE=0
AC_SUBST(LIBUDEV_LT_CURRENT)
AC_SUBST(LIBUDEV_LT_REVISION)
@@ -19,7 +19,7 @@ AC_SUBST(LIBUDEV_LT_AGE)
dnl /* libvolume_id version */
VOLID_LT_CURRENT=1
-VOLID_LT_REVISION=3
+VOLID_LT_REVISION=4
VOLID_LT_AGE=0
AC_SUBST(VOLID_LT_CURRENT)
AC_SUBST(VOLID_LT_REVISION)
diff --git a/extras/collect/Makefile.am b/extras/collect/Makefile.am
index 78eb5c7591..895f1b7f0b 100644
--- a/extras/collect/Makefile.am
+++ b/extras/collect/Makefile.am
@@ -6,7 +6,6 @@ udevhome_PROGRAMS = \
collect_SOURCES = \
collect.c \
- ../../udev/lib/libudev \
../../udev/lib/libudev-private.h \
../../udev/lib/libudev.c \
../../udev/lib/libudev-util.c \