aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-11-07 16:08:58 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-11-07 16:08:58 +0100
commitbfa9938c0378a4ab21666ca5add4f20192609ef3 (patch)
treeb5ef1cc5b93c8bb93779e35060ca659f7167fb15
parent5d6a1fa6e92b9760c243725ea543ade85b8b2b79 (diff)
downloadudev-bfa9938c0378a4ab21666ca5add4f20192609ef3.tar.gz
release 132132
-rw-r--r--ChangeLog8
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff244323..d91c9f48 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 2ac15873..275676d1 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 5c96bb92..e0e01adb 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])