aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-04-03 14:41:10 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-03 14:41:10 +0200
commit2b3f8e93ca4fff33ae0885c01c0a1fc238e58f7f (patch)
tree80cb0f162d1a7b8eb4992fbc174e08fb9a98702d
parent66e14ae7de7e95dde2f8360b9b506a2d3b6e9e42 (diff)
downloadudev-2b3f8e93ca4fff33ae0885c01c0a1fc238e58f7f.tar.gz
089 release089
-rw-r--r--ChangeLog31
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES16
3 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b6bada1..24c0ad3f 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index fb742827..5e432248 100644
--- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1dc4dfe9..7c81c9a8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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