aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-05-01 14:33:39 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-05-01 14:33:39 +0200
commit25b5bb4245824ac0ba90fa04e3baaa39011d7528 (patch)
treeb15d25f6254f26e7d6a570b77d94d8e8195256ae
parent97ad45b2198b9964a27cf0756aa99bd64eb94ad6 (diff)
downloadudev-25b5bb4245824ac0ba90fa04e3baaa39011d7528.tar.gz
release 110110
-rw-r--r--ChangeLog27
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES6
3 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19902091..57c6e35a 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index 072ae7f5..c4311ddc 100644
--- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0d984bcc..81167fe7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,9 @@
+udev 110
+========
+Bugfixes.
+
+Removal of useless extras/eventrecorder.sh.
+
udev 109
========
Bugfixes.