chiark / gitweb /
081 release
authorKay Sievers <kay.sievers@suse.de>
Mon, 16 Jan 2006 05:16:57 +0000 (06:16 +0100)
committerKay Sievers <kay.sievers@suse.de>
Mon, 16 Jan 2006 05:16:57 +0000 (06:16 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index 25e23de593c197a5061faa9a0c3e6e3d1307e1b5..68db4db0365b274d8a10f7fa57ccc3fef10c4167 100644 (file)
--- 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
 ============================================
 
 Summary of changes from v079 to v080
 ============================================
 
index 5c44571aab2a54776a949143f8f4c3ef5297851d..bb4f6d42391d46e44fe3598ef41692758e8041db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 623ea0ed6011d6b77c806b1c80f7fd66eb242dcc..68f7b8806768324e9ca317a156ad271af6656aed 100644 (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
 ========
 Complete removal of libsysfs, replaced by simple helper functions
 udev 080
 ========
 Complete removal of libsysfs, replaced by simple helper functions