diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-07 16:08:58 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-07 16:08:58 +0100 |
commit | bfa9938c0378a4ab21666ca5add4f20192609ef3 (patch) | |
tree | b5ef1cc5b93c8bb93779e35060ca659f7167fb15 | |
parent | 5d6a1fa6e92b9760c243725ea543ade85b8b2b79 (diff) |
release 132
-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]) |