chiark / gitweb /
release 115
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 23 Aug 2007 23:29:54 +0000 (01:29 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 23 Aug 2007 23:29:54 +0000 (01:29 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 679e66f12c40827ad2b9baf2a93d5e746576f5e0..87176cbcb38509b8d7086196e331e4a8d64a6224 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+Summary of changes from v114 to v115
+============================================
+
+Harald Hoyer (1):
+      rules: fix typo in 80-drivers.rules
+
+Kay Sievers (15):
+      rules: add default rules
+      rules: update SUSE rules
+      rules: add packages rules
+      rules: add ia64 rules
+      rules: move md-raid rules to packages dir
+      rules: run vol_id only for partitions
+      rules: update Fedora rules
+      edd_id: move persistent rules to its own file
+      accept relative path for TEST
+      rules: add iowarrior rule
+      volume_id: fix sqashfs detection
+      do not ignore dynamic rule if it is the last one in the list
+      rule_generator: fix wrong DRIVERS!= logic
+      rules: update Fedora
+      Makefile: install default rules
+
+Marco d'Itri (3):
+      rules_generator: remove policy from write_cd_rules
+      rules_generator: fix write_cd_rules when similar names exist in the root directory
+      rules: Debian update
+
+
 Summary of changes from v113 to v114
 ============================================
 
index 36b95476017cdd4e9572e273686909dd3befe68e..39ffc7dd0e853b6657474bc484b91e89afe10b86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 114
+VERSION = 115
 
 # set this to make use of syslog
 USE_LOG = true
index e69db23378fafc5d69591bc4daad8cdf126ca1b5..664ff42bf3df2c938d28ed37dfda66374b6015e8 100644 (file)
@@ -1,3 +1,15 @@
+udev 115
+========
+Bugfixes.
+
+The etc/udev/rules.d/ directory now contains a default set of basic
+udev rules. This initial version is the result of a rules file merge
+of Fedora and openSUSE. For these both distros only a few specific
+rules are left in their own file, named after the distro. Rules which
+are optionally installed, because they are only valid for a specific
+architecture, or rules for subsystems which are not always used are
+in etc/udev/packages/.
+
 udev 114
 ========
 Bugfixes.