chiark / gitweb /
release 114
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 5 Aug 2007 12:08:47 +0000 (14:08 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Sun, 5 Aug 2007 12:08:47 +0000 (14:08 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index bc7a20db0ad6787c0bb62af3ba68b0f8682ea8ff..679e66f12c40827ad2b9baf2a93d5e746576f5e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+Summary of changes from v113 to v114
+============================================
+
+Hannes Reinecke (3):
+      collect: extra to synchronize actions across events
+      add $driver subtitution
+      rules_generator: add S/390 persistent network support
+
+Kay Sievers (24):
+      rules_generator: remove executable flag from include file
+      always unlink temporary file before creating new one
+      rules: SUSE update
+      volume_id: ext4 detection
+      udevtrigger: allow to specify action string
+      add option to RUN key to ignore the return value of the program
+      use global udev_log variable instead of parameter in run_program
+      add udev_rules_run() to handle RUN list
+      move udev_utils_run.c into udev_rules.c
+      rules: SUSE update
+      name_list: rename loop_name -> name_loop
+      handle dynamic rules created in /dev/.udev/rules.d/
+      allow SYMLINK== match
+      libvolume_id: use /usr/$libdir in pc file
+      Makefile: add --as-needed flag to ld
+      restore behavior of NAME==
+      rules_generator: remove "installation" function
+      udevtrigger: trigger "driver" events
+      rules: update SUSE
+      rules: Fedora update
+      rules: add "do not edit" comment
+      rules: Fedora update
+      rules_generator: skip random MAC addresses
+      write changed network interface names to the kernel log
+
+Matthias Schwarzott (3):
+      rules: Gentoo update
+      fix inotify to work not only once
+      rules: Gentoo update
+
+Richard Hughes (1):
+      Makefile: add "make dist" for nightly snapshots
+
+
 Summary of changes from v112 to v113
 ============================================
 
 Summary of changes from v112 to v113
 ============================================
 
index 8179710be1f23640c2b3847f477e6b063601645f..1c0fda3e0e3ef71f69e1c9a584d64580f562f099 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 113
+VERSION = 114
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 2dd24929a6040328a59167a282e367fdbaf65cbf..e69db23378fafc5d69591bc4daad8cdf126ca1b5 100644 (file)
@@ -1,3 +1,17 @@
+udev 114
+========
+Bugfixes.
+
+Dynamic rules can be created in /dev/.udev/rules.d/ to trigger
+actions by dynamically created rules.
+
+SYMLINK=="<value>" matches agains the entries in the list of
+currently defined symlinks. The links are not created in the
+filesystem at that point in time, but the values can be matched.
+
+RUN{ignore_error}+="<program>" will ignore any exit code from the
+program and not record as a failed event.
+
 udev 113
 ========
 Bugfixes.
 udev 113
 ========
 Bugfixes.