From: Kay Sievers Date: Fri, 7 Nov 2008 15:08:58 +0000 (+0100) Subject: release 132 X-Git-Tag: 174~1334 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bfa9938c0378a4ab21666ca5add4f20192609ef3 release 132 --- diff --git a/ChangeLog b/ChangeLog index ff244323d..d91c9f489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ============================================ diff --git a/NEWS b/NEWS index 2ac15873d..275676d10 100644 --- a/NEWS +++ b/NEWS @@ -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 5c96bb927..e0e01adba 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])