093 release
diff --git a/ChangeLog b/ChangeLog
index bba69b2..5248e16 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 e39ebfe..5490551 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 2a7bd06..a60d6d7 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.