chiark / gitweb /
release 132
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 7 Nov 2008 15:08:58 +0000 (16:08 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 7 Nov 2008 15:08:58 +0000 (16:08 +0100)
ChangeLog
NEWS
configure.ac

index ff244323d095a037307abe7490aef83047abb743..d91c9f489ef1cf4ca80ef13f4d948c58279547a6 100644 (file)
--- 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 2ac15873d4186042943520460cc8e9cba9608b9d..275676d10394efda201b6a20cc0961cc59895b98 100644 (file)
--- 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. :))
index 5c96bb9277d9fe43be4ae90a50c0de77c4ded914..e0e01adba14c7db4eda811f2f4708c707df450c2 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [131],
+       [132],
        [kay.sievers@vrfy.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])