summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-29 05:53:06 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-29 05:53:06 +0100
commitf13289ffdf077f75c8710e977ffe538b66885762 (patch)
tree9286c573787955cfc39c09b3e86d1f4c0d061ee8
parente7f32890335886cfa0f2f835413aed5af8ac2b53 (diff)
release 180180
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da2eae6a4..15bab064b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Summary of changes from v179 to v180
+============================================
+
+Kay Sievers (4):
+ Makefile: update kernel.org hooks
+ build-sys: we need to install shipped man pages without xsltproc installed
+ builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keys
+ do not stop rule processing when device node is no longer around
+
+
Summary of changes from v178 to v179
============================================
diff --git a/configure.ac b/configure.ac
index 3f33c14da..9772d82c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([udev],
- [179],
+ [180],
[linux-hotplug@vger.kernel.org],
[udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])