1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

089 release

This commit is contained in:
Kay Sievers 2006-04-03 14:41:10 +02:00
parent 66e14ae7de
commit 2b3f8e93ca
3 changed files with 48 additions and 1 deletions

View File

@ -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
============================================

View File

@ -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

View 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