From df16b77934bed6c2f146098d60e5ffaf15e591ae Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 29 May 2006 11:18:16 +0200 Subject: [PATCH] 093 release --- ChangeLog | 16 ++++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 5 +++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bba69b25f..5248e1662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Summary of changes from v092 to v093 +============================================ + +Hannes Reinecke: + path_id: add support for iSCSI devices + +Kay Sievers: + libvolume_id: fat - check for signature at end of sector + libvolume_id: add more software raid signatures + update Fedora rules + path_id: prevent endless loop for SAS devices on older kernels + remove udevsend + replace binary firmware helper with shell script + skip device mapper devices for persistent links + + Summary of changes from v091 to v092 ============================================ diff --git a/Makefile b/Makefile index e39ebfebf..54905512e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 092 +VERSION = 093 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2a7bd0668..a60d6d77e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +udev 093 +======== +The binary firmware helper is replaced by the usual simple +shell script. Udevsend is removed from the tree. + udev 092 ======== Bugfix release. -- 2.30.2