chiark / gitweb /
release 127
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 29 Aug 2008 19:41:15 +0000 (21:41 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 29 Aug 2008 19:41:15 +0000 (21:41 +0200)
ChangeLog
NEWS
configure.ac

index 2c2272ec1503a9e84ef197dcc6c33cca173706ab..64c155635fe0b1f4cf50d1863bebcaefd200e0e1 100644 (file)
--- 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 db763150343c1c41405c431897907bdf566b777f..93cecab7f821cae82f318778845fe4eec745bc46 100644 (file)
--- 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.
index a98d903c21fde15dbad58da93d04a6a2c22649aa..0555ccbfe9b8003dbe18d8726872e1c8bdf15b26 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [126],
+       [127],
        [kay.sievers@vrfy.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])