chiark / gitweb /
release 116
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 14 Oct 2007 13:17:32 +0000 (15:17 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Sun, 14 Oct 2007 13:17:32 +0000 (15:17 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 87176cbcb38509b8d7086196e331e4a8d64a6224..c8bc3cbe56264a1c0e25a84b07b65afd26249724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+Summary of changes from v115 to v116
+============================================
+
+Bryan Kadzban (1):
+      rules: fix typos
+
+Harald Hoyer (3):
+      check line length after comment check and whitespace strip
+      only install *.rules
+      remove extra space from udevinfo symlink output
+
+Kay Sievers (29):
+      rules: fix two trivial typos
+      rules: random and urandom are 0666
+      rules: add REMOVE_CMD rule
+      track "move" events to rename database and failed files
+      rules: Gentoo update
+      rules: add i2o driver rule
+      man: recreate man pages
+      volume_id: fix linux_raid metadata version 1.0 detection
+      add $name substitution
+      do not delete the device node with ignore_remove, but handle the event
+      print warning for invalid TEST operations
+      rules: do not delete /lib/udev/devices/ nodes on "remove"
+      rules: remove broken nvram group assignment without any permission
+      add /dev/rtc symlink if new rtc drivers are used
+      increase WAIT_FOR_SYSFS timeout to 10 seconds
+      rules: put bsd nodes in /dev/bsd/ directory
+      path_id: fix for stacked class devices
+      ignore device node names while restoring symlinks from the stack
+      use SEQNUM in /dev/.udev/queue/ instead of devpath
+      rules: add memstick module loading
+      udevinfo: simplify symlink printing logic
+      prevent wrong symlink creation if database disagress with current rules
+      fix wrong variable used in logged string
+      update README
+      rule_generator: move all policy from write_net_rules to the rules file
+      rules: call usb_id only for SUBSYSTEMS=="usb"
+      rules: split out and fix persistent tape rules
+      fix debug output string
+      rule_generator: always match netif type in generated rule
+
+Matthias Schwarzott (3):
+      rules: Gentoo update
+      rules: Gentoo update
+      rules: Gentoo update
+
+Michael Morony (1):
+      set buffer size if strlcpy/strlcat indicate truncation
+
+maximilian attems (1):
+      correct includes in udev_selinux.c
+
+
 Summary of changes from v114 to v115
 ============================================
 
index 92ca846bec7ee7773de5febcc388d6b8c90b3913..0c143d6d015c4202d490f5924b03c648de1be59a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 115
+VERSION = 116
 
 # set this to make use of syslog
 USE_LOG = true
index 664ff42bf3df2c938d28ed37dfda66374b6015e8..fb1f1fd10b2e08498cb9753ab58899a12af34c7e 100644 (file)
@@ -1,3 +1,7 @@
+udev 116
+========
+Bugfixes.
+
 udev 115
 ========
 Bugfixes.