aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-01-16 06:16:57 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-16 06:16:57 +0100
commit7155bfb7fa7d72bc4e7341ad1481ffd4c6e39f97 (patch)
tree62f79e60984feb69200114110e03ce4135a07edf
parentea48d4d7fb856184b5caadf5436a48afe5ad113c (diff)
downloadudev-7155bfb7fa7d72bc4e7341ad1481ffd4c6e39f97.tar.gz
081 release081
-rw-r--r--ChangeLog11
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES11
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25e23de5..68db4db0 100644
--- a/ChangeLog
+++ b/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
============================================
diff --git a/Makefile b/Makefile
index 5c44571a..bb4f6d42 100644
--- a/Makefile
+++ b/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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 623ea0ed..68f7b880 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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