chiark / gitweb /
072 release
authorKay Sievers <kay.sievers@suse.de>
Sat, 5 Nov 2005 21:05:35 +0000 (22:05 +0100)
committerKay Sievers <kay.sievers@suse.de>
Sat, 5 Nov 2005 21:05:35 +0000 (22:05 +0100)
ChangeLog
Makefile
RELEASE-NOTES

index cc20111553a7fc645d4bd911747468d6f4927b37..4964d782fdca2609e5d463b0fb185deb6da937a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+Summary of changes from v71 to v072
+============================================
+
+Ananth N Mavinakayanahalli:
+  libsysfs: translate devpath of the symlinked class devices to its real path
+
+Jan Luebbe:
+  add man pages for *_id programs
+
+Kay Sievers:
+  volume_id: add OCFS Version 1
+  volume_id: add Veritas fs
+  volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
+  volume_id: move blocksize validation to fix jbd recognition
+  volume_id: fix typo in ocfs
+  volume_id: add vxfs include
+  volume_id: make FAT32 recognition more robust
+  volume_id: Version 051
+  volume_id: fix typo in ext blocksize check
+  volume_id: Version 052
+  FAQ: remove confusing statement about module loading
+  cleanup compiler/linker flags
+  use DESTDIR on uninstall, no need to pass prefix to submake
+  allow to pass STRIPCMD, to skip stripping of binaries
+  cleanup make release
+  fix the new warnings I asked for
+  move rules parsing into daemon
+  "make STRIPCMD=" will disable the stripping of binaries
+  remove no longer working udevd-test program
+  "STRIPCMD=" for the EXTRAS
+  add dummy inotify syscalls on unsupported architecture
+  remove no longer needed waiting for "dev" file
+  revert the "read symlink as device patch"
+  use libsysfs to translate the class linke to the device path
+  libsysfs: remove brute-force "bus", "driver" searching for old kernels
+  test: add "driver" and "bus" links to test sysfs tree
+  update RELEASE-NOTES
+  udevd: don't daemonize before initialization
+  log to console if syslog is not available
+  udevd: disable OOM
+  remove precompiled rules option
+  export DEVNAME on "remove" only if we really got a node to remove
+  fix typo in umask()
+
+
 Summary of changes from v70 to v071
 ============================================
 
 Summary of changes from v70 to v071
 ============================================
 
index 4f6d3da983f910a235b065e48b1569f98df982c9..8d280acd487aade451af3da99332df9d0c44f512 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 071
+VERSION = 072
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 0cd11d6bb608524a4be845fe725a1ba09f119516..087403d56f8bcd5420b4978674f587e583c4e4bc 100644 (file)
@@ -3,7 +3,8 @@ udev 072
 The rule parsing happens now in the daemon once at startup, all udev
 event processes inherit the already parsed rules from the daemon.
 It is shipped with SUSE10.0 and reduces heavily the system load at
 The rule parsing happens now in the daemon once at startup, all udev
 event processes inherit the already parsed rules from the daemon.
 It is shipped with SUSE10.0 and reduces heavily the system load at
-startup.
+startup. The option to save precompiled rules and let the udev process
+pick the them up is removed, as it's no longer needed.
 
 Kernel 2.6.15 will have symlinks at /class/input pointing to the real
 device. Libsysfs is changed to "translate" the requested link into the
 
 Kernel 2.6.15 will have symlinks at /class/input pointing to the real
 device. Libsysfs is changed to "translate" the requested link into the