diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Summary of changes from v131 to v132 +============================================ + +Kay Sievers (2): + fix size_t compiler warning on 32 bit platforms + convert debug string arrays to functions + + Summary of changes from v130 to v131 ============================================ @@ -1,3 +1,9 @@ +udev 132 +======== + +Fix segfault if compiled without optimization and dbg() does not get +compiled out and uses variables which are not available. + udev 131 ======== Bugfixes. (And maybe new bugs. :)) diff --git a/configure.ac b/configure.ac index 5c96bb9277..e0e01adba1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([udev], - [131], + [132], [kay.sievers@vrfy.org]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([udev/udevd.c]) |