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

release 177

This commit is contained in:
Kay Sievers 2012-01-12 05:31:45 +01:00
parent ccf4fd45f6
commit 1305ffe045
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Summary of changes from v176 to v177
============================================
Kay Sievers (3):
Makefile: update kernel.org sign and upload hook
rule_generator: fix to install rules in rules.d/
rule_generator: use += for dist_udevhome_DATA
Summary of changes from v175 to v176 Summary of changes from v175 to v176
============================================ ============================================

4
NEWS
View File

@ -1,3 +1,7 @@
udev 177
========
Bugfix for rule_generator instalation.
udev 176 udev 176
======== ========
The 'devtmpfs' filesystem is required now, udev will not create or delete The 'devtmpfs' filesystem is required now, udev will not create or delete

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT([udev], AC_INIT([udev],
[176], [177],
[linux-hotplug@vger.kernel.org], [linux-hotplug@vger.kernel.org],
[udev], [udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html]) [http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])