aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-09-07 11:32:45 +0200
committerKay Sievers <kay.sievers@suse.de>2006-09-07 11:32:45 +0200
commiteed8b2ff91a371ec7c6d9c41f63c4522863474f3 (patch)
tree930d907a631dd3261096c18a9d50f6d57b0964ef
parent1376ba59f6f78846c7db17c62a97b980f4167b4e (diff)
downloadudev-eed8b2ff91a371ec7c6d9c41f63c4522863474f3.tar.gz
release 100100
-rw-r--r--ChangeLog14
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES4
3 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 688cac1a..c40be32c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Summary of changes from v099 to v100
+============================================
+
+Kay Sievers:
+ update SUSE rules
+ fix messed up ChangeLog from release 099
+ man: add $attr{} section about symlinks
+ revert persistent-storage ata-serial '_' '-' replacement
+
+
Summary of changes from v098 to v099
============================================
@@ -23,7 +33,6 @@ Kay Sievers:
cdrom_id: add rules file to call cdrom_id
udevinfo: do not show symlinks as attributes in --attribute-walk
remove broken name_cdrom.pl
- release 099
Marco d'Itri:
update Debian rules
@@ -37,10 +46,10 @@ Sergey Vlasov:
make struct option arrays static const
fix "subsytem" typo
+
Summary of changes from v097 to v098
============================================
-
Alex Merry:
udevtest: allow /sys in the devpath paramter
@@ -71,7 +80,6 @@ Kay Sievers:
cleanup commandline argument handling
db: don't create a db file for only a node name to store
man: add ATTR{file}="value" assignment
- 098 release
Lennart Poettering:
volume_id: fix fat32 cluster chain traversal
diff --git a/Makefile b/Makefile
index 18de4219..8145f253 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-VERSION = 099
+VERSION = 100
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c7e7a053..24e582ad 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,7 @@
+udev 100
+========
+Revert persistent-storage ata-serial '_' '-' replacement.
+
udev 099
========
Bugfixes.