udev (175-7.2) unstable; urgency=low

  * Non-maintainer upload.
  * Remove blacklisting of lxfb (Closes: #705784)

 -- Ben Hutchings <ben@decadent.org.uk>  Sun, 28 Apr 2013 22:29:35 +0100

udev (175-7.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add upstart support.  Closes: #686378.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 04 Nov 2012 23:58:14 -0800

udev (175-7) unstable; urgency=low

  * Clean up better /etc/udev/rules.d/ on purge. (Closes: #685065)
  * 75-persistent-net-generator.rules: fixed for ccwgroup devices on S/390.
    (Closes: #684766)

 -- Marco d'Itri <md@linux.it>  Fri, 17 Aug 2012 12:20:39 +0200

udev (175-6) unstable; urgency=low

  * Moved 60-persistent-input.rules back from udev-gtk-udeb to udev-udeb.
    (Closes: #666223) 
  * Suppress logging of HDIO_GET_IDENTITY errors in ata_id. (Closes: #684448)
  * Clean up /etc/udev/rules.d/ on purge. (Closes: #678074)
  * Compress with xz.

 -- Marco d'Itri <md@linux.it>  Sun, 12 Aug 2012 16:29:38 +0200

udev (175-5) unstable; urgency=low

  * Made udev depend on procps because it uses ps in the init script.
    (Closes: #677936)

 -- Marco d'Itri <md@linux.it>  Mon, 30 Jul 2012 18:37:12 +0200

udev (175-4) unstable; urgency=low

  * Stop trying to load the unix module in the initramfs hook.
    (Closes: #654282)
  * Load again the obsolete sg driver disabled in 175-1, because other 
    packages still use it. (Closes: #657948)
  * Do not generate persistent rules for Virtualbox network interfaces.
    (Closes: #659652)
  * Added a new debconf translation: po. (Closes: #660005)
  * Made udev depend on psmisc because it uses ps in the init script.
    (Closes: #677936)
  * Do not try to start udevd in postinst in containers. (See #620921.)
    (Closes: #651941)
  * Always use --user root with start-stop-daemon --name. (Closes: #652549)
  * Removed -lrt from the libudev pkg-config file. (Closes: #674773)
  * Moved 60-persistent-input.rules back from udev-gtk-udeb to udev-udeb.
    (Closes: #666223) 

 -- Marco d'Itri <md@linux.it>  Mon, 30 Jul 2012 05:36:46 +0200

udev (175-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Include 50-udev-default.rules in udev-gtk-udeb so input_id gets run and X
    can find input devices (closes: #658695)
  * Add missing \ in 75-persistent-net-generator.rules (closes: #652660)

 -- Julien Cristau <jcristau@debian.org>  Tue, 21 Feb 2012 22:42:52 +0100

udev (175-3) unstable; urgency=medium

  * udev.service modified to reflect the actual path of udevd.
    (Closes: #649175)
  * 75-persistent-net-generator.rules: added the Xen MAC addresses for
    non-PV HVM interfaces.

 -- Marco d'Itri <md@linux.it>  Mon, 05 Dec 2011 04:14:32 +0100

udev (175-2) unstable; urgency=low

  * Fixed a silly FTBFS. (Closes: #649142)

 -- Marco d'Itri <md@linux.it>  Fri, 18 Nov 2011 11:24:40 +0100

udev (175-1) unstable; urgency=low

  * New upstream release.
  * 50-udev-default.rules: removed the obsolete scd%n symlinks.
  * 80-drivers.rules: stop automatically loading the obsolete sg driver.
  * Install 60-cdrom_id.rules in udev-udeb. (Closes: #646829)
  * initramfs.hook: suppress errors if fstab does not exists.
    (Closes: #643160)
  * Do not try to start udevd in a container. (Closes: #620921)
  * 75-persistent-net-generator.rules: added the 00:05:69:* and 00:1C:14:*
    VMWare MAC addresses. (Closes: #637571)
  * 75-persistent-net-generator.rules: KVM network interfaces with
    52:54:00:* MAC addresses are ignored again. (Closes: #638159)
  * Added support for the init script status parameter. (Closes: #641781)
  * Removed /etc/modprobe.d/blacklist.conf because all the drivers are
    not built on Debian kernels.
  * Stop using hardening-includes, since hardening is the default now.

 -- Marco d'Itri <md@linux.it>  Fri, 18 Nov 2011 03:05:39 +0100

udev (172-1) unstable; urgency=medium

  * New upstream release.
  * 80-drivers.rules: removed ide-scsi which does not exist anymore,
    load sg for any SCSI device.
  * Do not try to run edd_id in d-i. (Closes: #633678)

 -- Marco d'Itri <md@linux.it>  Sat, 23 Jul 2011 02:49:17 +0200

udev (171-3) unstable; urgency=high

  * preinst: explicitly skip the kernel version/features checks when
    upgrading a chrooted system. (Closes: #632624)
  * postinst: manually create on upgrades the /usr/share/doc/udev
    symlink added in 171-2, because dpkg cannot. (Closes: #632322)
  * postinst: do not create the persistent network interfaces rules
    when installing a chrooted system. (Closes: #631593)

 -- Marco d'Itri <md@linux.it>  Mon, 11 Jul 2011 11:25:16 +0200

udev (171-2) unstable; urgency=medium

  * Converted libudev0 and libgudev-1.0-0 to multiarch.
  * This requires switching to debhelper level v8.
  * Fixed a preinst bug which caused it to check the required kernel
    version only when upgrading from versions <= 150-1. Updated as well
    the version of the kernel packages in the Breaks directive.
    (Closes: #631294)
  * Share the changelogs between libudev0 and udev to save 100 kB on
    every Debian system.

 -- Marco d'Itri <md@linux.it>  Mon, 27 Jun 2011 04:10:20 +0200

udev (171-1) unstable; urgency=medium

  * New upstream release.
  * Defensive programming: if udevd cannot be started in the init script
    wait 15 seconds and try to continue anyway in the hope that it was
    already running for some reason.
  * Moved 60-persistent-input.rules from udev-udeb to udev-gtk-udeb.
    (Closes: #628012)
  * Backported the keymap for the Microsoft Natural Keyboard.
    (Closes: #629647)
  * Retired the rule for /dev/pilot because it cannot support multiple
    devices. Programs must use an higher level interface to look for
    suitable devices.
  * Renamed 30-compat.rules to 50-udev-default.rules for uniformity
    with the upstream rules (but we still set the permissions elsewhere).
  * 60-persistent-storage.rules: ID_WWN replaced by ID_WWN_WITH_EXTENSION.
  * 60-persistent-storage.rules: added by-partlabel/by-partuuid links for
    GPT partitions.

 -- Marco d'Itri <md@linux.it>  Sun, 12 Jun 2011 16:17:35 +0200

udev (170-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + properly wait for incoming message after connect.
      (Closes: #627446, #627487, #627513)
  * Init script: simplified the code for unmounting /dev/pts/ etc.
    (Closes: #626873)

 -- Marco d'Itri <md@linux.it>  Sat, 21 May 2011 16:47:49 +0200

udev (169-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + udevadm settle being unreliable at early boot time. (Closes: #624010)
  * Use "udevadm control --exit" in the initramfs instead of manually
    killing each udevd process. (Closes: #624469)
  * Init script: clean up the initramfs udev database even when it is
    in /run/. (Closes: #626873)

 -- Marco d'Itri <md@linux.it>  Thu, 19 May 2011 23:14:56 +0200

udev (168-2) unstable; urgency=low

  * Earliest kernel release supported raised from 2.6.27 to 2.6.32 due
    to the usage of accept4(2).
  * This allows us to remove most of the content of 50-udev-default.rules
    and put what is left in 30-compat.rules.
  * Moved the RUN rules for net.agent and dsl-modem.agent from
    80-drivers.rules to 80-networking.rules to stop calling them in the
    initramfs, which is harmless but now causes some error messages.
    (Closes: #624145)
  * Updated one or more debconf translations. (Closes: #624176, #626059)
  * Build-Depend on libc6-dev >= 2.13-0exp4 on hppa because earlier
    headers have a wrong value for SOCK_CLOEXEC. (Closes: #617967)
  * Mask systemd service during upgrades to prevent events from being lost,
    courtesy of Tollef Fog Heen.
  * Check for CONFIG_SYSFS_DEPRECATED in the init script too.
    (Closes: #624079)

 -- Marco d'Itri <md@linux.it>  Wed, 11 May 2011 02:23:15 +0200

udev (168-1) unstable; urgency=low

  * New upstream release.
  * Implemented support for /dev/root when using systemd, by Tollef Fog Heen.
    (Closes: #621738)
  * Breaks systemd << 25 due to changes in the socket activation API.
  * Removed X-Interactive: true from the init script.
  * Packaging switched to 3.0 (quilt).

 -- Marco d'Itri <md@linux.it>  Sun, 24 Apr 2011 00:40:40 +0200

udev (167-3) unstable; urgency=high

  * postinst: do not move /dev/.udev/ to /run/udev/ when upgrading a chroot.
    (Closes: #623060)
  * postinst: use invoke-rc.d to restart udev, for the benefit of systemd.
    (Closes: #622400)
  * Init script: move /dev/.udev/ to /run/udev/ for the benefit of older
    initramfses without /run/ support.
  * Init script: do not complain about /dev/.udev/ when only /run/udev/
    exists. (Closes: #622311)
  * preinst: added a second check for CONFIG_SYSFS_DEPRECATED using
    /sys/block/, because recent kernels do not have the /sys/class/mem/*
    symlinks anymore. (Closes: #612759)
  * Backported the PID of another Logitech Wave keyboard. (Closes: #623153)
  * 60-persistent-input.rules: check for $DISK_EJECT_REQUEST.

 -- Marco d'Itri <md@linux.it>  Tue, 19 Apr 2011 23:59:23 +0200

udev (167-2) unstable; urgency=high

  * Only use /run if it is a tmpfs. (Closes: #621036, #620995)
  * Do not create persistent rules for Hyper-V network interfaces.
    (Closes: #622180)

 -- Marco d'Itri <md@linux.it>  Mon, 11 Apr 2011 02:31:04 +0200

udev (167-1) unstable; urgency=medium

  * New upstream release.
  * Do not delete the database created by the initramfs udev, for the
    benefit of newer versions of lvm. This Breaks dmsetup << 2.02.84-1.
    See #590665 and #593625.
  * Switch to the gir 1.2 format, courtesy of Emilio Pozuelo Monfort.
    (Closes: #620335)
  * Actually enable support for persistent names of virtio block devices
    introduced in 166-1. (Closes: #617658)
  * Changed net.agent to invoke a systemd event instead of running
    ifup when systemd is active. (Closes: #610871)
  * Clarify in README.Debian that $NEED_PERSISTENT_NET must be exported
    there as well. (Closes: #618420)
  * The udev package becomes Multi-Arch: foreign.

 -- Marco d'Itri <md@linux.it>  Mon, 04 Apr 2011 03:03:03 +0200

udev (166-1) unstable; urgency=low

  * New upstream release. Fixes:
    + Acer Aspire 8930 keymap. (Closes: #612512)

 -- Marco d'Itri <md@linux.it>  Fri, 11 Feb 2011 22:40:17 +0100

udev (165-1) unstable; urgency=low

  * New upstream release.
  * Removed patch old_cloexec: earliest kernel release supported raised
    from 2.6.26 to 2.6.27.
  * Raised the earliest package release which can be upgraded to this one
    from 0.098-1 to 0.124-1.
  * Removed Conflicts for packages older than etch.
  * 50-udev-default.rules: removed the non-standard compatibility
    input/uinput symlink.
  * Removed patch old_firewire: removed ACL support for old style firewire
    devices.
  * Install the systemd unit files. (Closes: #607752)

 -- Marco d'Itri <md@linux.it>  Mon, 07 Feb 2011 04:14:48 +0100

udev (164-4) unstable; urgency=medium

  * Backported multiple keymap and documentation bug fixes.
  * Removed dead usplash support code from initramfs.top. (Closes: #609279)
  * Updated one or more debconf translations. (Closes: #606997)

 -- Marco d'Itri <md@linux.it>  Wed, 19 Jan 2011 23:32:40 +0100

udev (164-3) unstable; urgency=medium

  * Backported multiple ACL and input-related bug fixes.
  * Stop renaming /dev/uinput (and suppress the associated warning).
    (Closes: #606895)
  * Updated one or more debconf translations.
    (Closes: #603242, #603454, #604077)

 -- Marco d'Itri <md@linux.it>  Mon, 13 Dec 2010 03:10:20 +0100

udev (164-2) unstable; urgency=medium

  * Moved libgudev-1.0 back from /lib/ to /usr/lib/. (Closes: #601617)
  * Backported two input-related bug fixes.
  * Updated one or more debconf translations. (Closes: #601182)
  * Fixed a typo in udev(7). (Closes: #601709)

 -- Marco d'Itri <md@linux.it>  Tue, 09 Nov 2010 05:23:56 +0100

udev (164-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- Marco d'Itri <md@linux.it>  Tue, 26 Oct 2010 23:20:13 +0200

udev (163-2) unstable; urgency=high

  * Backported two more bug fixes.
  * Fixed a typo in acl.rules. (Closes: #600446)
  * Install vio_type on sparc64 systems too.
  * Updated one or more debconf translations.
    (Closes: #600533, #600540, #601032)

 -- Marco d'Itri <md@linux.it>  Sat, 23 Oct 2010 00:35:24 +0200

udev (163-1) unstable; urgency=low

  * New upstream bugfix release. Fixes:
    + detection of multisession DVDs. (Closes: #596387)
  * CONFIG_SYSFS_DEPRECATED was disabled in the Debian kernel packages in
    2.6.28-1, so add a Breaks: against any linux-image-2.6-$flavor
    metapackages earlier than 2.6.28. Patch courtesy of Steve Langasek.
  * When CONFIG_SYSFS_DEPRECATED is enabled in the running kernel, instead
    of aborting the installation show a debconf error message advising to
    upgrade, since this is a commonly-encountered problem on upgrades from
    lenny to squeeze and aborting leaves the system in a difficult-to-correct
    state. Patch courtesy of Steve Langasek. (Closes: #571255)
  * Since lvm still has not been fixed, revert the change from 161-1 and
    delete again the udev database created by the initramfs udev.
    (See #590665 and #593625). (Closes: #593375, #595157)
  * Depend on hardening-includes.
  * Fixed support for the deprecated tmpfs_size option. (Closes: #599074)
  * Fixed support for device ACLs. (Closes: #593881)
  * Fixed support for VIO devices. (Closes: #526621)
  * Updated one or more debconf translations.
    (Closes: #596165, #598254, #598337, #599761, #600207)

 -- Marco d'Itri <md@linux.it>  Sun, 17 Oct 2010 00:34:50 +0200

udev (161-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + More Logitech keyboards. (Closes: #589388)
  * Removed empty gir directories. (Closes: #588974)
  * dsl-modem.agent: updated the br2684ctl PID file name. (Closes: #592571)
  * Added the keymap files for the Samsung X460. (Closes: #590286)
  * Updated multiple debconf translations. (Closes: #592811)
  * Do not delete in the init script the database created by the initramfs
    udev. (See #590665.)
  * Do not mistake all SCSI "processor" devices for scanner.
    This requires libsane_matched to be set and Breaks libsane << 1.0.21-3.
    (Closes: #589751)
  * 60-persistent-storage.rules: updated to not run blkid on non-data CDs.
    (Closes: #591290)
  * Fix the initramfs scripts to support a non-standard $udev_root.
    (Closes: #581615)

 -- Marco d'Itri <md@linux.it>  Sun, 15 Aug 2010 03:16:53 +0200

udev (160-1) unstable; urgency=medium

  * New upstream release.
  * Fixed some more Logitech keyboard issues. (Closes: #588469)
  * Made udev depend on the same version of libudev0 instead of the
    opposite, nowadays most workstations and servers have it installed
    anyway. (See #573255.)

 -- Marco d'Itri <md@linux.it>  Mon, 12 Jul 2010 02:21:37 +0200

udev (158-1) unstable; urgency=medium

  * New upstream release.

 -- Marco d'Itri <md@linux.it>  Sun, 27 Jun 2010 21:07:04 +0200

udev (157-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + Reset process priority before executing RUN+=. (Closes: #581235)
  * Do not log errors while installing incompatible rules files.
    (Closes: #582349)
  * Handling of /lib/udev/devices/ and creation of the standard symlinks
    has been moved from custom scripts to udev itself.
  * net.agent: if systemd is installed, wait for /dev/log to appear before
    configuring the interface.

 -- Marco d'Itri <md@linux.it>  Sun, 06 Jun 2010 14:37:46 +0200

udev (154-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + Reset the priority of child processes. (Closes: #581235)

 -- Marco d'Itri <md@linux.it>  Wed, 12 May 2010 13:16:26 +0200

udev (153-2) unstable; urgency=high

  * Install input_id in udev-gtk-udeb instead of the libtool wrapper script.
    (Closes: #580129)

 -- Marco d'Itri <md@linux.it>  Tue, 04 May 2010 00:43:16 +0200

udev (153-1) unstable; urgency=low

  * New upstream release. Fixes:
    + deletion of symlinks created by some buggy configurations.
      (Closes: #550152)
    + some issues related to CD/DVD burners. (Closes: #573402, #577256)
    + Logitech keyboards broken by the broken fix for #567237.
      (Closes: #575548, #576441)
    + documentation of the WAIT_FOR timeout. (Closes: #578049)
  * Start udev in the initramfs in the init-top instead of the premount
    hook. (Closes: #543717, #564010)
  * Moved 60-persistent-input.rules from udev-gtk-udeb to udev-udeb.
    (Closes: #575947)

 -- Marco d'Itri <md@linux.it>  Thu, 22 Apr 2010 23:42:39 +0200

udev (151-3) unstable; urgency=low

  * Fix switching Logitech bluetooth adapters into hci mode. (Closes: #567237)
  * Have libudev0 depend on the same version of udev because the private
    udev data is guaranteed to be unstable. (Closes: #573255)
  * persistent-input.rules: added again by-path links for PCI input devices.
    (Closes: #573352)
  * Added the udev-gtk-udeb udeb package which contains libudev and input_id
    for the graphical installer.
    Based on a patch provided by Cyril Brulebois. (Closes: #573111)

 -- Marco d'Itri <md@linux.it>  Mon, 15 Mar 2010 02:18:20 +0100

udev (151-2) unstable; urgency=high

  * Build-depend on libc6.1 on alpha and ia64. (Closes: #569956)
  * For the benefit of people who do not RTFM, explain in README.Debian
    how to disable persistent naming for network interfaces.
    (Closes: #570027)

 -- Marco d'Itri <md@linux.it>  Fri, 19 Feb 2010 01:16:55 +0100

udev (151-1) unstable; urgency=low

  * New upstream release. Fixes:
    + Samsung N140 keymap. (Closes: #565824)
  * Only copy 70-persistent-net.rules to the initramfs if the system boots
    over the network. Some users may need to force this in the initramfs
    configuration. (Closes: #414287)
  * Skip the kernel features checks in preinst if udev is not running (e.g.
    the system is actually a chroot or running in a container of some sort).
    (Closes: 566000)
  * Recognize in preinst if one of the new -trunk kernel packages is being
    installed. (Closes: #566171)
  * Removed blacklisting of all video-related drivers and blacklist only
    the framebuffer drivers in fbdev-blacklist.conf.
  * Removed the watchdog drivers from the modprobe blacklist.
  * permissions.rules: removed the rule for iRiver devices, which should be
    managed with ACLs instead like other media players.
  * Removed patch skip_missing_rules_files: it is not needed anymore because
    now the rules files are (re)read only after being closed.
  * Install firmware.agent in the initramfs even if the update-initramfs
    scripts are supposed to do it anyway, just to be sure.
  * Tightened versioned build dependencies on libtool, libc6-dev and
    linux-libc-dev. (Closes: #568914, #569006, #569007)

 -- Marco d'Itri <md@linux.it>  Mon, 15 Feb 2010 04:45:25 +0100

udev (150-2) unstable; urgency=medium

  * Print the right error message in preinst when CONFIG_SYSFS_DEPRECATED
    is set. (Closes: #564288)
  * Make sure to relabel /dev for SELinux in all code paths of the init
    script. (Closes: #564196)
  * Updated one or more debconf translations. (Closes: #564193)

 -- Marco d'Itri <md@linux.it>  Sat, 09 Jan 2010 04:45:14 +0100

udev (150-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + Samsung R70/R71 keymap. (Closes: #561711)
    + Better document IMPORT{program}. (Closes: #550206)
  * Updated preinst to abort if the running kernel supports the
    long-deprecated CONFIG_SYSFS_DEPRECATED feature.
    This means that starting from this release udev will not work with
    the official Debian kernels from lenny.
  * Updated the rules files names in writing_udev_rules. (Closes: #563855)
  * Updated multiple debconf translations. (Closes: #562935)

 -- Marco d'Itri <md@linux.it>  Fri, 08 Jan 2010 00:52:23 +0100

udev (149-2) unstable; urgency=low

  * Backported from git two patches which fix segfaults. (Closes: #561279)
  * Removed the obsolete parts of NEWS.Debian.gz (Closes: #562493)
  * Support translating the title of the upgrade debconf notice.
    (Closes: #560319)

 -- Marco d'Itri <md@linux.it>  Sat, 26 Dec 2009 14:25:29 +0100

udev (149-1) unstable; urgency=medium

  * New upstream release.
  * Do not mount the tmpfs in the init script if /dev is devtmpfs.
  * Autoreconf when building to update libtool. (Closes: #558398)

 -- Marco d'Itri <md@linux.it>  Tue, 08 Dec 2009 14:51:30 +0100

udev (148-2) unstable; urgency=high

  * Backported commit da327a9e to prevent input_id getting stuck in an
    infinite loop. (Closes: #559264, #559268)

 -- Marco d'Itri <md@linux.it>  Thu, 03 Dec 2009 11:27:38 +0100

udev (148-1) unstable; urgency=medium

  * New upstream release.
  * postinst: fixed write_interfaces_rules() to use the current udevadm API.
    (Closes: #557904)
  * README.Debian: fixed a typo. (Closes: #556183)
  * Switched to the upstream 60-persistent-input.rules.

 -- Marco d'Itri <md@linux.it>  Wed, 02 Dec 2009 16:40:19 +0100

udev (147-5) unstable; urgency=high

  * Backported commit 89179107 to prevent ata_id from blanking rewriteable
    media. (Closes: #556635)
  * Added patch add_acl_firewire: apply consolekit ACLs to some firewire
    devices. (Closes: #557234)
  * Ship the pre-built documentation. (See #555111)

 -- Marco d'Itri <md@linux.it>  Tue, 24 Nov 2009 01:45:00 +0100

udev (147-4) unstable; urgency=medium

  * *Really* check for 2.6.26 kernels. (Closes: #555903)

 -- Marco d'Itri <md@linux.it>  Thu, 12 Nov 2009 17:09:44 +0100

udev (147-3) unstable; urgency=medium

  * Really check for 2.6.26 kernels. (Closes: #555903)
  * Removed patch sleep_on_broken_signalfd which is only needed for 2.6.22
    kernels.
  * Added patch skip_missing_rules_files: tries to suppress spurious
    log messages. (Closes: #555792)

 -- Marco d'Itri <md@linux.it>  Thu, 12 Nov 2009 15:12:46 +0100

udev (147-2) unstable; urgency=medium

  * Added patch old_cloexec: reversed O_CLOEXEC changes to try to
    support 2.6.26 kernels.

 -- Marco d'Itri <md@linux.it>  Wed, 11 Nov 2009 15:10:21 +0100

udev (147-1) unstable; urgency=medium

  * Earliest kernel release supported raised from 2.6.22 to 2.6.27.
    (Closes: #555614)

 -- Marco d'Itri <md@linux.it>  Tue, 10 Nov 2009 17:35:37 +0100

udev (147~git20091109-1) unstable; urgency=medium

  * New upstream snapshot.
    + Fixes a condition which could cause udevadm settle to wait for the
      timeout. (Closes: #551798, #554364)
  * Recognize in preinst kernel symbols with a leading dot, found at least
    on powerpc64 systems. (Closes: #552778)
  * Breaks consolekit << 0.4.1.

 -- Marco d'Itri <md@linux.it>  Tue, 10 Nov 2009 04:26:29 +0100

udev (146-6) unstable; urgency=high

  * Prevent the initramfs script and everything else after that from
    failing when an initramfs udevd process waiting to be killed has
    already exited. (Closes: #535130, #552248)
  * Added patch sleep_on_broken_signalfd: log if the kernel is broken and
    returns 0 to reads on the signalfd fd. (Closes: #551743)
  * Documented in the preinst error message how to force an upgrade when
    the kernel does not support inotify(2) and signalfd(2) and the admin
    is looking for troubles. (Closes: #551140)
  * Conflict with libc6 << 2.9-22 because older releases break signalfd(2)
    on kernels without signalfd4(2). (Closes: #552076)
  * Use dh_girepository, so depend on gobject-introspection >= 0.6.5-3.
    (Closes: #551567)

 -- Marco d'Itri <md@linux.it>  Sun, 25 Oct 2009 20:30:45 +0100

udev (146-5) unstable; urgency=medium

  * Abort upgrades in preinst instead of postinst if the kernel lacks
    any of the mandatory features required by udev.
  * Updated patch fix_sigmask: *really* restore the signal mask before
    executing event RUN commands. (Closes: #549702)
  * Added patch serialize_events: backported a fix related to serial
    devices. (Closes: #550032)

 -- Marco d'Itri <md@linux.it>  Thu, 08 Oct 2009 21:56:04 +0200

udev (146-4) unstable; urgency=high

  * Restore the signal mask before executing event RUN commands.
    (Closes: #549702)
  * Earliest kernel release supported raised from 2.6.18 to 2.6.22.
  * Copy 64-md-raid.rules in the initramfs because the mdadm package
    does not do it. (Closes: #549275)
  * Copy 91-permissions.rules too because there is at least one package
    which run as non-root in the initramfs. (Closes: #549585)
  * permissions.rules: removed usage of group scanner which is not one
    of the standard groups in base-passwd. (Closes: #549311)
  * Removed the rules needed to work around bugs in now unsupported
    kernel releases.

 -- Marco d'Itri <md@linux.it>  Tue, 06 Oct 2009 09:01:08 +0200

udev (146-3) unstable; urgency=low

  * net.agent: do not ignore the tun/tap devices because they actually behave
    like normal interfaces, at least on recent kernels. (Closes: #547790)
  * Enabled introspection support, this adds the package gir1.0-gudev-1.0.
  * permissions.rules: added raw USB devices of printers in group lp.
  * Made udevadm report connection refused errors (backport).
    (Closes: #545296)
  * hotplug.functions: fixed an error in the test for $UDEV_LOG.
    (Closes: #547004)

 -- Marco d'Itri <md@linux.it>  Sat, 26 Sep 2009 23:55:08 +0200

udev (146-2) experimental; urgency=medium

  * persistent-storage.rules: updated to deal with ata_id now reporting the
    model name in $ID_SERIAL. (Closes: #543452)
  * persistent-storage.rules: added persistent links for mspblk* devices.
  * persistent-storage.rules: do not run the *_id programs on virtuo devices.
  * persistent-storage.rules: create persistent links for Xen xvd* devices.
  * Copy in the initramfs only the rules files which are needed to mount
    the root.
  * permissions.rules: changed nvram to group kmem mode 640.
  * permissions.rules: removed the rules referencing the non standard
    groups rdma, kvm, fuse. (Closes: #532667)
  * Removed patch lookup_user_verbosity because now all users are supposed
    to exist.
  * Make libgudev-1.0-dev depend on libglib2.0-dev. (Closes: #543427)
  * Removed the .la files. (Closes: #543660)
  * Added firmware.agent to the udeb.
  * Stop creating /usr/lib/hotplug/firmware/, firmwares belong in the root.
  * writing_udev_rules updated for the new command names. (Closes: #543708)
  * hotplug.functions split out from the standard rule_generator.functions.
  * Recommend usbutils and pciutils for {pci,usb}.ids.

 -- Marco d'Itri <md@linux.it>  Tue, 01 Sep 2009 13:43:57 +0200

udev (146-1) experimental; urgency=low

  * New upstream release.
    + vol_id and libvolume_id have been removed. (Closes: #500883, #534765)
      Breaks: dmsetup (<< 2.02.51-1), mdadm (<< 3.0-3)
    + Introduced libgudev-1.0.
    + Finally removed the udevinfo compatibility symlink.
    + Applies ACLs on /dev nodes if ConsoleKit is active.
  * Added patch test_for_glib: do not run udev-acl unless glib is installed.
  * Stop copying /etc/udev/rules.d/ in the initramfs.
  * Renamed some rules files for uniformity with other distributions:
    50-udev.rules => 50-udev-default.rules,
    95-late.rules => 95-udev-late.rules.

 -- Marco d'Itri <md@linux.it>  Sat, 22 Aug 2009 05:50:20 +0200

udev (0.141-2) unstable; urgency=high

  * s/SYSFS/ATTRS/g in persistent-net.rules on upgrades. (Closes: #525516)
  * Run modprobe scsi_wait_scan in the initramfs before udevadm settle.
  * postinst: use --subsystem-match instead of --subsystem. (Closes: #530910)
  * postinst: do not try to start the daemon when run by debootstrap
    --second-stage because start-stop-daemon is not functional.
    (Closes: 520742)
  * Added patch fix-path_id-bashism. (Closes: #530213)
  * Added X-Interactive: true to the init script. (Closes: #538437)
  * persistent-input.rules: add links for USB/platform non-kbd/mouse
    devices. (Closes: #501503)
  * persistent-input.rules: improve the by-path links for GPIO devices.
    (Closes: #525537)
  * persistent-input.rules: exclude digitizers from the joystick class.
  * persistent-storage.rules: run edd_id on cciss devices. (Closes: #524906)
  * drivers.rules: added workaround to load the drivers for Sparc VIO
    devices. (Closes: #526621)
  * persistent-net-generator.rules: whitelist some MAC addresses which
    violate the local/global scheme.
  * permissions.rules: fixed the names of ieee1394 devices. (Closes: #532067)
  * permissions.rules: added (some) firewire-core devices with group video.
  * permissions.rules: added cpu[0-9]* mode 444.
  * permissions.rules: added rfkill mode 644.
  * README.Debian: CONFIG_USB_DEVICE_CLASS too should not be defined.

 -- Marco d'Itri <md@linux.it>  Sun, 16 Aug 2009 03:17:54 +0200

udev (0.141-1) unstable; urgency=high

  * New upstream release. Fixes:
    + a local privilege escalation to root exploitable by spoofed netlink
      messages (CVE-2009-1185).
    + a possible local DoS (udevd crash) (CVE-2009-1186).
  * permissions.rules: correctly ignore the removable flag for aacraid
    devices. (Closes: #462655)
  * persistent-storage.rules: fixed matching of cciss non-partition devices.
    (Closes: #523019)
  * Use --reload-rules instead of --reload_rules in the init script.
    (Closes: #523038)
  * Updated README.Debian.

 -- Marco d'Itri <md@linux.it>  Sat, 18 Apr 2009 04:52:32 +0200

udev (0.140-2) unstable; urgency=low

  * On upgrade, replace instances of ATTRS{} in persistent-net.rules with
    ATTR{} otherwise they will not match anymore because now all *S{} keys
    must match the same kobject. (Closes: #521521)
    (Stolen from the Ubuntu package. LP: #329106)
  * Backported a fix to not make "udevadm test" chmod /dev/. (Closes: #521404)
  * permissions.rules: added mISDNtimer group dialout. (Closes: #521845)
  * persistent-storage.rules: ignore mtd[0-9]* and mtdblock[0-9]* devices.
  * Made udevd not resolve names/groups in d-i.

 -- Marco d'Itri <md@linux.it>  Mon, 30 Mar 2009 19:42:18 +0200

udev (0.140-1) unstable; urgency=low

  * New upstream release. (Closes: #509154) Fixes:
    + Typo in usb_id. (Closes: #495645, #508458)
  * Removed support for upgrading from sarge.
  * Upgraded debhelper level to 5.
  * Removed patch enable_after_udev which probably is not useful anymore.
  * Finally removed support for scsi_id -s, so added a conflict with
    multipath-tools << 0.4.8-12.
  * Support kernel-specific firmware directories. (Closes: #504928)
  * Set all devices created in d-i to mode 666. (Closes: #517389)
  * Removed /etc/modprobe.d/pnp-hotplug in the hope that it is not needed
    anymore.
  * Merged /etc/modprobe.d/display_class in /etc/modprobe.d/blacklist.
  * Renamed /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf.
    (Closes: #518109)
  * /etc/modprobe.d/blacklist.conf: added hpwdt, it8712f_wdt, iTCO_wdt,
    pc87413_wdt, sbc7240_wdt, sbc_epx_c3, smsc37b787_wdt, w83697hf_wdt.
    (Closes: #504107)
  * Added a /usr/bin/udevinfo symlink to support old HAL releases.
  * Fixed a typo in README.Debian. (Closes: #505916)
  * udev.rules: added block/MAJ:MIN and char/MAJ:MIN links.
  * udev.rules: create the rtc link only for rtc_cmos devices.
  * udev.rules: removed the isdn/capi20 link.
  * udev.rules, permissions.rules: added uat and ucma group rdma.
  * udev.rules: make sr* the device names and scd* the compatibility links.
  * permissions.rules: added pmu group video.
  * permissions.rules: added mwave, hvc* and hvsi* group dialout.
  * permissions.rules: removed rtc group audio.
  * persistent-storage.rules: do not probe optical drivers which do not
    have a media inserted. (Closes: #512442)
  * persistent-storage.rules: ignore btibm* devices, unignore loop* and
    ram* devices.
  * persistent-storage-tape.rules: do not add a second -nst suffix.
  * persistent-v4l.rules: added by-id links for USB devices.
  * drivers.rules: always use modprobe -b.
  * Added 60-persistent-serial.rules.

 -- Marco d'Itri <md@linux.it>  Mon, 23 Mar 2009 13:16:50 +0100

udev (0.125-7) unstable; urgency=medium

  * On s390, depend on s390-tools (>> 1.6.2) which provides dasd_id.
    (Closes: #489723)
  * initramfs.hook: switch back to the old semantics of copy_exec to
    support the etch version of initramfs-tools (<< 0.88). (Closes: #498686)
  * 75-persistent-net-generator.rules: ignore ccwgroup interfaces (qeth)
    as requested by the s390 porter. (Closes: #498504)

 -- Marco d'Itri <md@linux.it>  Fri, 19 Sep 2008 03:01:30 +0200

udev (0.125-6) unstable; urgency=high

  * Re-add support for scsi_id -s, this time for real. (Closes: #493075)
  * Move in the udeb /lib/debian-installer-startup.d/S02udev to
    /lib/debian-installer/start-udev because udev will now be started
    before the busybox init. Patch by Jérémy Bobbio. (Closes: #493865)
  * Remove /lib/udev/rules.d/ from the udeb. (Closes: #494458)

 -- Marco d'Itri <md@linux.it>  Thu, 28 Aug 2008 03:38:26 +0200

udev (0.125-5) unstable; urgency=medium

  * Modified debian/rules to work with the etch version of findutils.
    (Closes: #493741)
  * Moved manual creation of device nodes to /lib/udev/create_static_nodes
    for SELinux compatibility. (Closes: #491905)
  * 50-udev.rules: create the /dev/sndstat symlink on-demand.
  * Export $UDEV_ROOT when set by the init script. (Closes: #457399)

 -- Marco d'Itri <md@linux.it>  Thu, 07 Aug 2008 01:02:03 +0200

udev (0.125-4) unstable; urgency=medium

  * 60-persistent-storage.rules: do not run vol_id on media tray open
    events or the kernel will close the tray again.
  * Added patch scsi_id_compat: until lenny is released, support again
    scsi_id -s for the benefit of multipath-tools. Patch contributed by
    Guido Günther. (Closes: #493075)
  * Updated debconf translation: sv. (Closes: #491789)

 -- Marco d'Itri <md@linux.it>  Mon, 04 Aug 2008 12:23:59 +0200

udev (0.125-3) unstable; urgency=medium

  * Make sure that selinux support is not accidentally enabled in the
    udeb. (Closes: #493140)

 -- Marco d'Itri <md@linux.it>  Thu, 31 Jul 2008 19:05:45 +0200

udev (0.125-2) unstable; urgency=medium

  * Do not install the upstream /lib/udev/rules.d/. (Closes: #493041)
  * Added patch openrulesdir_verbosity to suppress a warning if a rules
    directory does not exist. (Closes: #493020)

 -- Marco d'Itri <md@linux.it>  Thu, 31 Jul 2008 01:07:21 +0200

udev (0.125-1) unstable; urgency=medium

  * New upstream release.
  * 75-persistent-net-generator.rules: fixed rules generation.
    (Closes: #492193)
  * postinst: replaced the all_interfaces hack with a "udevadm test" hack.
  * Removed the following patches which have been merged upstream:
    fix_hanging_gotos, fix-write_net_rules, fix2-write_net_rules,
    man_scsi_id_path, settle_verbose_timeout, rules, rules2.

 -- Marco d'Itri <md@linux.it>  Tue, 29 Jul 2008 15:42:04 +0200

udev (0.124-5) unstable; urgency=medium

  * Updated 91-permissions.rules to act on change events too, or permissions
    will be reset.
    For robustness, added checks for change events in 50-udev.rules too.

 -- Marco d'Itri <md@linux.it>  Sun, 20 Jul 2008 19:08:17 +0200

udev (0.124-4) unstable; urgency=medium

  * Added patch fix_hanging_gotos: makes rules processing continue if the
    LABEL for a GOTO statement is missing. (Closes: #491214)
  * Added dsl-modem.agent to support hotplugging of USB DSL modems.
  * Removed from the udeb some superfluous files.
  * Dynamically create in the init script a rule for the /dev/root symlink.
  * Always use copy_exec in the initramfs. (Closes: #491064)
  * Rumors of pnp:dPNP0800 being provided by pcspkr have been greatly
    exaggerated, so it's back in pnp-hotplug. (Closes: #491010)

 -- Marco d'Itri <md@linux.it>  Sat, 19 Jul 2008 00:52:03 +0200

udev (0.124-3) unstable; urgency=low

  * Backported commit 05364975aff0bfaca1b5fb23963cee7d2201f99a to fix
    scsi_id, which generated wrong persistent links. (Closes: #490110)
  * Removed the pnp:dPNP0800 module alias (pcspkr) because nowadays the
    driver provides its own platform device alias.
  * Removed the pnp:dPNP0b00 module alias (rtc) which nowadays is provided
    by a different and usually better module (rtc_cmos). (Closes: #452181)
  * 60-persistent-storage-tape.rules: added links for nst devices.
  * Added patch settle_verbose_timeout: lists the events still in the queue
    when the udevadm settle timeout is reached.
  * Restored the full $PATH in hotplug.functions. (Closes: #490273)
  * Modified postinst to not fail if /dev/{pts,shm} are not mounted.
    (Closes: #490286)
  * Added a doc-base file for writing_udev_rules. (Closes: #451687)
  * Added a watch file. (Closes: #490073)
  * Rewritten history to appease nitpickers. (Closes: #490051)

 -- Marco d'Itri <md@linux.it>  Fri, 11 Jul 2008 15:33:05 +0200

udev (0.124-2) unstable; urgency=low

  * Automatic propagation of return values is annoying and made the
    init script fail in certain conditions. (Closes: #489839)
  * 75-persistent-net-generator.rules: ignore "secondary" monitor
    interfaces of mac80211 drivers. (Closes: #489769)
  * 75-persistent-net-generator.rules: fixed a typo which disabled it.

 -- Marco d'Itri <md@linux.it>  Tue, 08 Jul 2008 12:22:09 +0200

udev (0.124-1) unstable; urgency=low

  * New upstream release. (Closes: #476725, #480516) Fixes:
    + something in usb_id. (Closes: #447346)
    + RUN rules if device node removal fails. (Closes: #457616)
    + $exec_prefix in libvolume_id.pc. (Closes: #459788)
  * Made 2.6.18 the oldest supported kernel version.
  * Removed the /dev/.static/dev/ hack. It was cool, but its complexity
    is not justified anymore. (Closes: #444337, #481559)
  * Removed support for devfs-style names (devfs.rules, compat.rules,
    compat-full.rules). (Closes: #280894, #468939)
  * The rules files now are installed directly in rules.d/ and symlinks
    are not used there anymore. (Closes: #402441, #408506)
  * The standard rules files have been renamed to reduce divergences with
    other distributions: udev.rules => 50-udev.rules,
    z20_persistent-input.rules => 60-persistent-input.rules,
    z20_persistent.rules => 60-persistent-storage.rules,
    z25_persistent-net.rules 70-persistent-net.rules,
    z25_persistent-cd.rules 70-persistent-cd.rules,
    z25_cd-aliases-generator.rules => 75-cd-aliases-generator.rules,
    z25_persistent-net-generator.rules => 75-persistent-net-generator.rules,
    z55_hotplug.rules => 80-drivers.rules,
    020_permissions.rules => 91-permissions.rules,
    z50_run.rules => 95-late.rules.

  * permissions.rules: added again the rule for old style USB devices,
    removed in 0.113-1. (Closes: #438470, #442397, #444809, #481827)
  * permissions.rules: removed the WAIT_FOR_SYSFS rules, not needed with
    kernels > 2.6.18-rc1.
  * hotplug.rules: removed ide.agent, not needed with kernels > 2.6.17.
  * persistent.rules: run edd_id only for sd* and hd*.
  * persistent.rules, persistent-input.rules: act on change events too.
  * persistent.rules: run usb_id only for usb devices.
  * persistent-net-generator.rules: updated with the built-in policies.
  * hotplug.rules: autoload ms_block and mspro_block.
  * run.rules: do not delete devices also present in /lib/udev/devices/.
  * persistent.rules: do not run vol_id on whole-device nodes because add
    events are not generated on media changes and the persistent links would
    not be updated.
  * permissions.rules: removed sgi_fetchop since there is also sgi_*.
  * permissions.rules: added cbm group floppy. (Closes: #437520)
  * permissions.rules: added again the permissions change for /dev/bus/usb/
    nodes created by old kernels. (Closes: #438470)
  * udev.rules, devfs.rules: added iowarrior* and bsg/*.
  * udev.rules: added a rtc symlink to rtc0.
  * udev.rules: added zap/transcode. (Closes: #456204)
  * persistent-v4l.rules: creates persistent links for V4L devices.
    (Closes: #447785)
  * udev.rules, permissions.rules: renamed rdma_ucm to rdma_cm.
    (Closes: #449081)
  * udev.rules: made the AOE rules more general to support future devices.
  * permissions.rules: made etherd/err owned by group disk.
  * permissions.rules: made event* joystick devices owned by group audio.
    (Closes: #475902)
  * udev.rules: added a rule to set all_partitions for SCSI Iomega ZIP
    drives. (Closes: #437499)

  * Try copying all the rules files to the udeb. (Closes: #488394, #488439)
  * Do not install firmware.agent in the udeb, d-i will provide its own.
    (Closes: #487764)
  * hotplug.functions: fixed an error message displayed by write_net_rules
    when the rules file does not exist yet. (Closes: #442796, #475699)
  * hotplug.functions: (almost) correctly ignore commented rules.
    (Closes: #452006)
  * Removed the pnp:dPNPb02f module alias which was wrong and nowadays is
    provided by the correct module. (Closes: #457499)
  * Added support for cross-compilation. (Closes: #465156)
  * Since postinst does not starts udevd in a chroot, make prerm do not
    stop it either. (Closes: #451986)
  * Use /sys/kernel/uevent_helper instead of /proc/sys/kernel/hotplug in
    the init script. (Closes: #416687)
  * Delete in the init script the /dev/.udev/ created in the initramfs.
    (Closes: #416687)
  * Fixed the command path in scsi_id(8). (Closes: #438094)
  * Added a link in /sbin to vol_id. (Closes: #488911)
  * Updated debconf translations: sk, fi, sv, de, ja, pt, ml, ca, pt_BR, es.
    (Closes: #441753, #489205, #447073, #449154, #456269, #462097, #475443)
    (Closes: #480783, #480897, #481812, #481993)

 -- Marco d'Itri <md@linux.it>  Mon, 07 Jul 2008 02:52:00 +0200

udev (0.114-2) unstable; urgency=medium

  * New upstream release.
  * Packages converted from DBS to quilt.
  * Stop trying to build dasd_id on S/390. (Closes: #435533)

 -- Marco d'Itri <md@linux.it>  Mon, 06 Aug 2007 04:21:02 +0200

udev (0.113-3) unstable; urgency=medium

  * Stop mounting /dev noexec because it breaks nvidia-glx, vmware,
    mplayer and lguest, for a start. (Closes: #435250)

 -- Marco d'Itri <md@linux.it>  Tue, 31 Jul 2007 16:00:48 +0200

udev (0.113-2) unstable; urgency=low

  * hotplug.rules: removed the ignore_error options which are not yet
    supported. (Closes: #435163)

 -- Marco d'Itri <md@linux.it>  Sun, 29 Jul 2007 21:12:50 +0200

udev (0.113-1) unstable; urgency=low

  * New upstream release (Closes: #431317). Fixes:
    + support for braindead devices implementing multiple SCSI devices
      beind the same USB device, like some memory card readers.
      (Closes: #411967)
  * + the libdir path in libvolume_id.pc, this time for real. (Closes: #415744)
  * The highly deprecated udev_run_{hotplugd,devd} helper programs are gone
    and the /sbin/scsi_id symlink has been removed.
  * Removed patch keep_driver_support: the semantics of the DRIVER key now
    are the same as in the upstream package (only matches the device
    associated to the event and not all parent nodes too).
  * Added patch fix-libvolume_id.pc: fixes the libdir path in libvolume_id.pc,
    this time for real. (Closes: #415744)
  * Ignore Xen, UML and VMWare network interfaces in
    persistent-net-generator.rules. (Closes: #413601, #422623, #431190)
  * persistent-net-generator.rules: support sta*, ctc* and hsi* interfaces.
  * Updated the description and debconf templates as proposed by
    debian-l10n-english. (Closes: #420768)
  * New debconf translations: hu, ar, ta, lt, ca.
    (Closes: #421723, #421755, #421778, #422683, #431278)
  * Updated debconf translations: cs, nb, gl, eu, ru, it, ko, fr, nl.
    (Closes: #421770, #421778, #421797, #421873, #422110, #422913, #423935)
    (Closes: #426249, #428291)
  * initramfs.hook: do not fail if /lib/udev/ already exists. (Closes: #427643)
  * udev.init: do not redirect restorecon to /dev/null because it does not
    exist yet. (Closes: 428384)
  * permissions.rules, udev.rules, devfs.rules: added rdma_ucm group rdma.
    (Closes: #427993, #430389)
  * Switched d-i from devfs-like to regular names. (Closes: #431556)
  * udeb: copy persistent-*.rules at the beginning of base-installer so they
    are available in /target when the initrd is generated. (Closes: #433935)
  * Added rules for SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device" to support
    kernels without USB_DEVICE_CLASS.
  * persistent-input.rules: added by-id/by-path links for joystick devices.
  * permissions.rules: added the ignore_remove option to tun and ppp.
  * hotplug.rules: added the ignore_error option to some modprobe rules.

 -- Marco d'Itri <md@linux.it>  Sun, 29 Jul 2007 01:57:42 +0200

udev (0.105-4) unstable; urgency=high

  * Added support for the $ROOTDELAY variable in the initramfs.
    Patch contributed by David Härdeman. (Closes: #414842)
  * Fixed libdir in libvolume_id.pc. (Closes: #415744)
  * permissions.rules: backported the upstream changeset
    188394ce8eb235b67226f9166dfe7ca958387e6a which makes udevd wait for
    0:0:0:0 SCSI devices only.
  * permissions.rules: use group cdrom for WORM SCSI devices too.
  * permissions.rules: added kvm group kvm.

 -- Marco d'Itri <md@linux.it>  Sun, 11 Mar 2007 03:44:45 +0100

udev (0.105-3) unstable; urgency=high

  * persistent.rules: added backported rules for nst* and sg* tape changers.
  * New debconf translations: nl. (Closes: #408176, #412551)

 -- Marco d'Itri <md@linux.it>  Sat,  3 Mar 2007 22:02:51 +0100

udev (0.105-2) unstable; urgency=high

  * postinst: try again fixing #404476. (Closes: #409503)
  * hotplug.rules: do not check for the existence of $RULES_FILE in
    find_all_rules(). (Closes: #408750, #405845, #406948)
  * write_cd_rules: fixed unintended shell expansion in find_next_available().
    (Closes: #407738)
  * permissions.rules: use group tape for SCSI media changers.
    (Closes: #406843)
  * hotplug.rules: load ch for SCSI media changers. (Closes: #406869)
  * permissions.rules: ignore the removable flag for aacraid devices.
    (See #404927.)
  * Added to README.Debian a note about generation of persistent names
    rules. (Closes: #411394)
  * cd-aliases-generator.rules: by default create "by-id" rules for USB
    and Firewire devices which usually do not have a stable path.
    (Closes: #395962)
  * Backported the upstream changeset 7db33ac19c430c9a4c4af415e2febbd6b17aff2a
    which fixes access to attribute files containing a colon.

 -- Marco d'Itri <md@linux.it>  Mon, 26 Feb 2007 01:35:50 +0100

udev (0.105-1) unstable; urgency=medium

  * New upstream release, contains only bug fixes. Fixes:
    + typos. (Closes: #408752)
    + intermittent troubles when renaming interfaces. (Closes: #405775)
  * Removed the following patches which were merged upstream:
    fix_serial_short raid_endianess_fix m32r_syscalls selinux_fix.
  * Backported the upstream changeset 5ab2e3c2c3efe9b25861ddf560b3760b9384090d
    which adds the LUN to iSCSI paths. (Closes: #409385)
  * Backed out the upstream changeset 273bebdba66cd5543dc1b076447e3275c81c221c
    which removed compatibility support for the DRIVER key.
  * Raised the dependency on module-init-tools to 3.2.2-1, which provides
    the --use-blacklist option.
  * hotplug.rules: call modprobe with the --use-blacklist option to allow
    blacklisting the broken by design aliases generated by the platform
    device drivers. (Closes: #407256)
  * persistent.rules: ignore md* devices because their add events are
    unreliable.
  * New debconf template: nl. (Closes: #410737)

 -- Marco d'Itri <md@linux.it>  Mon, 19 Feb 2007 03:56:43 +0100

udev (0.103-2) unstable; urgency=medium

  * permissions.rules: consider all block devices on usb, ieee1394, mmc
    and pcmcia buses to be removable. (Closes: #402622, #402649)
  * Added patch selinux_fix from Russell Coker to correctly label
    symlinks. Already applied upstream. (Closes: #401695)
  * Added patch m32r_syscalls by Kazuhiro Inaoka to fix inotify support
    on m32r systems. Already applied upstream. (Closes: #401826)
  * initramfs.premount premount: create the db directory before starting
    udevd, to catch some early kernel-generated events (this has no
    practical effect since the events will be immediately retriggered).
    Apply the same change to the init script. (Closes: #402320)
  * persistent-net-generator.rules: ignore ath* devices with type=802
    because they have the same MAC address of the "normal" interface and
    cause write_net_rules to write a new bogus rule every time.
    (Closes: #404983)
  * net.agent: improve robustness by checking sysfs instead of the ifstate
    file and removing the timeout. Patch and testing by Joey Hess.
    (Closes: #403804, #403805)
  * postinst: deal correctly with pipes and sockets in subdirectories of
    /dev when being installed for the first time. (Closes: #404476)
  * New patch raid_endianess_fix backported from upstream udev 104.
  * New debconf templates: da, es, pt_BR, gl, ja, cs.
    (Closes: #400789, #402924, #402927, #403547, #404577, #405316, #405834)

 -- Marco d'Itri <md@linux.it>  Mon,  8 Jan 2007 02:41:01 +0100

udev (0.103-1) unstable; urgency=medium

  * New upstream release.
  * permissions.rules: detect upper case Epson scanners too. (Closes: #392580)
  * permissions.rules: fix the permissions of the partitions of removable
    block devices. (Closes: #321642)
  * permissions.rules: added lirc[0-9]* group audio. (Closes: #396841)
  * permissions.rules: added rtc[0-9]* group audio. (Closes: #395160)
  * permissions.rules: added tun mode 666, for recent kernels.
  * persistent.rules: ignore gnbd* devices.
  * persistent.rules: added links for MMC devices.
  * persistent.rules: create disk/by-id/ata-* links for IDE devices
    controlled by libata.
  * hotplug.rules: autoload the mmc-block driver.
  * hotplug.rules: do not attempt to autoload i82365 because it's broken
    and may cause a modprobe loop (see #398962 for details).
  * udev.rules, devfs.rules: stop suppressing creation of dm-* devices,
    because they are needed by HAL. (Closes: #392623)
  * udev.rules, devfs.rules: run PROGRAMs only for "add" ACTIONs.
  * hotplug.rules: removed call to ide.agent from the udeb. (Closes: #396933)
  * Added a new 020_id.rules file with calls to cdrom_id for the udeb.
    (Closes: #400258)
  * Create the kernel-upgrade flag file also in the debconf upgrade path,
    or the new udevd will be started (and fail).
  * write_net_rules: document that MAC addresses must be written in
    lowercase. (Closes: #389743)
  * Set the SELinux contexts for devices created in the initramfs.
    (Closes: #397528)
  * Implemented no_static_dev when a initramfs is used. (Closes: #397476)
  * Robustness: fixed postinst to not fail if /dev/{pts,shm}/ do not exist,
    which usually should not happen. (Closes: #395136)
  * Do not mention CONFIG_KOBJECT_UEVENT in README.Debian. (Closes: #399624)
  * Made the init script recognize /dev/null as a valid boot-time console,
    to work better with upstart (see #397002).
  * New debconf templates: sv, ru, fr, da, de, eu.
    (Closes: #393433, #394897, #395340, #396072, #396149, #398724, #399107)
  * Merged the NMUs. (Closes: #369479, #395889)

 -- Marco d'Itri <md@linux.it>  Sun, 26 Nov 2006 23:16:09 +0100

udev (0.100-2.3) unstable; urgency=high

  * Non-maintainer upload.
  * Fix chroot detection for 2.6.18 kernels and beyond (c.f. kernel commit
    778c1144771f0064b6f51bee865cceb0d996f2f9). The fix was suggested to me by
    the maintainer himself on 18 Oct 2006. Urgency high for it closes: #395889,
    which is RC.

 -- martin f. krafft <madduck@debian.org>  Wed, 15 Nov 2006 14:29:45 +0100

udev (0.100-2.2) unstable; urgency=high

  * Non-maintainer upload.
  * control: add Pre-Depends: on debconf, thanks Steve Langasek for 
    noticing this.

 -- Josselin Mouette <joss@debian.org>  Fri, 27 Oct 2006 09:19:16 +0200

udev (0.100-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * udev.{templates,preinst}, rules: use debconf for prompting the user
    about the upgrade from an incompatible kernel version. When a
    suitable kernel is already installed or installing, only ask for
    reboot. Otherwise, the user has to force the upgrade. (Closes: #369479)
  * control: depend on po-debconf.

 -- Josselin Mouette <joss@debian.org>  Sun,  1 Oct 2006 16:47:15 +0200

udev (0.100-2) unstable; urgency=high

  * More fixes for SELinux support. (Closes: #387051)
  * Really create /dev/MAKEDEV if /sbin/MAKEDEV is available. (Closes: #388300)

 -- Marco d'Itri <md@linux.it>  Sun, 24 Sep 2006 19:10:10 +0200

udev (0.100-1) unstable; urgency=medium

  * New upstream release.
    + Fixes a typo. (Closes: #385867)
  * Fixed persistent-net-generator.rules which was broken in 0.098-2.
  * Use /lib/udev/devices/ instead of /etc/udev/ as the temporary mount
    point in the init script, because it's nicer and it helps SELinux users.
  * Converted the versioned dependency on initscripts in a conflict.
  * Create a temporary symlink for /dev in the initramfs. (Closes: #386294)

 -- Marco d'Itri <md@linux.it>  Wed,  6 Sep 2006 23:41:52 +0200

udev (0.098-2) unstable; urgency=medium

  * Added patch close_pipes_on_exec to close the pipes file descriptors
    in udevd before running external programs, to prevent dealocks caused
    by programs waiting in the background for some condition when
    udev_log="debug". (Closes: #375598)
  * Updated net.agent to close stdout and stderr (see above) and
    automatically fork and continue in background.
  * Call cdrom_id on SCSI devices in permissions.rules instead of
    cd-aliases-generator.rules to prevent generating again the rules
    every time. (Closes: #374539)
  * NEWS.Debian: removed obsolete parts, added new entries.

 -- Marco d'Itri <md@linux.it>  Sat, 26 Aug 2006 19:54:10 +0200

udev (0.098-1) experimental; urgency=low

  * New upstream release.
  * Converted the rules files to the new syntax.
  * preinst: added code to upgrade the persistent-{net,cd} rules files.
  * preinst: removed the code managing upgrades from versions uploaded to
    unstable before sarge was released.
  * Removed the udevsettle_timeout patch, since apparently it is not useful.
  * persistent.rules: do not run {path,scsi,ata}_id on xen block devices.
  * Added udevinfo to the udeb. (Closes: #384023)

 -- Marco d'Itri <md@linux.it>  Thu, 24 Aug 2006 17:21:16 +0200

udev (0.097-2) unstable; urgency=medium

  * Suppressed more error messages about missing users/groups.
  * Added a temporary conflict with broken versions of klibc-utils.
    (Closes: #383555)
  * Do not start udevd on upgrades if it's not supported. (Closes: #383828)
  * permissions.rules: added "Epson SCSI scanners" with group scanner.

 -- Marco d'Itri <md@linux.it>  Sat, 19 Aug 2006 23:17:17 +0200

udev (0.097-1) unstable; urgency=low

  * New upstream release.
  * Since support for %e has been removed, permanently retire
    cd-aliases.rules and if it is in use replace it in postinst with
    cd-aliases-generator.rules. (See #359978.)
  * Postinst will remove on upgrades the link to hotplugd.rules, if one
    exists. This disables default support for /etc/hotplug.d/ and /etc/dev.d/.
  * Raised Priority to important.
  * Removed "Provides: hotplug".
  * Added a script to copy the persistent names from d-i to the target.
  * Added to the init script support for the reload argument, which is
    almost never needed.
  * initramfs.bottom: use nuke instead of rm -rf. (Closes: #376349)
  * Do not enable persistent-net-generator.rules on s390 systems.
    (Closes: #383303)
  * Do not try to create /dev/MAKEDEV in the init script if it already
    exists. (Closes: #370540)
  * write_net_rules: fail cleanly when sysfs is not available (e.g. in a
    chroot). (Closes: #374484)
  * write_net_rules: fixed errors with multiple interfaces. (Closes: #379335)
  * postinst: updated the path to initramfs.conf. (Closes: #375299)
  * Added a tentative fix for the "$TEMPDEV directory is not empty"
    issue on the first install.
  * The init script depends on mountkernfs, not on mountvirtfs.
    (Closes: #375389)
  * Add another USB product name to create /dev/pilot for programs too
    stupid to use HAL. (Closes: #378512)
  * Use ENV{PHYSDEVDRIVER} instead of DRIVER in
    persistent-net-generator.rules. (Closes: #376589)
  * hotplug.rules: load i2o-block for SUBSYSTEM=="i2o". (Closes: #373921)
  * hotplug.rules: load ide-scsi for IDE tapes.
  * udev.rules, devfs.rules: added xen/evtchn.
  * permissions.rules: added irlpt* group lp, kqemu mode 666.
  * Added OPTIONS+="all_partitions" for IDE devices with media=floppy.
  * Added support for persistent names for joysticks.

 -- Marco d'Itri <md@linux.it>  Thu, 17 Aug 2006 14:40:34 +0200

udev (0.093-1) unstable; urgency=high

  * Corrected the kernel version in the preinst warning. (Closes: #369086)
  * persistent-net-generator.rules: do not create rules for interfaces
    without a driver link (like ISA cards) because they will never match.
    (Closes: #368845)
  * Do not try to create persistent names for dm-* devices.

 -- Marco d'Itri <md@linux.it>  Tue, 30 May 2006 01:51:12 +0200

udev (0.092-2) unstable; urgency=medium

  * Rearranged enable_udev() in postinst to prevent it breaking on some
    systems. (Closes: #368327, #368451)
  * In preinst, actually enable the kernel version check on upgrades.
    (Closes: #368540)

 -- Marco d'Itri <md@linux.it>  Tue, 23 May 2006 13:13:02 +0200

udev (0.092-1) unstable; urgency=low

  * New upstream release.
    + adds persistent names for serio and platform input devices.
      (Closes: #364822)
  * write_cd_rules: generated rules will match on ENV{ID_CDROM} too.
    (Closes: #367265)
  * Removed support for kernels older than 2.6.15: udevsynthesize has
    been replaced by udevtrigger.
  * Removed support for the undocumented udevd_timeout config file parameter.
  * Removed the deprecated /sbin/udevsend command.
  * Removed the /dev/.udevdb/ directory kept for compatibility with old
    packages. Conflict with makedev << 2.3.1-80.
  * Removed the /lib/udev/modalias_* and vio.agent scripts which are not
    needed by recent kernels.
  * Stop enabling hotplugd.rules by default.
  * Removed the versioned dependency on sed, which has not been needed since
    many months ago.

 -- Marco d'Itri <md@linux.it>  Wed, 17 May 2006 10:37:42 +0200

udev (0.091-2) unstable; urgency=high

  * write_cd_rules: create dvdrw links for DVD-R drives too. (Closes: #365224)
  * write_net_rules: add DRIVER=="?*" to all rules in the hope that this
    will make them not match bridges and VLAN sub-interfaces without
    breaking any other interface. More information from the kernel and from
    kernel developers would be welcome. (Closes: #365248)
  * persistent-input.rules: fixed matching on the SYSFS keys. (Closes: #365444)

 -- Marco d'Itri <md@linux.it>  Thu,  4 May 2006 01:43:58 +0200

udev (0.091-1) unstable; urgency=medium

  * New upstream release.
    + Improved the error messages about incorrect rules.
  * Fixed a dashism in the write_*_rules scrips which broke detection of
    multiple entries in the rules files. Affected users should clean up them.
  * write_cd_rules: match on $ID_PATH if BUS != ide. (Closes: #364786)

 -- Marco d'Itri <md@linux.it>  Wed, 26 Apr 2006 00:54:56 +0200

udev (0.090-4) unstable; urgency=medium

  * write_net_rules: do not use local in the global scope. (Closes: #364356)
    Generate more specific rules for the hostap wlan* and ath* interfaces,
    to prevent matching the wifi* interfaces. (Closes: #364311)

 -- Marco d'Itri <md@linux.it>  Sun, 23 Apr 2006 11:01:01 +0200

udev (0.090-3) unstable; urgency=medium

  * Run write_net_rules from postinst instead of preinst.
    (Closes: #364241, #364243)
  * persistent-net-generator.rules: added sta* to the list of acceptable
    interfaces. Ignore the hostap wifi* interfaces. (Closes: #364311)
  * Updated patch udev-compare-name-01 to log invalid rules.

 -- Marco d'Itri <md@linux.it>  Sat, 22 Apr 2006 19:57:03 +0200

udev (0.090-2) unstable; urgency=medium

  * persistent-net-generator.rules: ignore VLAN subinterfaces, because
    they usually have the same MAC address of the main interface.
  * Added patch udev-compare-name-01 from the upstream maintainer.
    It adds support for matching on NAME and this allows not needing to
    set ENV{INTERFACE_OLD}, which can now be removed from the
    z25_persistent-net.rules file. Now any rule which sets the name of a
    network interface will prevent write_net_rules from running.
    This also means that rules must properly use = and == for assignments
    and comparisons.
  * Renamed the /lib/udev/write_*_aliases programs to write_*_rules.
  * Create z25_persistent-net.rules the first time udev is installed.

 -- Marco d'Itri <md@linux.it>  Fri, 21 Apr 2006 18:59:36 +0200

udev (0.090-1) unstable; urgency=low

  * New upstream release.
    + Apply format char to variables exported by ENV. (Closes: #360855)
    + Fixed a typo. (Closes: #361985)
  * Added the new script write_net_aliases to automatically generate
    aliases for network interfaces. (Closes: #350183, #350877)
  * Added a timeout to the interfaces renaming loop. (Closes: #357022)
  * permissions.rules: added a WAIT_FOR_SYSFS rule to guarantee that
    SYSFS{address} is available on buggy kernels.
  * preinst: explain how the hotplug package is detected. (Closes: #363353)

 -- Marco d'Itri <md@linux.it>  Wed, 19 Apr 2006 20:26:25 +0200

udev (0.089-1) unstable; urgency=medium

  * New upstream release.
    + Replaced udev(8) with udev(7) in the documentation (Closes: #359742)
  * Removed the compatibility symlinks from /sbin except for scsi_id.
  * Removed udevsend from the udeb.
  * Added the libvolume-id0 and libvolume-id-dev packages.
  * Restart syslogd when udev is installed for the first time to prevent
    /dev/log from becoming not accessible to unprivileged users.
    (Closes: #357703)
  * Removed from the package description a reference to the kernel version.
    (Closes: #360931)

 -- Marco d'Itri <md@linux.it>  Wed,  5 Apr 2006 18:13:54 +0200

udev (0.088-2) unstable; urgency=medium

  * Fixed the code in udev-mtab which updates the real rules files.
    (Closes: #359630)
  * Add hotplug.functions to udev-udev. (Closes: #359708)

 -- Marco d'Itri <md@linux.it>  Tue, 28 Mar 2006 18:12:09 +0200

udev (0.088-1) unstable; urgency=medium

  * Added persistent-input.rules.
  * persistent.rules: added support for SCSI tape drives.
  * Added the new script write_cd_aliases to automatically generate
    aliases for CD devices. (Closes: #332365)
  * On new installs, install cd-aliases-generator.rules with priority
    z75 instead of cd-aliases.rules.
  * Load again sg for type 5 SCSI devices (TYPE_ROM), because it's needed
    to burn CDs. (This time for real.) (Closes: #353052)

 -- Marco d'Itri <md@linux.it>  Sun, 26 Mar 2006 13:40:29 +0200

udev (0.087-2) unstable; urgency=medium

  * Fixed #350235/#355441 for real. Honest.

 -- Marco d'Itri <md@linux.it>  Tue, 14 Mar 2006 12:16:47 +0100

udev (0.087-1) unstable; urgency=medium

  * New upstream release.
  * hotplug.rules: do not check $PHYSDEVDRIVER for input events, it will
    prevent loading the *dev mid-level drivers on kernels >= 2.6.16.
    (Closes: #355626)
  * persistent.rules: fix the workaround to prevent ide-cs from causing
    events loops. (Closes: #355441)
  * persistent.rules: use edd_id on removable devices too.
  * Prevent DBS from looking for patches in subdirectories. (Closes: #355816)
  * Documented /etc/udev/kernel-upgrade in the preinst error message.
  * Install the *_id programs and persistent.rules in the udeb to support
    persistent names in d-i.

 -- Marco d'Itri <md@linux.it>  Sun, 12 Mar 2006 00:39:40 +0100

udev (0.086-1) unstable; urgency=low

  * Added again persistent.rules and ide.agent to the initramfs.
    (See #352753 for details.)
  * devfs.rules, udev.rules: added a "pilot" symlink for "Handspring Visor"
    devices. (Closes: #354248)

 -- Marco d'Itri <md@linux.it>  Thu,  2 Mar 2006 13:49:16 +0100

udev (0.085-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + a typo in udev(7). (Closes: #350613)
  * Load again sg for type 5 SCSI devices (TYPE_ROM), because it's needed
    to burn CDs. (Closes: #353052)
  * Silently delete the example /etc/scsi_id.config which was installed
    by mistake by some old version, if it was not modified. (Closes: #353145)
  * Added code to preinst and postinst to handle upgrades from sarge.
    If /etc/udev/kernel-upgrade exists the kernel version check will be
    ignored and udevd will not be restarted.
  * Updated patch ifrename_wait_retry to the new version in Ubuntu, because
    the first one was totally broken.

 -- Marco d'Itri <md@linux.it>  Sun, 19 Feb 2006 15:00:46 +0100

udev (0.084-5) unstable; urgency=high

  * Removed again support for persistent disk names, because for some
    unknown reason it breaks the systems using ide-generic. (Closes: #352753)
  * Added patch initramfs_quiet to silence error messages from missing
    programs in RUN rules in the initramfs. (Closes: #352274)

 -- Marco d'Itri <md@linux.it>  Wed, 15 Feb 2006 18:37:14 +0100

udev (0.084-4) unstable; urgency=high

  * Copy all the /lib/udev/*_id programs to the initramfs to provide
    persistent names. (Closes: #351523)
  * Do not install hotplugd.rules in the initramfs. (Closes: #352274)
  * Install /etc/scsi_id.config to fix the persistent names of SATA drives.
    (Closes: #351606)
  * Print a warning when removing the package. (Closes: #351926)
  * New patch ifrename_wait_retry, from Ubuntu.
  * udev.rules, devfs.rules: added etherd/revalidate.

 -- Marco d'Itri <md@linux.it>  Sun, 12 Feb 2006 10:44:00 +0100

udev (0.084-3) unstable; urgency=high

  * Oops! Fixed the postinst code which checks if running chrooted.
    (Closes: #351486)
  * Fixed the postinst check for update-initramfs too.

 -- Marco d'Itri <md@linux.it>  Sun,  5 Feb 2006 14:21:23 +0100

udev (0.084-2) unstable; urgency=high

  * Conflict with hal << 0.5.6-2, which expect the subsystem passed as
    an argument to the helper program. (Closes: #350490)
  * permissions.rules: run cdrom_id only if DRIVER=="ide-cdrom|pcd", to
    work around brokeness in ide-cs causing events loops. (Closes: #350235)
  * Moved the /sbin/*_id programs to /lib/udev/ and added compatibility
    symlinks. Removed /sbin/ from the relevant RUN rules.
  * Do not start or stop udevd on upgrades in a chroot. (Closes: #351321)
  * Added a note to NEWS.Debian about modules loading order. (Closes: #350877)
  * Removed patch silence_exec_error.
  * permissions.rules: replaced inputdev.sh with a match on SYSFS{name}.

 -- Marco d'Itri <md@linux.it>  Sat,  4 Feb 2006 18:42:04 +0100

udev (0.084-1) unstable; urgency=high

  * New upstream release.
    + Fixes matching of sysfs attributes at multiple levels. (Closes: #350235)
  * Install udevsend(8). (Closes: #350610)

 -- Marco d'Itri <md@linux.it>  Tue, 31 Jan 2006 12:08:29 +0100

udev (0.083-1) unstable; urgency=medium

  * New upstream release.
    + Fixes double substitution in rules. (Closes: #350215)

 -- Marco d'Itri <md@linux.it>  Sat, 28 Jan 2006 11:05:06 +0100

udev (0.082-1) unstable; urgency=medium

  * New upstream release.
  * permissions.rules: added zaptel subsystem group dialout. (Closes: #349361)
  * README.Debian: added a note about NIS and LDAP. (Closes: #349509)
  * hotplug.rules: do not load sr_mod for type 3 (TYPE_PROCESSOR) devices
    and do not load sg for type 5 devices (TYPE_ROM).
  * net.agent: remove dummy* from the list of interfaces which generate
    events only after they have been brought up.

 -- Marco d'Itri <md@linux.it>  Thu, 26 Jan 2006 11:40:05 +0100

udev (0.081-1) unstable; urgency=medium

  * New upstream release.
    + Re-added support for %b-expansion. (Closes: #348087)

 -- Marco d'Itri <md@linux.it>  Sun, 15 Jan 2006 20:53:53 +0100

udev (0.080-1) unstable; urgency=medium

  * New upstream release.
  * Moved S04udev to S03udev. (Closes: #237056)

 -- Marco d'Itri <md@linux.it>  Thu, 12 Jan 2006 18:24:29 +0100

udev (0.079-080+1) experimental; urgency=low

  * 080 prerelease.
    + Fixes typos in udev(8). (Closes: #345107)
  * Fixed raid-devfs.sh for the busybox cat. (Closes: #343262)
  * Fixed udevsynthesize to deal with sysfs files with embedded spaces.
    (Closes: #344821)
  * Raised the dependency on libselinux1-dev to 1.28-1, which provides
    the matchpathcon_* functions.
  * permissions.rules: added an usb_device rule for iRiver music players.
  * Added vio.agent to the initramfs.
  * Added a note to README.Debian about hotplug removal. (Closes: #345123)

 -- Marco d'Itri <md@linux.it>  Mon,  9 Jan 2006 17:30:58 +0100

udev (0.079-1) unstable; urgency=medium

  * New upstream release. Removed merged patches:
    udev-lib-udev-path udev_root_override udevsend_ignore_seqnum.
  * permissions.rules: added a WAIT_FOR_SYSFS rule to fix MAC-based
    network interfaces renaming. (Closes: #343659)
  * preinst: run the upgrade procedures also when installing after a
    package removal without purge. (Closes: #344483)
  * preinst: use LC_COLLATE=C to fix grep. (Closes: #343601)
  * Stop including permissions.rules and inputdev.sh in the udeb.
    (Closes: #343263)
  * Added "DVB" to inputdev.sh. (Closes: #343228)

 -- Marco d'Itri <md@linux.it>  Fri, 23 Dec 2005 13:56:53 +0100

udev (0.076-6) unstable; urgency=high

  * Added Replaces: initramfs-tools <= 0.41. (Closes: 342902)

 -- Marco d'Itri <md@linux.it>  Sun, 11 Dec 2005 17:30:27 +0100

udev (0.076-5) unstable; urgency=medium

  * Merged the initramfs-tools hooks.
  * Restored forced loading of the input modules because input $MODALIAS
    support has not been merged yet.

 -- Marco d'Itri <md@linux.it>  Tue,  6 Dec 2005 20:48:46 +0100

udev (0.076-4) unstable; urgency=high

  * Always use --retry with start-stop-daemon --stop because udevd may not
    exit immediately when it receives a signal. (Closes: #341355, #341650)
  * Removed again input.agent, 2.6.15 kernels will have $MODALIAS support.
    For the same reason, udevsynthesize will not forcefully load the input
    drivers on kernels >= 2.6.15.
  * Removed patch hotplug_input_events since /sbin/udev does not exist
    anymore anyway.
  * New upstream patch udev-lib-udev-path to use /lib/udev/ as the default
    directory for commands without an explicit path in RUN rules.
    Updated the relevant rules files.

 -- Marco d'Itri <md@linux.it>  Sat,  3 Dec 2005 18:54:13 +0100

udev (0.076-3) unstable; urgency=high

  * Fix ide.agent for real, this time. (Closes: #341027)
  * Fix breakage in preinst when a new symlink already exists.
    (Closes: #341040)
  * Use %03i for the /dev/bus/usb/ devices.
  * Removed the PNP aliases for parport_pc, which now are provided by the
    kernel driver.

 -- Marco d'Itri <md@linux.it>  Mon, 28 Nov 2005 02:02:31 +0100

udev (0.076-2) unstable; urgency=medium

  * Correctly create /dev/.udev/ on upgrades. (Closes: #340782)

 -- Marco d'Itri <md@linux.it>  Sat, 26 Nov 2005 02:49:48 +0100

udev (0.076-1) unstable; urgency=medium

  * New upstream release.
  * Conflicts with initramfs-tools << 0.39. (Closes: #339569)
  * ide.agent: fixed support for devices beyond hdf. (Closes: #339982)
  * Rearranged the package scripts to kill/restart udevd only in postinst.
  * Unconditionally load the input *dev modules for kernels >= 2.6.15 too,
    to work around missing $MODALIAS support in the kernel and lack of a
    working input.agent script. (Closes: #340202)
  * Install hotplug.functions in the udeb. (Closes: #340100)
  * Added an input.agent script, not yet enabled.

 -- Marco d'Itri <md@linux.it>  Thu, 24 Nov 2005 20:54:23 +0100

udev (0.074-3) unstable; urgency=medium

  * Added an experimental udevsynthesize script to support kernels >= 2.6.15.
  * Made ide.agent wait for the /proc file. (Closes: #337023)

 -- Marco d'Itri <md@linux.it>  Sun, 13 Nov 2005 19:07:33 +0100

udev (0.074-2) unstable; urgency=high

  * Added patch err_reporting to make the udev_run_* helpers more quiet.
    (Closes: #338057)
  * Added /etc/modprobe.d/pnp-hotplug to work around missing aliases in
    some kernel modules.
  * Process links.conf even if the tmpfs was mounted in the initramfs.

 -- Marco d'Itri <md@linux.it>  Tue,  8 Nov 2005 17:00:10 +0100

udev (0.074-1) unstable; urgency=high

  * New upstream release.

 -- Marco d'Itri <md@linux.it>  Mon,  7 Nov 2005 18:33:24 +0100

udev (0.073-1) unstable; urgency=high

  * New upstream release.
    + Fixes udevd on systems without inotify support.
      (Closes: #337865, #337826)
  * Use start-stop-daemon --name instead of --exec to be sure to kill
    udevd in prerm. (Closes: #337881)
  * Added a note about network hotplugging to README.Debian.

 -- Marco d'Itri <md@linux.it>  Mon,  7 Nov 2005 01:44:39 +0100

udev (0.072-2) unstable; urgency=medium

  * New upstream release.
  * Make the /dev/bus/usb/ devices world readable. (Closes: #336768)
  * Added LSB headers to the init scripts. (Closes: #335310)
  * Raised the default timeout to 30 seconds. (Closes: #336189)
  * Moved files from /etc/udev/scripts/, /lib/hotplug/ and /sbin/ to
    /lib/udev/ for uniformity with other distributions.

 -- Marco d'Itri <md@linux.it>  Sat,  5 Nov 2005 20:43:26 +0100

udev (0.071-1) unstable; urgency=low

  * New upstream release.
    Removed the following patches which have been merged upstream:
    ata_id_nonblock, install_hotplugd, scsi_id_tmp.
  * Added patch udev-synthesize-waldi which implements full support for
    CCW devices in udevsynthesize. Provided by Bastian Blank.
  * devfs.rules, udev.rules: added semicolons after setting variables in
    shell script fragments to work around a dash bug. (Closes: #334179)
  * README.Debian: suggest to use CONFIG_PNP, CONFIG_PNPACPI and
    CONFIG_PNPBIOS too. (Closes: #334232)
  * permissions.rules: added fuse group fuse. (Closes: #334439)
  * Make executable the agent scripts in the udeb. (Closes: #334584)

 -- Marco d'Itri <md@linux.it>  Fri, 21 Oct 2005 16:39:05 +0200

udev (0.070-5) unstable; urgency=low

  * Actually use the $MODALIAS variable returned by the modalias_*
    scripts. This fixes serio on 2.6.12 and firewire support.
    (Closes: #333335, #333368)
  * permissions.rules: changed uverbs* and ucm* to group rdma.
    (Closes: #333204)
  * Added a vio.agent script to work around missing $MODALIAS support.
  * Made logger.agent log to /dev/hotplug.log by default.

 -- Marco d'Itri <md@linux.it>  Wed, 12 Oct 2005 19:38:34 +0200

udev (0.070-4) unstable; urgency=low

  * Force loading evdev and mousedev until the kernel input subsystem
    will be fixed. (Closes: #332898)
  * Fixed /etc/modprobe.d/display_class. (Closes: #332899, #332905)
  * Raised the udevd timeout to 8 seconds. (Closes: #332946)
  * permissions.rules: changed urandom to 666. (Closes: #332970)

 -- Marco d'Itri <md@linux.it>  Mon, 10 Oct 2005 19:04:58 +0200

udev (0.070-3) unstable; urgency=low

  * Added support for coldplug and merged the hotplug scripts left.
    Switched from udevstart to udevsynthesize. (Closes: #329226)
  * Rearranged the init script actions. (Closes: #294843)
  * Added conflicts with hotplug and with module-init-tools releases without
    support for /etc/hotplug/blacklist.d/.
  * New patch hotplug_input_events, from Ubuntu: runs the hotplug.d/
    scripts on $DEVPATH-less input events from the kernel. (See #328685.)
  * Removed from postinst and the init script an extra check for tmpfs
    brokeness in old kernels.
  * Removed support for upgrades from packages older than 0.046-1.

 -- Marco d'Itri <md@linux.it>  Sat,  8 Oct 2005 19:15:28 +0200

udev (0.070-2) unstable; urgency=medium

  * Oops! The upstream makefile of 0.070-1 installed udev_run_devd as
    udev_run_hotplugd, and this broke support for /etc/hotplug.d/.
    (Closes: #328094, #328556, #328567, #328570)

 -- Marco d'Itri <md@linux.it>  Fri, 16 Sep 2005 09:53:27 +0200

udev (0.070-1) unstable; urgency=medium

  * New upstream release.
    + Fixes firmware loader timeouts. (Closes: #328094)
    + Removes chassis_id and cdsymlinks.sh.
  * Manually start udevd in the init script. I do not why this works, but
    it fixes the problem with some devices not being created the first time
    udevstart is run. (Closes: #317333)
  * Made scsi_id create temporary files in /dev/. (Closes: #325976)
  * devfs.rules, udev.rules: replaced dvb.sh with inline shell code and
    ide-model.sh with ata_id.
  * hotplugd.rules: added support for a generic remover command.
  * permissions.rules: added tpm* tpm:tpm 0600.
  * cd-aliases.rules, permissions.rules: moved to permissions.rules the
    call to cdrom_id for IDE devices and the GROUP attribute setting.
  * Removed simple-cd-aliases.rules because it's not really different from
    the new cd-aliases.rules. Preinst will automatically replace the link,
    if present.
  * Removed again the dependency on coldplug.
  * Added an example vim syntax file for rules files.

 -- Marco d'Itri <md@linux.it>  Thu, 15 Sep 2005 13:18:01 +0200

udev (0.068-2) unstable; urgency=low

  * devfs.rules, udev.rules: added more infiniband devices. (Closes: #324250)
  * Installed /sbin/udevinitsend.
  * Made the package depend on coldplug | hotplug.

 -- Marco d'Itri <md@linux.it>  Mon, 22 Aug 2005 11:06:48 +0200

udev (0.068-1) unstable; urgency=low

  * New upstream release. Fixes:
    + PROGRAM. (Closes: #321276, #323263, #323282, #323369)
    + vol_id crashes. (Closes: #322205)

 -- Marco d'Itri <md@linux.it>  Thu, 18 Aug 2005 18:50:15 +0200

udev (0.067-1) unstable; urgency=low

  * New upstream release.
  * Added again patch scsi_id_tmp to make scsi_id create its temporary
    device nodes in /dev instead of /tmp.
  * Updated patch enable_after_udev to correctly disable devices removal too.

 -- Marco d'Itri <md@linux.it>  Sun, 14 Aug 2005 04:29:45 +0200

udev (0.066-1) unstable; urgency=low

  * New upstream release.
  * permissions.rules: added support for partitioned removable devices.
    (Closes: #321642)
  * Fixed scsi-devfs.sh to not print error messages if there are no IDE
    devices. (Closes: #321296)
  * Build the udeb by default and include ide-model.sh. (Closes: #322476)
  * Replaced cdsymlinks.sh with cdrom_id.
  * Install by default persistent.rules.

 -- Marco d'Itri <md@linux.it>  Fri, 12 Aug 2005 19:35:26 +0200

udev (0.065-1) unstable; urgency=medium

  * New upstream release.
  * Added a missing slash to make_extra_nodes(). (Closes: #320776)
  * Added a persistent.rules file, not installed by default.

 -- Marco d'Itri <md@linux.it>  Wed,  3 Aug 2005 16:46:13 +0200

udev (0.064-1) unstable; urgency=medium

  * New upstream release.
  * Use umount -n in the init script. (Closes: #318954)
  * Updated the enable_after_udev patch, behaviour when udev is disabled
    is untested.
  * Switched the init script to lsb-base.

 -- Marco d'Itri <md@linux.it>  Sun, 31 Jul 2005 20:57:35 +0200

udev (0.063-1) unstable; urgency=low

  * New upstream release.
  * Always create .udevdb in the init script, to make the enable_after_udev
    patch work. Many thanks to Kay Sievers for the invaluable debugging tips.
    (Closes: #317333, #317639, #318334)
  * Do not build the udeb with selinux support. (Closes: #318115)

 -- Marco d'Itri <md@linux.it>  Fri, 15 Jul 2005 23:37:29 +0200

udev (0.062-4) unstable; urgency=low

  * Oops. *Really* refuse to be installed when the running kernel is older
    than 2.6.12. This will only affect upgrades from versions earlier
    than 0.060. (Closes: #317720)

 -- Marco d'Itri <md@linux.it>  Mon, 11 Jul 2005 10:01:22 +0200

udev (0.062-3) unstable; urgency=low

  * Refuse to be installed when the running kernel is older than 2.6.12.
  * Remove spurious files upstream/patches/* in the unpack target to fix
    a FTBFS bug.

 -- Marco d'Itri <md@linux.it>  Sun, 10 Jul 2005 15:02:43 +0200

udev (0.062-1) unstable; urgency=low

  * New upstream release.
  * Removed patch add_firmwares_timeout.
  * Use a second opmitized build for the .udeb package.
    (Thanks to Jeff Bailey who fixed lndir.sh.)

 -- Marco d'Itri <md@linux.it>  Sat,  9 Jul 2005 00:07:08 +0200

udev (0.060-1) unstable; urgency=low

  * New upstream release. (Closes: #310960, #316478)
  * Priority raised to optional.
  * Enabled SELinux support.
  * Added rules for ieee1394 devices.

 -- Marco d'Itri <md@linux.it>  Sun,  3 Jul 2005 18:59:19 +0200

udev (0.056-3) unstable; urgency=high
 
  * Use group lp for USB printers. (Closes: #309091)
  * Use group dialout for sl-modem devices. (Closes: #308488)
  * Fix support for more than 9 partitions in removable.sh. (Closes: #306400)
  * Mount the tmpfs from "tmpfs" instead of "none". (Closes: #307199)
 
 -- Marco d'Itri <md@linux.it>  Sun, 29 May 2005 19:29:30 +0200

udev (0.056-2) unstable; urgency=medium

  * Made the init script not fail if links.conf does not exist.
    (Closes: #301525)
  * Added RELEASE-NOTES to the documentation. (Closes: #301766)
  * devfs.rules, udev.rules: fixed the ZIP drives hack. (Closes: #303133)
  * Added patch add_firmwares_timeout: workaround for kernels with no
    TIMEOUT support, which break the firmware events of some drivers.
    (Closes: #302990)
  * Moved all permissions-related rules to permissions.rules, installed
    by default on upgrade.

 -- Marco d'Itri <md@linux.it>  Sat,  9 Apr 2005 14:44:10 +0200

udev (0.056-1) unstable; urgency=medium

  * New upstream release.
  * Improve warn_if_interactive() in the init script. (Closes: #299827)
  * Stop adding by default /dev/.static/dev/ to mtab to silence df.
    (Closes: #300435)
  * Use /etc/udev/ instead of /tmp/ as the temporary mount point in
    the init script. (Closes: #300705)

 -- Marco d'Itri <md@linux.it>  Mon, 21 Mar 2005 14:56:51 +0100

udev (0.054-3) unstable; urgency=high

  * Do not use udevsend as the hotplug multiplexer on kernels < 2.6.10
    because they generate out of order hotplug events.
  * Use /dev/.static/dev/ instead of /.dev/ to keep the root clean and
    to not leave around devices with possibly insecure permissions.
    This requires raising the versioned dependency on makedev to 2.3.1-77.
    (Closes: #294968)
  * Added upstream patch udev-segfault-DRIVER.patch to fix a segfault when
    matching a non-initialized DRIVER. (Closes: #298192)
  * devfs.rules, udev.rules: added the AOE character devices.

 -- Marco d'Itri <md@linux.it>  Tue, 15 Mar 2005 11:55:38 +0100

udev (0.054-2) unstable; urgency=high

  * udev.rules: fixed the device name for raw parport devices.
  * devfs.rules, udev.rules: try a different approach to setting permissions
    for SCSI devices, by checking SYSFS{type}. Also detect sg devices used
    by scanners and use the scanner group. (Closes: #297755)

 -- Marco d'Itri <md@linux.it>  Sat,  5 Mar 2005 14:50:29 +0100

udev (0.054-1) unstable; urgency=high

  * New upstream release.
  * Fix postinst to run udevstart on the right directory at install time.
    (Closes: #296776, #296975)
  * Use udevsend as the hotplug multiplexer and depend on hotplug
    >= 0.0.20040329-17 to be sure that it will not be changed back by
    its init script.
  * Raised the tmpfs default size to 10 MB, because Alpha has 8 KB pages.
    (Closes: #295087)
  * Added raid-devfs.sh to udev-udeb. (Closes: #295634)
  * devfs.rules, udev.rules: set group lp for raw parport and USB printer
    devices. (Closes: #296256, #296276)
  * Added an ide-model.sh init script to deal with partitions of Zip drives.
    (Closes: #295369)

 -- Marco d'Itri <md@linux.it>  Sat, 26 Feb 2005 13:41:16 +0100

udev (0.053-1) unstable; urgency=medium

  * New upstream release.
  * Removed patches cdsymlinks_numeric (merged upstream) and scsi_id_tmp
    (not needed anymore).
  * Added some documentation to the init script for the benefit of people
    who run commands without understanding their consequences. With the
    same rationale, added some code which prints a scary message if the
    script is started from an interactive shell.
  * Added to the init script a check for the $UDEV_DISABLED variable,
    which may be set on the kernel command line to easily disable udev.
  * Do not start udev from postinst when installing in a chroot.
  * Added to postinst yet another check for missing tmpfs. (Closes: #294575)
  * CAPI devices now are owned by group dialout, per policy.
  * Documented in README.Debian that the md RAID devices may not work.
  * Updated the cdsymlinks script with a patch from the author.

 -- Marco d'Itri <md@linux.it>  Sat, 12 Feb 2005 19:39:53 +0100

udev (0.051-1) unstable; urgency=low

  * New upstream release.
  * Removed patch ignore_tmpfs_size_option, not needed anymore.
  * Updated the rules files to include permissions.
    The permissions files do not exist anymore.
  * devfs.rules, udev.rules: added infiniband/* devices. (Closes: #293493)
  * Fixed the Iomega ZIP rule. (See #289525)
  * Stop creating dummy /dev/.udev.tdb.

 -- Marco d'Itri <md@linux.it>  Sat,  5 Feb 2005 13:36:15 +0100

udev (0.050-6) unstable; urgency=high

  * Do not check the kernel version in preinst if udev is not already
    active. (Closes: #292829)

 -- Marco d'Itri <md@linux.it>  Sun, 30 Jan 2005 18:10:16 +0100

udev (0.050-5) unstable; urgency=high

  * Fixed broken upgrade test in postinst enable_udev(). (Closes: #290968)
  * compat.rules: fixed the fix for #288932. (Closes: #289505)
  * devfs.rules, udev.rules: added the all_partitions workaround for
    ZIP drives. (Closes: #289525)

 -- Marco d'Itri <md@linux.it>  Tue, 18 Jan 2005 18:39:54 +0100

udev (0.050-4) unstable; urgency=high

  * Create /dev/shm/ in postinst, because it may be missing on systems
    which had devfs installed.
  * Improved the code in postinst which determines the naming scheme to
    detect devfs-like names on non-devfs systems. (Closes: #288308)
  * Improved enable_udev() in postinst to make sure that it does not try
    to mount a second tmpfs when upgrading from pre-.udevdb releases.
    (Closes: #288775)
  * compat.rules: create symlinks also for secondary audio, dsp and
    mixer devices. (Closes: #288932)
  * cdsymlinks.sh: fixed the NUMBERED_LINKS=0 case. (Closes: #288635)

 -- Marco d'Itri <md@linux.it>  Fri,  7 Jan 2005 12:09:04 +0100

udev (0.050-3) unstable; urgency=high

  * Fixed the regexp in preinst which caused cd-aliases.rules to not be
    enabled on upgrades. (Closes: #287225)
  * Included scsi_id.config as an example. (Closes: #287959)
  * Modified postinst and the init script to fail gracefully if the kernel
    mounts a non-working tmpfs. (Closes: #288043)
  * Added patch scsi_id_tmp: makes scsi_id create its temporary devices in
    /dev instead of /tmp, which is read only when udevstart is run.
    (Closes: #287959)

 -- Marco d'Itri <md@linux.it>  Sat,  1 Jan 2005 23:57:26 +0100

udev (0.050-2) unstable; urgency=medium

  * Do not try to enable udev in postinst without a supported kernel.
    (Closes: #287146)

 -- Marco d'Itri <md@linux.it>  Sat, 25 Dec 2004 01:50:03 +0100

udev (0.050-1) unstable; urgency=medium

  * Added code to postinst to enable udev without rebooting.
  * Stop trying to automatically restore the old /dev on removal, it cannot
    made work.
  * Fixed the init script to correctly recognize 2.6.1* kernels.
    (Closes: #286188)
  * Refuse to upgrade if the running kernel is too old. (Closes: #286530)
  * Removed the scary warning about upgrades from devfs and all debconf code.
  * New patch enable_after_udev disables udev if /dev/.udevdb/ does not exist.
  * Fixed raid-devfs.sh and added support for Mylex controllers, courtesy
    of Piotr Roszatycki. (Closes: #285066, #286809)
  * Manually mount /proc before udevstart is run, because some scripts need
    it. Stop running mountvirtfs, which is started again later anyway.

 -- Marco d'Itri <md@linux.it>  Fri, 24 Dec 2004 13:46:13 +0100

udev (0.048-3) unstable; urgency=medium

  * devfs.rules: added support for /dev/{cciss,ida}/*. (Closes: #285066)
  * New patch check_null_directory fixes core dump on amd64. (Closes: #285281)
  * Improved the init script check for old kernels. (Closes: #285443)
  * Depend on sed >= 3.95. (Closes: #285511)
  * udev.permissions: fixed the inotify path.

 -- Marco d'Itri <md@linux.it>  Wed, 15 Dec 2004 21:32:22 +0100

udev (0.048-2) unstable; urgency=high

  * Fixed again #283758, this time for real.

 -- Marco d'Itri <md@linux.it>  Thu,  9 Dec 2004 19:27:45 +0100

udev (0.048-1) unstable; urgency=medium

  * New upstream release.
  * devfs.rules, udev.rules: added Zaptel rules. (Closes: #284695)
  * Made the init script fail if the system is running a kernel older
    than 2.6.8. (Closes: #284782)
  * Updated the udevtest-all script. (Closes: #284774)
  * New patch no_strip builds unstripped executables with debugging symbols.
  * Added a reportbug script.

 -- Marco d'Itri <md@linux.it>  Thu,  9 Dec 2004 18:10:32 +0100

udev (0.046-6) unstable; urgency=high

  * Fixed preinst failure. (Closes: #284367, #284399)
  * devfs.rules, udev.rules: added usb/cpad[0-9]*. (Closes: #284392)
  * compat-full.rules: added ttyUSB[0-9]*. (Closes: #284264)
  * Added a reportbug presubj file.
  * High priority, because 0.046-5 fails to install and anyway it's
    about time 046 moves to sarge.

 -- Marco d'Itri <md@linux.it>  Mon,  6 Dec 2004 11:58:10 +0100

udev (0.046-5) unstable; urgency=medium

  * Make sure to create the default symlinks at install time even if some
    other package already created a symlink for its own rules file.
    (Closes: #283758)
  * Added a note to README.Debian about sg nodes. (Closes: #271589)
  * udev.rules, devfs.rules: fixed the names of the ALSA midi devices.
    (Closes: #283527)
  * Moved the rules using cdsymlinks.sh from udev.rules and compat.rules
    to a new file cd-aliases.rules.
    Added some code to preinst to automatically enable it at upgrade time.
  * Cleaned up the rules which deal with CD devices.
  * Removed from preinst the code needed to upgrade package versions older
    than 0.024-9.

 -- Marco d'Itri <md@linux.it>  Sat,  4 Dec 2004 14:49:44 +0100

udev (0.046-4) unstable; urgency=medium

  * Really move the scripts to /etc/udev/scripts/. (Closes: #283343)
  * New upstream patch: fix_interfaces_renaming. (Closes: #283144)
  * Deal with /etc/udev/rules.d/ being empty in postrm. (Closes: #283322)

 -- Marco d'Itri <md@linux.it>  Sun, 28 Nov 2004 19:12:40 +0100

udev (0.046-3) unstable; urgency=medium

  * Fixed and improved /etc/init.d/udev-mtab. (Closes: #283118)

 -- Marco d'Itri <md@linux.it>  Fri, 26 Nov 2004 18:32:04 +0100

udev (0.046-2) unstable; urgency=medium

  * Run udevstart at upgrade time only if udev.tdb exists. (Closes: #282310)
  * Install a new init script udev-mtab to update /etc/mtab. (Closes: #282455)
  * Raised the default size of the tmpfs to 5 MB. (Closes: #282518)
  * New patch ignore_tmpfs_size_option makes udev ignore the tmpfs_size
    option in udev.conf.
  * New patch devname.patch, from CVS.
  * udev.rules: sr* devices are renamed to scd*, with a compatibility symlink.
  * udev.rules, compat.rules: use cdsymlinks.sh for all kinds of cdrom drives.
    (Closes: #282348)
  * Added to debian/rules some code to build udev-udeb, currently disabled.
  * Moved all scripts to /etc/udev/scripts/.
  * Fixed postrm to not fail if /.dev/ is not present. (Closes: #283068)

 -- Marco d'Itri <md@linux.it>  Fri, 26 Nov 2004 13:21:38 +0100

udev (0.046-1) unstable; urgency=medium

  * New upstream release.
  * links.conf: manually create /dev/net/tun too.
  * Try to mount --move /.dev/ over /dev/ on package removal.
  * Always use mount -n in the init script. (Closes: #281921)
  * Add a man page for wait_for_sysfs. (Closes: #281239)

 -- Marco d'Itri <md@linux.it>  Sat, 20 Nov 2004 15:44:01 +0100

udev (0.042-1) unstable; urgency=medium

  * New upstream release.
  * Point out again in README.Debian that rules files end in ".rules".
    (Closes: #277920)
  * devfs.rules, devfs.rules, udev.permissions: added pktcdvd/control.
    (Closes: #278600)
  * udev.permissions: added sonypi, misc/inotify.
  * links.conf: manually create /dev/loop/0 and /dev/ppp, because their
    drivers cannot be autoprobed in any way.
    Please do not request to add other devices to the list.

 -- Marco d'Itri <md@linux.it>  Sat, 30 Oct 2004 12:54:28 +0200

udev (0.040-1) unstable; urgency=medium

  * New upstream release.
    + Removed patch hotplug.dev_exec, merged upstream.
  * devfs.rules, udev.rules, udev.permissions: moved pktcdvd* to pktcdvd/,
    as requested by the udftools maintainer. (Closes: #274110)
  * scsi-devfs.sh: create .../disc instead of .../disk. (Closes: #276484)
  * Added a workaround to mount the tmpfs even if .udev.tdb exists in the
    static /dev/ directory.

 -- Marco d'Itri <md@linux.it>  Fri, 22 Oct 2004 16:36:57 +0200

udev (0.034-1) unstable; urgency=medium

  * New upstream release.
    + Removed patch udev-whitespace-bug-01.patch, merged upstream.
  * New debconf translation: nl. (Closes: #274895)
  * udev.permissions: made /dev/mouse*, /dev/input/mouse* and /dev/input/mice
    mode 600. (Closes: #275392)
  * udev.rules: fixed errors in the sg and DVB rules. (Closes: #275469)

 -- Marco d'Itri <md@linux.it>  Sat,  9 Oct 2004 14:50:22 +0200

udev (0.032-2) unstable; urgency=medium

  * Fixed postrm failure. (Closes: #274272)
  * Added support for DVB devices. (Closes: #274335)
  * Added partial support for an alternative mount point.

 -- Marco d'Itri <md@linux.it>  Sun,  3 Oct 2004 12:32:48 +0200

udev (0.032-1) unstable; urgency=medium

  * New upstream release.
    + Removed patch udevstart-fix-01.patch, merged upstream.
  * Delete rules.d/ symlinks in postrm. (Closes: #271570)
  * Fixed a variable name in cdsymlinks.conf. (Closes: #271656)
  * Make preinst not fail if start-stop-daemon --stop fails. (Closes: #273098)
  * Make inputdev.sh accept an optional keywords regexp. (Closes: #272434)
  * udev.permissions: removed djs* because it's obsolete. (Closes: #272188)
  * devfs.rules: fixed the "hd[a-z]*" pattern. (Closes: #271723)

 -- Marco d'Itri <md@linux.it>  Thu, 30 Sep 2004 16:12:59 +0200

udev (0.031-2) unstable; urgency=high

  * New patch udevstart-fix-01.patch fixes %-arguments passed to PROGRAMs.
    (Closes: #271372)
  * Added simple-cd-aliases.rules, not enabled by default.
  * Added a note to README.Debian about timestamps and non-UTC system
    clocks. (Closes: #259697)

 -- Marco d'Itri <md@linux.it>  Mon, 13 Sep 2004 10:03:23 +0200

udev (0.031-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + At boot time, create the mem devices before the others. (Closes: #258590)
  * Run mountvirtfs in the init script, just to be sure. (See #258214)
  * Updated cdsymlinks.sh, courtesy of Darren Salt. (Closes: #247179, #255150)
  * scsi-devfs.sh: added support for nst* devices. (Closes: #266419)
  * Fix installation of compat-full.rules in postinst. (Closes: #261559)
  * udev.permissions: made /dev/input/js* and /dev/input/mouse* world
    readable and /dev/input/mice world writeable. (Closes: #260941)
  * udev.permissions: made /dev/usb/legousbtower world writeable.
    (Closes: #265987)
  * udev.rules, devfs.rules: added /dev/cpu/*/. (Closes: #265922)
  * udev.rules, devfs.rules: fixed some wildcards. (Closes: #269707)
  * udev.rules, devfs.rules: added /dev/input/uinput. (Closes: #270446)
  * New script inputdev.sh to support different permissions for some
    input events devicse, by Darren Salt. (Closes: #265799)

 -- Marco d'Itri <md@linux.it>  Sun, 12 Sep 2004 20:11:57 +0200

udev (0.030-1) unstable; urgency=medium

  * New upstream release.
  * New debconf translation: de. (Closes: #254545)
  * rtc: 660 => 664
  * input/*: 644 => 600 (Closes: #257165)

 -- Marco d'Itri <md@linux.it>  Sun, 11 Jul 2004 16:59:49 +0200

udev (0.026-1) unstable; urgency=medium

  * New upstream release. (Closes: #251566)
  * udev_dbus and udev_selinux have been removed. (Closes: #243429)
  * udev.permissions: added pktcdvd[0-9]*. (Closes: #252383)
  * Depending on initscripts >= 2.85-16 allows to simplify the init script.
  * Removed patches devfs.sh-ide-floppy, devnode_to_devname.patch and
    extras_no_logging which have been merged upstream.

 -- Marco d'Itri <md@linux.it>  Tue,  8 Jun 2004 11:27:54 +0200

udev (0.024-9) unstable; urgency=low

  * Removed MAKEDEV-wrapper and Depend on makedev > 2.3.1-70. (Closes: #245441)
  * /etc/udev/.dev/ moved to /.dev/. (Closes: #246592)
    If you do not want to see it anyway, just rmdir it.
    You will have to manually remove /etc/udev/.dev/ after the next reboot.
    You want to reboot soon anyway because MAKEDEV has been updated to look
    for the new directory.
  * Added a script to create by default a /dev/cdrom symlink, courtesy of
    Michal Čihař. (Closes: #247179)
  * Added Japanese debconf template translation. (Closes: #245434)
  * Add /dev/misc/nvram to devfs.rules. (Closes: #246125)
  * Fixed the group of /dev/fb*. (Closes: #246011)
  * When installing on a devfs system enable compat-full.rules if
    /dev/tty1 exists. (Closes: #251146)
  * Removed support for $udev_root from the init script. (Closes: #249183)
  * Do not start udev if the kernel lacks tmpfs support. (Closes: #250476)
  * Make the nvram device g+rw and owned by group nvram.

 -- Marco d'Itri <md@linux.it>  Fri, 28 May 2004 20:32:19 +0200

udev (0.024-7) unstable; urgency=high

  * Fixed the permissions of /dev. (Closes: #245073)
  * Added Czech debconf template translation. (Closes: #244423)
  * Minor preinst improvements. (Closes: #245154)
  * Fixed the permissions of /dev/st*. (Closes: #244239)
  * Added rules for the tun/tap devices. (Closes: #244025)
  * Moved the permissions file to /etc/udev/permissions.d/. (Closes: #243949)

 -- Marco d'Itri <md@linux.it>  Thu, 22 Apr 2004 01:53:33 +0200

udev (0.024-6) unstable; urgency=high

  * Make postinst detect correctly if dbus is installed. (Closes: #243817)

 -- Marco d'Itri <md@linux.it>  Thu, 15 Apr 2004 19:36:49 +0200

udev (0.024-5) unstable; urgency=medium

  * Ignore broken links when updating /etc/udev/rules.d/. (Closes: #243249)
  * Use invoke-rc.d to restart d-bus. (Closes: #243336)
  * If devfs is being used, use devfs-style names by default. (Closes: #243164)
  * Added support for IDE floppy drives. (Closes: #243093)
  * Added French debconf template translation. (Closes: #242890)
  * Conflict with lvm-common < 1.5.13. (Closes: #236346)
  * Let's try to only Recommend dbus and see what happens. (Closes: #240500)

 -- Marco d'Itri <md@linux.it>  Wed, 14 Apr 2004 14:44:43 +0200

udev (0.024-4) unstable; urgency=high

  * Fix the names of USB printers. (Closes: #242512)
  * Added a new rules file compat-full.rules. (Closes: #241364)
  * udev-devfs.rules and udev-compat.rules have been renamed, the preinst
    script tries to fix the /etc/udev/rules.d/ symlinks, if any exists.
    It cannot recognize some corner cases, so please check your system
    after the upgrade.

 -- Marco d'Itri <md@linux.it>  Thu,  8 Apr 2004 02:07:43 +0200

udev (0.024-3) unstable; urgency=high

  * Fixed SCSI CD names in udev.rules. (Closes: #242443)

 -- Marco d'Itri <md@linux.it>  Tue,  6 Apr 2004 20:43:40 +0200

udev (0.024-2) unstable; urgency=high

  * New patch devnode_to_devname.patch to fix broken udev_dbus,
    courtesy of Sjoerd Simons. (Closes: #242283, #242374)
  * Added rules to set the permissions of rfcomm[0-9]* and hd[a-s].
    (Closes: #242306)
  * New debconf template: pt_BR. (Closes: #242089)
  * Read the permissions of /dev/pts/ from /etc/defaults/devpts.
    (Closes: #242054)

 -- Marco d'Itri <md@linux.it>  Tue,  6 Apr 2004 18:21:30 +0200

udev (0.024-1) unstable; urgency=high

  * New upstream release.
    "high" urgency because the package currently in testing sucks too much.
  * Removed patch ide-devfs_fix_no_media, which has been merged upstream.
  * Clarify README.Debian. (Closes: #241318)

 -- Marco d'Itri <md@linux.it>  Sat,  3 Apr 2004 14:23:09 +0200

udev (0.023-3) unstable; urgency=medium

  * Changed again the default rules source: now udev.conf will default to
    reading all files in /etc/udev/rules.d/. If the directory is empty,
    postinst will create in it a symlink to ../udev.rules.
    Please double check that it's the rules set you really want to use.
  * Depends on libselinux1-dev. (Closes: #240755)
  * Fixed the permissions of /dev/rtc. (Closes: #240905)
  * Let's try moving /sbin/udev_dbus to /usr/sbin/. (See #240500)

 -- Marco d'Itri <md@linux.it>  Wed, 31 Mar 2004 17:18:51 +0200

udev (0.023-2) unstable; urgency=medium

  * Fixed cdrom group permissions. (Closes: #240521)
  * Fixed symlinks in /etc/dev.d/. (Closes: #240517)
  * Allow db_input calls to fail. (Closes: #240520)

 -- Marco d'Itri <md@linux.it>  Sun, 28 Mar 2004 19:16:59 +0200

udev (0.023-1) unstable; urgency=medium

  * New upstream release.
  * Enabled SE Linux support. Untested.
  * I wonder if I should make the package not depend on the dbus and
    selinux libraries, as they are only used by the little programs
    in /etc/dev.d/. I encourage comments.
  * New patch extras_no_logging: needed to make the dbus and selinux
    helpers compile. Side effect: disables logging for them.
  * Removed patch udev022_namedev_symlink_fix.patch, merged upstream.
  * Removed patch run_usr_sbin_udev which is not needed anymore.
  * Use tmpfs instead of ramfs. (Closes: #239941)
  * Use debconf to print the reboot notice and a warning for devfs users,
    patch courtesy of Scott Robinson <scott@tranzoa.com>. (Closes: #240291)
  * Make sure that all cdrom drives are recognized in udev.rules.
    (Closes: #239877)
  * Make sg* devices of CD drives owned by the cdrom group. (Closes: #240315)
  * Modified the init script to unmount /dev/pts and remount it on the
    tmpfs.

 -- Marco d'Itri <md@linux.it>  Sat, 27 Mar 2004 14:49:37 +0100

udev (0.022-1) unstable; urgency=medium

  * The "millions of flies cannot be wrong" release.
  * Switched the default /dev layout to traditional style.
    (Closes: #237482, #237484)
  * Removed the patches udevstart_no_retval and strip_trailing_blanks
    because they have been merged upstream.
  * New patch run_usr_sbin_udev: first try to run /usr/sbin/udev and then
    /sbin/udev if the first does not exist. This is useful to support
    D-BUS without moving all the related libraries in /lib.
  * New patch udev022_namedev_symlink_fix.patch, upstream bugfix.
  * Make the MAKEDEV wrapper smarter by checking if something has really
    been mounted over /etc/udev/.dev.
  * Depends on sysvinit (>= 2.85-10) to use the already mounted /proc
    and /sys.
  * Limit the /dev ramfs size to 1 MB, I hope this will be enough for
    any reasonable system.
  * Cleaned up the init script. (Closes: #237243)
  * New patch ide-devfs_fix_no_media: make ide-devfs.sh check if
    /proc/ide/*/media really exists before using it.
  * Updated udev.rules and udev.permissions.
    (Closes: #236708, #236602, #237478)
  * Added partial and untested support for SCSI tapes to scsi-devfs.sh.
    (Closes: #238825)

 -- Marco d'Itri <md@linux.it>  Sun, 21 Mar 2004 13:31:02 +0100

udev (0.021-1) unstable; urgency=medium

  * New upstream release.
  * New patch udevstart_no_retval makes udevsend always return success.
  * New patch strip_trailing_blanks makes comparisons of sysfs fields
    ignore trailing blanks.
  * Removed patches fix_expr, man-dashes.diff, no_error_on_enoent,
    udev019_symlink.patch because they have been merged upstream.

 -- Marco d'Itri <md@linux.it>  Thu,  4 Mar 2004 02:25:35 +0100

udev (0.019-3) unstable; urgency=low

  * Initial release. (Closes: #221915)
  * kill udevd on upgrade.
  * Removed support for multiple files in $udev_rules, now all files matching
    /etc/udev/*.rules will be parsed.
  * Make the ide/*/cd devices owned by cdrom group.
  * Added default aliases for ttyN, ttySN and lpN.
  * New patch: man-dashes.diff, fixes unescaped dashes in the man pages
    (by Philipp Matthias Hahn).
  * Added an updated scsi-devfs.sh from Daniel Mueller <danm@gmx.li>.

 -- Marco d'Itri <md@linux.it>  Tue,  2 Mar 2004 19:37:30 +0100
