chiark / gitweb /
release 118
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 18 Dec 2007 23:50:56 +0000 (00:50 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 18 Dec 2007 23:50:56 +0000 (00:50 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index d317b97760fd502efb3426148f1a6e409d3f9bff..fac6b5f2269f9ee0caa7ffef7ada5874de8ccdae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Summary of changes from v117 to v118
+============================================
+
+Daniel Drake (1):
+      doc: update "writing udev rules"
+
+Hannes Reinecke (1):
+      volume_id: LVM - add uuid
+
+Kay Sievers (9):
+      remove udevstart
+      rules_generator: do not create rules with insufficient matches
+      man: udevadm settle - mention 180 seconds default timeout
+      libvolume_id: squashfs - add endianess support for LZMA compression
+      rules: add AOE rule
+      volume_id: md - add metadata minor version
+      volume_id: run only once into a timeout for unreadable devices
+      create_floppy_devices: fix logic for more than one floppy device
+      volume_id: also add readable check to probe_all()
+
+Matthias Schwarzott (1):
+      rules: Gentoo update
+
+Michael Prokop (1):
+      libvolume_id: squashfs+LZMA compression detection
+
+
 Summary of changes from v116 to v117
 ============================================
 
index 1998c8517c2c2cab8b053eab746803d7b116b1bb..6c7f139e2c6d37f8a7e3429486fa3d27ebfcf2d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 117
+VERSION = 118
 
 # set this to make use of syslog
 USE_LOG = true
index 249ec9591513ca0d46d06c88cc40ad8415a60aba..58564edcd8d2acb7bcedd6f788fdfd9fc3ab982b 100644 (file)
@@ -1,7 +1,9 @@
 udev 118
 ========
-udevstart is removed from the tree, it did not get installed for
-a long time now and is long replaced by trigger and settle.
+Bugfixes.
+
+Udevstart is removed from the tree, it did not get installed for
+a long time now, and is long replaced by trigger and settle.
 
 udev 117
 ========