mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-06 20:59:19 +07:00
081 release
This commit is contained in:
parent
ea48d4d7fb
commit
7155bfb7fa
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
Summary of changes from v080 to v081
|
||||
============================================
|
||||
|
||||
Kay Sievers:
|
||||
add DEVLINKS to "remove" event
|
||||
better log text and comments
|
||||
vol_id: probe volume as user nobody
|
||||
fix BUS, ID, $id usage
|
||||
prepare moving of /sys/class devices to /sys/devices
|
||||
|
||||
|
||||
Summary of changes from v079 to v080
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION = 080
|
||||
VERSION = 081
|
||||
|
||||
# set this to make use of syslog
|
||||
USE_LOG = true
|
||||
|
@ -1,3 +1,14 @@
|
||||
udev 081
|
||||
========
|
||||
Prepare udev to work with the experimental kernel patch, that moves
|
||||
/sys/class devices to /sys/devices and /sys/block to /sys/class/block.
|
||||
|
||||
Clarify BUS, ID, $id usage and fix $id behavior. This prepares for
|
||||
moving the class devices to /sys/devices.
|
||||
|
||||
Thanks again to Marco for help finding a hopefully nice compromise
|
||||
to make %b simpler and working again.
|
||||
|
||||
udev 080
|
||||
========
|
||||
Complete removal of libsysfs, replaced by simple helper functions
|
||||
|
Loading…
Reference in New Issue
Block a user