1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

release 109

This commit is contained in:
Kay Sievers 2007-04-23 18:22:43 +02:00
parent 6ff9f552a2
commit 7c1ecbfbf1
3 changed files with 32 additions and 1 deletions

View File

@ -1,3 +1,30 @@
Summary of changes from v108 to v109
============================================
Harald Hoyer (1):
create_floppy_devices: create nodes with correct selinux context
Kay Sievers (11):
udevtest: export ACTION string if given as option
update SUSE rules
make ACTION!="add|change" working
udevtest: import uevent variables if possible
udevinfo: export all information stored in database
default rules: add libata compat links
create_path: don't fail if something else created the directory
udevd: fix serialization of events
path_id: remove broken example
libvolume_id: do not install static library
update SUSE rules
Matthias Schwarzott (2):
update Gentoo rules
persistent device naming: add joystick links
VMiklos (1):
path_id: add man page
Summary of changes from v107 to v108
============================================

View File

@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
VERSION = 108
VERSION = 109
# set this to make use of syslog
USE_LOG = true

View File

@ -1,3 +1,7 @@
udev 109
========
Bugfixes.
udev 108
========
Bugfixes.