aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-08-24 01:29:54 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-08-24 01:29:54 +0200
commit7e599863919a62b0a072b5ca7a0037527d54d335 (patch)
tree6f60b1d43dd14a9ee587145a475d9e8775e0b552
parent3df9102b678b36de97f924e9ba7cad2c91f98b27 (diff)
downloadudev-7e599863919a62b0a072b5ca7a0037527d54d335.tar.gz
release 115115
-rw-r--r--ChangeLog29
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES12
3 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 679e66f1..87176cbc 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index 36b95476..39ffc7dd 100644
--- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e69db233..664ff42b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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.