chiark / gitweb /
089 release
authorKay Sievers <kay.sievers@suse.de>
Mon, 3 Apr 2006 12:41:10 +0000 (14:41 +0200)
committerKay Sievers <kay.sievers@suse.de>
Mon, 3 Apr 2006 12:41:10 +0000 (14:41 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 8b6bada1beab310d1ed09df205dbcfc70e4dc246..24c0ad3f8303d87a62d0540adc975b09e1c7b517 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+Summary of changes from v088 to v089
+============================================
+
+Hannes Reinecke:
+      path_id: add bus to USB path
+
+Kay Sievers:
+      change rule to skip removable IDE devices
+      don't create uuid/label links for raid members
+      volume_id: provide library
+      fix rule order for persistent tape links
+      update man page
+      volume_id: provide a custom debug function
+      volume_id: rename subdirectory
+      volume_id: use shared library by default
+      because is better than cause
+      volume_id: remove some global symbols
+      volume_id: define exported symbols
+      remove all stripping code
+      man pages: mention udev(7) not udev(8)
+      update Debian rules
+      move all *_id programs to /lib/udev/
+      update Red Hat rules
+      update SUSE rules
+      pass CROSS_COMPILE to AR and RANLIB down to extras/
+      volume_id: update README
+      volume_id: generate man page from xml source
+      update README
+      fix symlink targets in Makefiles
+
+
 Summary of changes from v087 to v088
 ============================================
 
index fb7428279ed764eb294f6941a269c9a44ce02f9f..5e4322481cb15e7402047521ba1b4eb94cae20f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 088
+VERSION = 089
 
 # set this to make use of syslog
 USE_LOG = true
index 1dc4dfe9dbcfb09ba004c7513ae3c015c9af18af..7c81c9a8314d3ab70d3aa0c7492817223489b125 100644 (file)
@@ -1,3 +1,19 @@
+udev 089
+========
+Fix rule to skip persistent rules for removable IDE devices, which
+also skipped optical IDE drives.
+
+All *_id program are installed in /lib/udev/ by default now.
+
+No binary is stripped anymore as this should be done in the
+packaging process and not at build time.
+
+libvolume_id is provided as a shared library now and vol_id is
+linked against it. Also one of the next HAL versions will require
+this library, and the HAL build process will also require the
+header file to be installed. The copy of the same code in HAL will
+be removed to have only a single copy left on the system.
+
 udev 088
 ========
 Add persistent links for SCSI tapes. The rules file is renamed