chiark / gitweb /
070 release
authorGreg KH <greg@press.(none)>
Wed, 14 Sep 2005 23:19:07 +0000 (16:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Sep 2005 23:19:07 +0000 (16:19 -0700)
ChangeLog
Makefile
udev.spec

index 1e39f722c4789d308541c9b46ad5459d9811c4f4..8f25c0c5b8d76bbfa8ee987c12bd938c180f190e 100644 (file)
--- 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
 ============================================
 
index c0e1e46ad720fe3ab1f6ab5e42d9d5af3ab897c7..ed5a87c4276f56ba4a19118fb03040424f037883 100644 (file)
--- 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
index 4997528257e5f2000ab537e88b65cac8d8e072c7..2b8eb054c02a01e8fdbfcd57b12578302f4c6ab6 100644 (file)
--- 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