chiark / gitweb /
release 110
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 1 May 2007 12:33:39 +0000 (14:33 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 1 May 2007 12:33:39 +0000 (14:33 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 19902091c788c26b8275d6e43c6474b8ce8ceed8..57c6e35abe4d075b2e1926b396466d8c22cc7e50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Summary of changes from v109 to v110
+============================================
+
+Harald Hoyer (1):
+      udevcontrol: allow to set global variables in udevd
+
+Kay Sievers (13):
+      remove eventrecorder.sh
+      update SUSE rules
+      volume_id: add md metadata 1.0, 1.1, 1.2 support
+      unset variable with ENV{VAR}=""
+      delete copies of default rules in SUSE rules
+      volume_id: ext - fix endianess in version number
+      rules: Fedora update
+      volume_id: old md metadata has only 32 bit for the uuid
+      volume_id: minix version 3 support
+      don't create $tempnode for devices without major
+      usb_id: add <devpath> to help text
+      ata_id: use getopt_long()
+      rules: SUSE update
+
+Matthias Schwarzott (3):
+      Makefile: respect CFLAGS/LDFLAGS
+      rules: Gentoo update
+      ata_id: don't log error for libata devices on older kernels
+
+
 Summary of changes from v108 to v109
 ============================================
 
index 072ae7f5cde92a6efa0bde5800e3c4d3d254693d..c4311ddc19b3427ac81b9c67aca41f2dbf98d780 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 109
+VERSION = 110
 
 # set this to make use of syslog
 USE_LOG = true
index 0d984bcc73f38a64b3b5d4d16cf74f2bae0398f7..81167fe71df021fd4f13aebc0a9e8b8db9f9e4ff 100644 (file)
@@ -1,3 +1,9 @@
+udev 110
+========
+Bugfixes.
+
+Removal of useless extras/eventrecorder.sh.
+
 udev 109
 ========
 Bugfixes.