~ubuntu-branches/ubuntu/jaunty/udev/jaunty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-02-20 13:37:24 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090220133724-8c3wrv9pviayz2pw
Tags: 138-1
* New upstream release:
  - Block device nodes watched with inotify for changes and
    /dev/disk/by-{uuid,label} updated automatically.
  - Loop devices now get persistent disk links too.

* Apply NAME rules when string_escape=none.  LP: #325690.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([udev],
2
 
        [137],
 
2
        [138],
3
3
        [linux-hotplug@vger.kernel.org])
4
4
AC_PREREQ(2.60)
5
5
AC_CONFIG_SRCDIR([udev/udevd.c])
23
23
 
24
24
dnl /* libvolume_id version */
25
25
VOLID_LT_CURRENT=1
26
 
VOLID_LT_REVISION=8
 
26
VOLID_LT_REVISION=9
27
27
VOLID_LT_AGE=0
28
28
AC_SUBST(VOLID_LT_CURRENT)
29
29
AC_SUBST(VOLID_LT_REVISION)