chiark / gitweb /
release 113
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 23 Jun 2007 15:44:48 +0000 (17:44 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 23 Jun 2007 15:44:48 +0000 (17:44 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 4c20217ee0b1625e4f4667fb45baaffe21f757be..bc7a20db0ad6787c0bb62af3ba68b0f8682ea8ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Summary of changes from v112 to v113
+============================================
+
+David Zeuthen (1):
+      vol_id: do not fail if unable to drop privileges
+
+Kay Sievers (12):
+      add missing ChangeLog
+      make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" working
+      rules: recognize partitions and disk devices properly
+      rules: SUSE update
+      atomically replace existing nodes and symlinks
+      do not try to create existing file
+      info() for ignore_remove
+      rules: SUSE update
+      Makefile: check for missing ChangeLog or RELEASE-NOTES at release
+      allow to disable the replacement of unusual characters
+      no newline in log messages
+      udevd: do not use syslog if --verbose (debugging) is used
+
+Tobias Klauser (1):
+      fix typo in udev_utils_run.c
+
+
 Summary of changes from v111 to v112
 ============================================
 
index 213e59c6a45a52067e276c374c6f7bcd3aa98318..1571e8232666ed9664badb102af94aac7e315136 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 112
+VERSION = 113
 
 # set this to make use of syslog
 USE_LOG = true
index 66d44f8a93f516eb74e6af0dc984df685e4353f0..2dd24929a6040328a59167a282e367fdbaf65cbf 100644 (file)
@@ -1,3 +1,9 @@
+udev 113
+========
+Bugfixes.
+
+Final merge of patches/features from the Ubuntu package.
+
 udev 112
 ========
 Bugfixes.