aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-09-14 16:19:07 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-14 16:19:07 -0700
commit8355c61b485dd93683d724469bf88b56fd32a463 (patch)
tree13e0eb48e275856b4d82f801806dc292c9b6d18c
parentb0f6529556e71186b186cbc295ad7e21e2288887 (diff)
downloadudev-8355c61b485dd93683d724469bf88b56fd32a463.tar.gz
070 release070
-rw-r--r--ChangeLog26
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e39f722..8f25c0c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+Summary of changes from v069 to v070
+============================================
+
+Amir Shalem:
+ udevd: fix udevd read() calls to leave room for null byte
+
+Edward Goggin:
+ scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
+
+Greg Kroah-Hartman:
+ fix nbd error messages with a gentoo rule hack
+ fix scsi_id rule in gentoo config file
+
+Jürg Billeter:
+ EXTRAS/Makefile: fix install targets to match main Makefile
+
+Kay Sievers:
+ volume_id: fix error handling with failing read()
+ EXTRAS: cleanup and sync all Makefiles
+ add install test to 'make buildtest'
+ update RELEASE-NOTES
+
+Olivier Blin:
+ fix a debug text typo in udev_rules.c
+
+
Summary of changes from v068 to v069
============================================
diff --git a/Makefile b/Makefile
index c0e1e46a..ed5a87c4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 069
+VERSION = 070
# set this to make use of syslog
USE_LOG = true
diff --git a/udev.spec b/udev.spec
index 49975282..2b8eb054 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace device manager providing devfs functionality
Name: udev
-Version: 069
+Version: 070
Release: 1
License: GPL
Group: Utilities/System