mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-28 07:21:32 +03:00
061 release
This commit is contained in:
parent
831139235e
commit
a82f23bf96
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
||||
Summary of changes from v060 to v061
|
||||
============================================
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
Sync up the Debian rules files
|
||||
fix cdrom symlink problem in gentoo rules
|
||||
Fix ChangeLog titles
|
||||
|
||||
Kay Sievers:
|
||||
update RELEASE-NOTES
|
||||
we want to provide OPTFLAGS
|
||||
rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
|
||||
udevd: optimize env-key parsing
|
||||
don't resolve OWNER, GROUP on precompile if string contains %, $
|
||||
set default device node to /dev
|
||||
create udevdb files only if somehting interesting happened
|
||||
pack parsed rules list
|
||||
replace useless defines by inline text
|
||||
move rule matches to function
|
||||
add usb_id program to generate usb-storage device identifiers
|
||||
add IEEE1394 rules to the gentoo rule file
|
||||
fake also kernel-name if we renamed a netif
|
||||
allow OPTIONS to be recognized for /sys/modules /sys/devices events
|
||||
switch gentoo rules to new operators
|
||||
|
||||
|
||||
Summary of changes from v059 to v060
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ EXTRAS=
|
||||
# make the build silent. Set this to something else to make it noisy again.
|
||||
V=false
|
||||
|
||||
VERSION = 060
|
||||
VERSION = 061
|
||||
ROOT = udev
|
||||
DAEMON = udevd
|
||||
SENDER = udevsend
|
||||
|
Loading…
Reference in New Issue
Block a user