1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00

release 180

This commit is contained in:
Kay Sievers 2012-01-29 05:53:06 +01:00
parent e7f3289033
commit f13289ffdf
2 changed files with 11 additions and 1 deletions

View File

@ -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
============================================

View File

@ -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])