From: Kay Sievers Date: Mon, 12 Jun 2006 08:27:03 +0000 (+0200) Subject: 094 release X-Git-Tag: 174~2246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a924bf9a8214a8b0b7586b6b5d8bcfc6e962c36d;p=thirdparty%2Fsystemd.git 094 release --- diff --git a/ChangeLog b/ChangeLog index 5248e1662c8..f3ec1388116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Summary of changes from v093 to v094 +============================================ + +Daniel Drake: + update "writing udev rules" + +Kay Sievers: + libvolume_id: gfs + gfs2 support + remove MODALIAS key and substitution + add persistent-input.rules + +Marco d'Itri: + update Debian rules + + Summary of changes from v092 to v093 ============================================ diff --git a/Makefile b/Makefile index 54905512eec..85a0b8ae825 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 093 +VERSION = 094 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a60d6d77ed6..2975920e0c9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 094 +======== +The built-in MODALIAS key and substitution is removed. + udev 093 ======== The binary firmware helper is replaced by the usual simple diff --git a/TODO b/TODO index ba12632374a..cabb59cfb78 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,7 @@ These things are deprecated and scheduled for removal in a future udev version: o remove broken %e enumeration - (simple enumerations can't work and should go) + (simple enumerations can't work reliably and should go) o remove udevstart (we rely on the kernel "uevent" triggers of kernel 2.6.15 and no longer