[ubuntu/jaunty] udev 136-1 (Accepted)
Scott James Remnant
scott at ubuntu.com
Wed Jan 7 14:10:18 GMT 2009
udev (136-1) jaunty; urgency=low
One of the biggest changes in this release is that the default rules
are no longer conffiles and are now installed into /lib/udev/rules.d
You may still add your custom rules to /etc/udev/rules.d and these
will be processed after the default ones, and can thus override
anything they do.
To avoid side-effects of default rules (ie. running of programs),
create the file with the same name.
* New upstream release:
- Changed to use autoconf
- Default rules moved to /lib/udev/rules.d
- udevadm symlinks removed.
- udevadm info output for --device-id-of-file changed.
- udevadm trigger has new --type option.
- libvolume_id soname change.
- libvolume_id now able to return multiple matches for a single block
device, or no matches if conflicting metadata found.
- libudev shared library introduced.
- by-id/scsi-* and by-id/ieee-* links both created by Firewire disks.
- Optical devices no longer probed for raid signatures. (LP: #283316).
- DEVTYPE=disk/partition no longer exported by default.
- pnp support removed now that we have MODALIAS support in kernel.
- Introduced /dev/block and /dev/char (see changelog for 124-6).
- Rule matching engine changed, limits such as 5 ENV and ATTR matches
and only one match for any other key are now gone. NAME assignment
is no longer special cased (subsequent assignments will now overwrite
unless := is used).
- Substantial memory footprint reduction work.
* debian/patches/01-cdrom-vol_id-probing.patch:
- Dropped, included in upstream release.
* debian/patches/80-extras-dvb_device_name.patch:
- Dropped, no longer compiles and won't be needed from the next kernel
onwards. Since these aren't boot critical, just do it in shell.
* debian/patches/80-extras-firmware.patch:
- Dropped, no longer compiles anyway so we may as well just use the
upstream firmware.sh which also supports crazy PackageKit stuff
* debian/patches/80-extras-ide_media.patch:
- Dropped, the ide subsystem has had MODALIAS support since hardy using
the media type.
* debian/patches/80-extras-usb_device_name.patch:
- Dropped, we no longer need to support the legacy usb_device subsystem
since we've had the newer ENVTYPE=usb_device objects since hardy.
- Bump minimum kernel version to 2.6.24 for the initramfs.
* debian/patches/80-extras-vio_type.patch:
- Dropped, we don't even build these modules.
* debian/patches/80-extras-watershed.patch:
- Dropped, we do not used it in any udev rules shipped in this package;
it can be separated out into another source package if other things
still use it (which we should try to make them not).
* Merged our rules with Upstream default rules, this results in a number
of minor changes but achieves consistency with other distributions:
* /dev/net/tun is now mode 666, the kernel documentation says this is safe
since you still need CAP_NET_ADMIN to create tunnels.
* /dev/srN are now the definitive names of SCSI CD-ROM devices, with
/dev/scdN as deprecated symlinks to them; this is the exact opposite of
how we had things before.
* /dev/nvram is now in the kmem group, the nvram group has been dropped.
* Removable disks have moved from the floppy group to the disk group, with
floppy now largely reserved for real old-fashioned floppy devices (and
the /dev/fd* devices are now all in floppy). LP: #260982.
* CD/BD-ROM devices should now consistently be in the cdrom group.
* Tape devices should now consistently be in the tape group.
* More video devices consistently in the video group.
* Printers on printer-specific ports now in the lp group, ppdev module
loaded when necessary.
* The scanner group has been dropped, it's become increasingly difficult
to determine what is and isn't a scanner; especially with multi-function
devices - access to scanners is better handled by ACL now.
* /dev/input devices no longer group writable
* /dev/tty devices are now group writable (wall/write enabled)
* /dev/rtc restored to root group. LP: #306458.
* Various changes to the way the dialout group is assigned, should lead
to more reliable device groups thus specific rules dropped.
LP: #264792.
* Support for infiniband, iowarrior, usbdpfp, sxctl, rioctl, bsg and
etherd devices.
* Add LSB headers to init scripts. LP: #312324.
* Correct name of CD Aliases generator in postinst. LP: #250232.
* Fixed /usr/lib/libvolume_id.so symlink. LP: #232434.
* Dropped /dev/.static/dev. LP: #253786.
Date: Wed, 07 Jan 2009 14:01:19 +0000
Changed-By: Scott James Remnant <scott at ubuntu.com>
Signed-By: Scott James Remnant <scott at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/udev/136-1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 07 Jan 2009 14:01:19 +0000
Source: udev
Binary: udev udev-udeb libvolume-id1 libvolume-id-dev libudev0 libudev-dev
Architecture: source
Version: 136-1
Distribution: jaunty
Urgency: low
Maintainer: Scott James Remnant <scott at ubuntu.com>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description:
libudev-dev - udev library (development files)
libudev0 - udev library
libvolume-id-dev - volume identification library (development files)
libvolume-id1 - volume identification library
udev - rule-based device node and kernel event manager
udev-udeb - rule-based device node and kernel event manager (udeb)
Launchpad-Bugs-Fixed: 232434 250232 253786 260982 264792 283316 306458 312324
Changes:
udev (136-1) jaunty; urgency=low
.
One of the biggest changes in this release is that the default rules
are no longer conffiles and are now installed into /lib/udev/rules.d
.
You may still add your custom rules to /etc/udev/rules.d and these
will be processed after the default ones, and can thus override
anything they do.
.
To avoid side-effects of default rules (ie. running of programs),
create the file with the same name.
.
* New upstream release:
- Changed to use autoconf
- Default rules moved to /lib/udev/rules.d
- udevadm symlinks removed.
- udevadm info output for --device-id-of-file changed.
- udevadm trigger has new --type option.
- libvolume_id soname change.
- libvolume_id now able to return multiple matches for a single block
device, or no matches if conflicting metadata found.
- libudev shared library introduced.
- by-id/scsi-* and by-id/ieee-* links both created by Firewire disks.
- Optical devices no longer probed for raid signatures. (LP: #283316).
- DEVTYPE=disk/partition no longer exported by default.
- pnp support removed now that we have MODALIAS support in kernel.
- Introduced /dev/block and /dev/char (see changelog for 124-6).
- Rule matching engine changed, limits such as 5 ENV and ATTR matches
and only one match for any other key are now gone. NAME assignment
is no longer special cased (subsequent assignments will now overwrite
unless := is used).
- Substantial memory footprint reduction work.
.
* debian/patches/01-cdrom-vol_id-probing.patch:
- Dropped, included in upstream release.
* debian/patches/80-extras-dvb_device_name.patch:
- Dropped, no longer compiles and won't be needed from the next kernel
onwards. Since these aren't boot critical, just do it in shell.
* debian/patches/80-extras-firmware.patch:
- Dropped, no longer compiles anyway so we may as well just use the
upstream firmware.sh which also supports crazy PackageKit stuff
* debian/patches/80-extras-ide_media.patch:
- Dropped, the ide subsystem has had MODALIAS support since hardy using
the media type.
* debian/patches/80-extras-usb_device_name.patch:
- Dropped, we no longer need to support the legacy usb_device subsystem
since we've had the newer ENVTYPE=usb_device objects since hardy.
- Bump minimum kernel version to 2.6.24 for the initramfs.
* debian/patches/80-extras-vio_type.patch:
- Dropped, we don't even build these modules.
* debian/patches/80-extras-watershed.patch:
- Dropped, we do not used it in any udev rules shipped in this package;
it can be separated out into another source package if other things
still use it (which we should try to make them not).
.
* Merged our rules with Upstream default rules, this results in a number
of minor changes but achieves consistency with other distributions:
* /dev/net/tun is now mode 666, the kernel documentation says this is safe
since you still need CAP_NET_ADMIN to create tunnels.
* /dev/srN are now the definitive names of SCSI CD-ROM devices, with
/dev/scdN as deprecated symlinks to them; this is the exact opposite of
how we had things before.
* /dev/nvram is now in the kmem group, the nvram group has been dropped.
* Removable disks have moved from the floppy group to the disk group, with
floppy now largely reserved for real old-fashioned floppy devices (and
the /dev/fd* devices are now all in floppy). LP: #260982.
* CD/BD-ROM devices should now consistently be in the cdrom group.
* Tape devices should now consistently be in the tape group.
* More video devices consistently in the video group.
* Printers on printer-specific ports now in the lp group, ppdev module
loaded when necessary.
* The scanner group has been dropped, it's become increasingly difficult
to determine what is and isn't a scanner; especially with multi-function
devices - access to scanners is better handled by ACL now.
* /dev/input devices no longer group writable
* /dev/tty devices are now group writable (wall/write enabled)
* /dev/rtc restored to root group. LP: #306458.
* Various changes to the way the dialout group is assigned, should lead
to more reliable device groups thus specific rules dropped.
LP: #264792.
* Support for infiniband, iowarrior, usbdpfp, sxctl, rioctl, bsg and
etherd devices.
.
* Add LSB headers to init scripts. LP: #312324.
* Correct name of CD Aliases generator in postinst. LP: #250232.
* Fixed /usr/lib/libvolume_id.so symlink. LP: #232434.
* Dropped /dev/.static/dev. LP: #253786.
Checksums-Sha1:
8cf915b400813088518c1d047afb4623516554b8 1118 udev_136-1.dsc
354f95aa4b0c6ba0570ef681f21ae7a803757138 594254 udev_136.orig.tar.gz
2d7843676ad194cf05e99b280b3349392f82cff3 114895 udev_136-1.diff.gz
Checksums-Sha256:
5ba8a7606207f91a0ad91064052d89e2ca74c77767bbfc5b64074e42cc8409c2 1118 udev_136-1.dsc
5fdbdbe9a58dedfb6a20801fcfa7f3e8c2da09e2e9fda4d4393ee6b3985149cd 594254 udev_136.orig.tar.gz
47bfcafb837ca3fc3cb125b9a36923880c6dfd66c29af20530e85ce448f38a67 114895 udev_136-1.diff.gz
Files:
684fbb84754b3265575e5ae66512e933 1118 admin important udev_136-1.dsc
3304ad9fde8b4f368de63a018d99adfc 594254 admin important udev_136.orig.tar.gz
d719386b8359a43e0f06efdfcf7e5379 114895 admin important udev_136-1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklktxwACgkQSnQiFMl4yK7LnQCfUmm+WuI7YfThjYrVQgzNRCBU
kY4AnAo70FbN6mTER2XVbUABR7t63QqH
=SThh
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list