From: Kay Sievers Date: Sun, 29 Jan 2012 04:53:06 +0000 (+0100) Subject: release 180 X-Git-Tag: 180 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819c5324b592e8fa9234fda73cd9228b518f6645;p=systemd release 180 --- diff --git a/ChangeLog b/ChangeLog index da2eae6a..15bab064 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 3f33c14d..9772d82c 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])