aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-29 21:41:15 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-29 21:41:15 +0200
commit41ff8053c1d713fc83bb5b2cc3fe59adfbfac2dc (patch)
treef320f395225b3e90568ec2d8486dc849b8bc2e4f
parenta689165b5a140cd7d5fdd63cacf8fce2f275033d (diff)
downloadudev-41ff8053c1d713fc83bb5b2cc3fe59adfbfac2dc.tar.gz
release 127127
-rw-r--r--ChangeLog39
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 45 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2272ec..64c15563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+Summary of changes from v126 to v127
+============================================
+
+Karel Zak (2):
+ build-sys: don't duplicate file names
+ build-sys: remove non-POSIX variable names
+
+Kay Sievers (26):
+ add inotify dummy definitions if inotify is not available
+ build: remove autopoint check
+ udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
+ ignore duplicated rules file names
+ fix .gitignore
+ rules: delete all distro rules which do not use default rules
+ rules: add nvram
+ rules: add isdn rules
+ rules: Gentoo update
+ add missing includes
+ add some warnings
+ update .gitignore
+ add missing 'v' for "make changelog"
+ build: fix "make dist"
+ vol_id: make the --offset= argument optional
+ rules: optical drives - probe at last session offset, do not probe for raid
+ libudev: add library to access udev information
+ libudev: split source files
+ update INSTALL
+ libudev: add udev event monitor API
+ volume_id: remove deprecated functions and bump major version
+ volume_id: remove left-over fd close()
+ split udev_device.c to leave out rules handling from libudev
+ libudev: link against selinux if needed
+ firmware.sh: lookup lookup kernel provided firmware directory
+ libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
+
+Michal Soltys (1):
+ rules: fix md rules for partitioned devices
+
+
Summary of changes from v125 to v126
============================================
diff --git a/NEWS b/NEWS
index db763150..93cecab7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,15 @@ udev 127
========
Bugfixes.
-Optical drives media is no longer probed for raid signatures,
-reading the end of the device causes some devices to malfunction.
-Also the offset of the last session is used to probe for the
-filesystem
+Optical drive's media is no longer probed for raid signatures,
+reading the end of the device causes some devices to malfunction.
+Also the offset of the last session found is used now to probe
+for the filesystem.
The volume_id library got a major version number update to 1,
some deprecated functions are removed.
-A shared library "libudev" gets installed now, to provide access
+A shared library "libudev" gets installed now to provide access
to udev device information. DeviceKit, the successor of HAL, will
need this library to access the udev database and search sysfs for
devices.
diff --git a/configure.ac b/configure.ac
index a98d903c..0555ccbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([udev],
- [126],
+ [127],
[kay.sievers@vrfy.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])