076 release

This commit is contained in:
Kay Sievers 2005-11-22 17:34:55 +01:00
parent e0dc4f00ba
commit 4a924f0a58
2 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,32 @@
Summary of changes from v75 to v076
============================================
Kay Sievers:
fix typo in eventrecorder
volume_id: include stddef.h header
remove misleading install instructions
remove all built-in wait_for_sysfs logic
add linux/types.h back, old glibc-kernel-headers want it
volume_id: use glibc's byteswap
udevd: ignore all messages without DEVPATH
udevd: track exit status of event process
udevd: export event queue and event state
remove "udev_db" option from config file
Makefile: remove exec_prefix and srcdir
update README and RELEASE-NOTES
udevd: track killed event processes as failed
update README
don't start udevd from udevsend
udevd: add a missing return
libvolume_id: fix weird fat volume recognition
move some helpers from extras to /lib/udev
Scott James Remnant:
move delete_path() to utils
clean-up empty queue directories
Makefile: fail, if submake fails
Summary of changes from v74 to v075
============================================

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
VERSION = 075
VERSION = 076
# set this to make use of syslog
USE_LOG = true