081 release

This commit is contained in:
Kay Sievers 2006-01-16 06:16:57 +01:00
parent ea48d4d7fb
commit 7155bfb7fa
3 changed files with 23 additions and 1 deletions

View File

@ -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 Summary of changes from v079 to v080
============================================ ============================================

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
VERSION = 080 VERSION = 081
# set this to make use of syslog # set this to make use of syslog
USE_LOG = true USE_LOG = true

View File

@ -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 udev 080
======== ========
Complete removal of libsysfs, replaced by simple helper functions Complete removal of libsysfs, replaced by simple helper functions