summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 940bfa6148..7970db2796 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+udev 135
+========
+Bugfixes.
+
+Fix for a possible segfault while swapping network interface names in udev
+versions 131-134.
+
udev 134
========
Bugfixes.
diff --git a/configure.ac b/configure.ac
index cbd760edbf..d795aa114d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([udev],
- [134],
+ [135],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])