Change log for lvm2 package in Ubuntu

76150 of 161 results
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
lvm2 (2.02.98-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this.
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add Depends on watershed-udeb in lvm2-udeb for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
        - In libdevmapper-event1.02.1 add Breaks: dmeventd
          (<< 2.02.95-4ubuntu1) due to debian symbol rename
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
        - continue to build clvm support.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - remaining changes to upstream event manager packages (Debian bug 514706):
      - debian/rules:
        - enable dmeventd during configure.
      - debian/dmeventd.{8,manpages}: install dmeventd files.
    - rename debian/clvm.defaults to debian/clvm.default so it is installed
      correctly.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
      executable.  When the Ubuntu-specific ones are added with a patch,
      they may lose their executable bit.
    - Add and install clvmd resource agent
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
      works.
    - debian/{clvmd.ra,clvm.init}:
      - create /run/lvm if it doesn't exist.
    - debian/clvm.init:
      - exit 3 if not running on status action.
    - Call dh_installman so that our dmeventd manpage actually gets installed
    - Install the missing fsadm manpage.
    - Complete libdevmapper-dev multiarch:
      - move .so symlinks and pkgconfig files to multiarched locations.
      - mark libdevmapper-dev M-A: same

  * Dropped changes, applied upstream:
    - Update Micron PCIe SSD and other device-types to latest available.
    - Cherry pick from upstream, remove unsupported udev_get_dev_path() call.
    - Move thin check to global section.

Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
lvm2 (2.02.66-4ubuntu7.3) precise; urgency=low

  * Add more supported device-types (Micon PCIe SSD and others).
    (LP: #1122445)
 -- Dmitrijs Ledkovs <email address hidden>   Thu, 14 Mar 2013 21:45:46 +0000
Obsolete in quantal-updates
Deleted in quantal-proposed (Reason: moved to -updates)
lvm2 (2.02.95-4ubuntu1.1) quantal; urgency=low

  * Add more supported device-types (Micon PCIe SSD and others).
    (LP: #1122445)
 -- Dmitrijs Ledkovs <email address hidden>   Thu, 14 Mar 2013 21:42:40 +0000
Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
lvm2 (2.02.95-6ubuntu4) raring; urgency=low

  * Actually just update all device-types to latest available. (LP: #1122445)
 -- Dmitrijs Ledkovs <email address hidden>   Thu, 14 Mar 2013 15:03:49 +0000
Superseded in raring-proposed
lvm2 (2.02.95-6ubuntu3) raring; urgency=low

  * Add Micron PCIe SSD devices filter (LP: #1122445)

Superseded in raring-proposed
lvm2 (2.02.95-6ubuntu2) raring; urgency=low

  * Add upstream-drop-udev_get_dev_path.patch: Remove udev_get_dev_path()
    libudev call, as this is unsupported in libudev1. Backported from upstream
    git.
 -- Martin Pitt <email address hidden>   Tue, 12 Mar 2013 07:54:19 +0100
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
lvm2 (2.02.95-6ubuntu1) raring; urgency=low

  [ Neil Wilson ]
  * Use upstream dmeventd.8 manpage (LP: #1076304)
  * debian/patches/1075994_move_thin_check_executable_to_proper_section.
    patch:
    - put thin_check_executable in the 'global' section
    - look for thin_check in /usr/sbin (LP: #1075994)

  [ Dmitrijs Ledkovs ]
  * Revert drop of clvm support. Still to be supported in ubuntu.
  * All other changes as in -5ubuntu1.

Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
lvm2 (2.02.66-4ubuntu7.2) precise; urgency=low

  * Honour monitoring=1 config option in /etc/lvm/lvm.conf when using
    clustered VGs (LP: #833368).

  * /etc/init.d/clvm status now exits with code 3, if clvm is not running,
    as per LSB specification. (LP: #988881)
 -- Dmitrijs Ledkovs <email address hidden>   Wed, 06 Feb 2013 10:34:32 +0000
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
lvm2 (2.02.95-5ubuntu1) raring; urgency=low

  * Merge from Debian unstable, remaining changes (LP: #1082325):
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this.
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add Depends on watershed-udeb in lvm2-udeb for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
        - In libdevmapper-event1.02.1 add Breaks: dmeventd
          (<< 2.02.95-4ubuntu1) due to debian symbol rename
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - remaining changes to upstream event manager packages (Debian bug 514706):
      - debian/rules:
        - enable dmeventd during configure.
      - debian/dmeventd.{8,manpages}: install dmeventd files.
    - rename debian/clvm.defaults to debian/clvm.default so it is installed
      correctly.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
      executable.  When the Ubuntu-specific ones are added with a patch,
      they may lose their executable bit.
    - Add and install clvmd resource agent
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
      works.
    - debian/{clvmd.ra,clvm.init}:
      - create /run/lvm if it doesn't exist.
    - debian/clvm.init:
      - exit 3 if not running on status action.
    - Call dh_installman so that our dmeventd manpage actually gets installed
    - Install the missing fsadm manpage.
    - Complete libdevmapper-dev multiarch:
      - move .so symlinks and pkgconfig files to multiarched locations.
      - mark libdevmapper-dev M-A: same

  * Dropped changes debian/lvm2.{preinst,postinst,postrm}, not needed in Raring:
    - Implement removal of obsolete /etc/init.d/lvm2 conffile, which
      should not have been re-introduced in Quantal.

Superseded in raring-release
Obsolete in quantal-release
lvm2 (2.02.95-4ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this.
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add Depends on watershed-udeb in lvm2-udeb for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - remaining changes to upstream event manager packages (Debian bug 514706):
      - debian/rules:
        - enable dmeventd during configure.
      - debian/dmeventd.{8,manpages}: install dmeventd files.
    - rename debian/clvm.defaults to debian/clvm.default so it is installed
      correctly.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
      executable.  When the Ubuntu-specific ones are added with a patch,
      they may lose their executable bit.
    - Add and install clvmd resource agent
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
      works.
    - debian/{clvmd.ra,clvm.init}:
      - create /run/lvm if it doesn't exist.
    - debian/clvm.init:
      - exit 3 if not running on status action.
    - Call dh_installman so that our dmeventd manpage actually gets installed
    - Install the missing fsadm manpage.

   * libdevmapper-dev:
    - move .so symlinks and pkgconfig files to multiarched locations.
    - mark libdevmapper-dev M-A: same

   * libdevmapper-event1.02.1:
    - Add Breaks: dmeventd (<< 2.02.95-4ubuntu1) due to debian symbol rename

   * debian/lvm2.{preinst,postinst,postrm}:
    - Implement removal of obsolete /etc/init.d/lvm2 conffile, which
      should not have been re-introduced in Quantal.

   * Dropped Changes, included in Debian:
    - Mostly included packages for upstream event manager (Debian bug 514706).
    - debian/patches/rules-subdir.patch: removed as reordering will cause
      build failure with dmeventd.
    - debian/patches/libdm-event-static.patch: removed as other static libs
      aren't being built anymore either.
    - Update symbols for libdevmapper-event.
    - Update libdevmapper-event, dmeventd descriptions to match Debian
      boilerplate.

   * Disappeared Changes:
    - Don't install documentation in udebs. No diff found, but no docs are
      installed into udebs either.

   * Resurected Changes:
    - corrected dropping the wrong init script. Now clvm.init is shipped
      and lvm2.init is dropped in favor of udev rules as per original
      intention (LP: #1037033).

Superseded in quantal-release
Deleted in quantal-proposed (Reason: moved to release)
lvm2 (2.02.88-2ubuntu2) quantal-proposed; urgency=low

  [ Ante Karamatic ]
  * debian/{clvmd.ra,clvm.init}:
    - create /var/run/lvm if it doesn't exist (LP: #959218)

  [ Andres Rodriguez ]
  * debian/clvm.init: exit 3 if not running on status action. (LP: #988881)
 -- Andres Rodriguez <email address hidden>   Tue, 05 Jun 2012 16:30:18 -0400
Superseded in quantal-release
lvm2 (2.02.88-2ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #726677), remaining changes:
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this.
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.  LP: #358654.
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - add packages for upstream event manager (Debian bug 514706):
      - debian/control: define libdevmapper-event1.02.1 and dmeventd packages.
      - debian/rules:
        - enable dmeventd during configure.
        - add build targets.
        - fix shlibs invocation with a cleared DH_OPTIONS to get udeb shlibs.
      - debian/dmeventd.{install,8,manpages}: install dmeventd files.
      - debian/libdevmapper-event*.{install,symbols}: install dmeventd files.
      - debian/libdevmapper-dev.install: install libdevmapper-event files.
      - debian/patches/monitoring-default-off.patch: by default, do not
        expect to talk to dmeventd.  Monitoring can be done via "--monitor y".
    - rename debian/clvm.defaults to debian/clvm.default so it is intalled
      correctly.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - lidevmapper-dev: move .so symlinks to /usr/lib where they belong
    - debian/patches/rules-subdir.patch: removed as reordering will cause
      build failure with dmeventd.
    - debian/patches/libdm-event-static.patch: removed as other static libs
      aren't being built anymore either.
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
      executable.  When the Ubuntu-specific ones are added with a patch,
      they may lose their executable bit.
    - Add and install clvmd resource agent
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
      works.
    - Make lvm2-udeb depend on watershed-udeb, since it has udev rules that
      use watershed.
  * Dropped changes, included in Debian:
    - Build clvm with support for corosync, openais and cman
    - debian/control: change to libreadline-dev for build.
  * Dropped changes, included upstream:
    - debian/patches/open-readonly.patch: do not open every device for
      write, otherwise udev thinks they've all changed (see inotify above).
  * Dropped changes, superseded upstream:
    - debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules: properly respond
      to "add" events during boot.  Upstream now distinguishes between
      coldplug add events initial ones, so this is not supposed to be a
      problem now.
  * Update symbols for libdevmapper-event.
  * Update libdevmapper-event, dmeventd descriptions to match Debian
    boilerplate.
  * Don't install documentation in udebs.
  * Call dh_installman so that our dmeventd manpage actually gets installed
  * Install the missing fsadm manpage.

Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
lvm2 (2.02.66-4ubuntu7.1) precise-proposed; urgency=low

  * debian/clvmd.ra:
    - create /var/run/lvm if it doesn't exist
  * debian/clvm.init:
    - create /var/run/lvm if it doesn't exist
  * (LP: #959218)
 -- Ante Karamatic <email address hidden>   Wed, 25 Apr 2012 18:29:58 +0200
Superseded in quantal-release
Published in precise-release
lvm2 (2.02.66-4ubuntu7) precise; urgency=low

  * Revert the last change.
 -- Matthias Klose <email address hidden>   Sun, 04 Dec 2011 17:30:41 +0100
Superseded in precise-release
lvm2 (2.02.66-4ubuntu6) precise; urgency=low

  * Don't build clvmd on armhf.
 -- Matthias Klose <email address hidden>   Sun, 04 Dec 2011 16:01:51 +0100
Superseded in precise-release
lvm2 (2.02.66-4ubuntu5) precise; urgency=low

  * Build-depend on openais-dev rather than libopenais-dev.
 -- Colin Watson <email address hidden>   Tue, 22 Nov 2011 00:42:29 +0000
Superseded in precise-release
lvm2 (2.02.66-4ubuntu4) precise; urgency=low

  * Make lvm2-udeb depend on watershed-udeb, since it has udev rules that
    use watershed.
 -- Colin Watson <email address hidden>   Mon, 21 Nov 2011 23:47:38 +0000
Superseded in precise-release
Obsolete in oneiric-release
lvm2 (2.02.66-4ubuntu3) oneiric; urgency=low

  * Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
    works.
 -- Steve Langasek <email address hidden>   Tue, 16 Aug 2011 18:30:40 -0700
Superseded in oneiric-release
Obsolete in natty-release
lvm2 (2.02.66-4ubuntu2) natty; urgency=low

  * Add support for corosync based clusters. (LP: #525287)
    - Build clvm with support for corosync, openais and cman
    - Add and install clvmd resource agent, written by Xinwei Hu,
      slightly modified by Ante Karamatic to work on Ubuntu
 -- Andres Rodriguez <email address hidden>   Fri, 14 Jan 2011 15:39:03 -0600
Superseded in natty-release
lvm2 (2.02.66-4ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this (Debian bug 569290).
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify.
      - debian/patches/open-readonly.patch: do not open every device for
        write, otherwise udev thinks they've all changed (see inotify above).
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - add packages for upstream event manager (Debian bug 514706):
      - debian/control: define libdevmapper-event1.02.1 and dmeventd packages.
      - debian/rules:
        - enable dmeventd during configure.
        - add build targets.
        - fix shlibs invocation with a cleared DH_OPTIONS to get udeb shlibs.
      - debian/dmeventd.{install,8,manpages}: install dmeventd files.
      - debian/libdevmapper-event*.{install,symbols}: install dmeventd files.
      - debian/libdevmapper-dev.install: install libdevmapper-event files.
      - debian/patches/monitoring-default-off.patch: by default, do not
        expect to talk to dmeventd.  Monitoring can be done via "--monitor y".
    - rename debian/clvm.defaults to debian/clvm.default so it is intalled
      correctly (Debian bug 569292).
    - debian/control: change to libreadline-dev for build.
    - debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules: properly respond
      to "add" events during boot.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - lidevmapper-dev: move .so symlinks to /usr/lib where they belong
  * Dropped changes:
    - debian/tree/lvm2/lib/udev/rules.d/56-lvm.rules: include *_mlog in
      devices to be ignored for filesystem symlinks (see reason for
      dropping in Debian bug 569745).
    - debian/{lvm2,dmsetup}.preinst: remove obsolete udev rules from Hardy.
    - debian/lvm2.preinst: fix Hardy conf-file removal to check against the
      correct binary package name.
  * debian/patches/CVE-2010-2526.patch: removed, now included in
    upstream-2.02.72.patch.
  * debian/patches/rules-subdir.patch: removed as reordering will cause
    build failure with dmeventd.
  * debian/patches/libdm-event-static.patch: removed as other static libs
    aren't being built anymore either.
  * debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
    executable. When the Ubuntu-specific ones are added with a patch, they
    may lose their executable bit.

Obsolete in lucid-updates
Obsolete in lucid-security
lvm2 (2.02.54-1ubuntu4.1) lucid-security; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:19:26 -0400
Obsolete in karmic-updates
Obsolete in karmic-security
lvm2 (2.02.39-0ubuntu11.1) karmic-security; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:26:58 -0400
Obsolete in jaunty-updates
Obsolete in jaunty-security
lvm2 (2.02.39-0ubuntu9.1) jaunty-security; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:30:59 -0400
Obsolete in hardy-updates
Obsolete in hardy-security
lvm2 (2.02.26-1ubuntu9.1) hardy-security; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:42:59 -0400
Obsolete in dapper-updates
Obsolete in dapper-security
lvm2 (2.02.02-1ubuntu1.6) dapper-security; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - daemons/clvmd/{clvm.h,clvmd.c}: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - http://patch-tracker.debian.org/patch/series/view/lvm2/2.02.39-8/CVE-2010-2526.patch
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:48:20 -0400
Superseded in natty-release
Obsolete in maverick-release
lvm2 (2.02.54-1ubuntu6) maverick; urgency=low

  * SECURITY UPDATE: unprivileged logical volume manipulation with clvmd
    - debian/patches/CVE-2010-2526.patch: revert to using a pathname-based
      socket in order to enforce correct permissions.
    - CVE-2010-2526
 -- Marc Deslauriers <email address hidden>   Thu, 23 Sep 2010 14:09:51 -0400
Superseded in maverick-release
lvm2 (2.02.54-1ubuntu5) maverick; urgency=low

  * Backport from Debian:
    - Don't overwrite names of dm devices; use symlinks instead
      (LP: #621951).
 -- Colin Watson <email address hidden>   Wed, 08 Sep 2010 22:50:26 +0100
Superseded in maverick-release
Obsolete in lucid-release
lvm2 (2.02.54-1ubuntu4) lucid; urgency=low

  * Some idiot thought it'd be a good idea if device mapper didn't respond
    to "add" events, like those during boot.  Take their change out back
    and shoot it in the head.  LP: #561390.
 -- Scott James Remnant <email address hidden>   Sun, 25 Apr 2010 21:36:25 -0700
Superseded in lucid-release
lvm2 (2.02.54-1ubuntu3) lucid; urgency=low

  * lidevmapper-dev: move .so symlinks to /usr/lib where they belong
 -- Steve Langasek <email address hidden>   Thu, 18 Feb 2010 04:38:10 -0800
Superseded in lucid-release
lvm2 (2.02.54-1ubuntu2) lucid; urgency=low

  * debian/lvm2.preinst: fix Hardy conf-file removal to check against the
    correct binary package name.
 -- Kees Cook <email address hidden>   Tue, 16 Feb 2010 16:08:43 -0800
Superseded in lucid-release
lvm2 (2.02.54-1ubuntu1) lucid; urgency=low

  * Merge from debian testing.  Remaining changes:
    - debian/control:
      - add libtool for autoconf regeneration.
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this (Debian bug 569290).
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - depend on udev.
      - debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify.
      - debian/patches/open-readonly.patch: do not open every device for
        write, otherwise udev thinks they've all changed (see inotify above).
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - add packages for upstream event manager (Debian bug 514706):
      - debian/control: define libdevmapper-event1.02.1 and dmeventd packages.
      - debian/rules:
        - enable dmeventd during configure.
        - add build targets.
        - fix shlibs invocation with a cleared DH_OPTIONS to get udeb shlibs.
      - debian/patches/rules-subdir.patch: update to reorder build targets.
      - debian/patches/libdm-event-static.patch: force static library build.
      - debian/dmeventd.{install,8,manpages}: install dmeventd files.
      - debian/libdevmapper-event*.{install,symbols}: install dmeventd files.
      - debian/libdevmapper-dev.install: install libdevmapper-event files.
      - debian/patches/monitoring-default-off.patch: by default, do not
        expect to talk to dmeventd.  Monitoring can be done via "--monitor y".
  * debian/rules: make dmsetup initramfs-tools scripts executable (Debian bug
    569286).
  * rename debian/clvm.defaults to debian/clvm.default so it is intalled
    correctly (Debian bug 569292).
  * debian/control: bump up to libreadline6-dev for build.
  * debian/{lvm2,dmsetup}.preinst: remove obsolete udev rules from Hardy.
  * debian/tree/lvm2/lib/udev/rules.d/56-lvm.rules: include *_mlog in
    devices to be ignored for filesystem symlinks (Debian bug 569745).

Superseded in lucid-release
Obsolete in karmic-release
lvm2 (2.02.39-0ubuntu11) karmic; urgency=low

  * Copy /etc/lvm/lvm.conf into the initramfs (LP: #246324).

 -- Colin Watson <email address hidden>   Wed, 15 Jul 2009 13:52:21 +0100
Superseded in karmic-release
lvm2 (2.02.39-0ubuntu10) karmic; urgency=low

  * debian/control: Increase dependencies for vol_id->blkid transition.

 -- Scott James Remnant <email address hidden>   Tue, 12 May 2009 10:19:09 +0100
Superseded in karmic-release
Obsolete in jaunty-release
lvm2 (2.02.39-0ubuntu9) jaunty; urgency=low

  * debian/patches/avoid-dev-block.patch: Prefer any other device name over
    names in /dev/block/ (LP: #341928).

 -- Colin Watson <email address hidden>   Wed, 08 Apr 2009 14:19:32 +0100
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu8) jaunty; urgency=low

  * Revert quilt damage to two other patches.

 -- Scott James Remnant <email address hidden>   Tue, 24 Feb 2009 00:26:56 +0000
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu7) jaunty; urgency=low

  * debian/patches/open-readonly.patch:
    - Generally we don't need to write to every single block device we open,
      in fact if we do that when scanning we'll make udev think they all
      changed, and it could run "lvm vgscan" again!  When the file descriptor
      is needed for writing, it will be closed and opened again.  LP: #332270.

 -- Scott James Remnant <email address hidden>   Mon, 23 Feb 2009 21:44:51 +0000
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu6) jaunty; urgency=low

  * Bump build-dependency on debhelper to ensure we get the right one.

 -- Scott James Remnant <email address hidden>   Fri, 09 Jan 2009 14:09:31 +0000
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu5) jaunty; urgency=low

  * Update udev rules.d path to /lib/udev/rules.d, (LP #314879) and add
    versioned dependency on udev accordingly.
  * Add versioned breaks on udev to make sure we do the upgrade
    in the correct order.
  * Add versioned dependency on watershed version that installs
    into initramfs.

 -- Soren Hansen <email address hidden>   Fri, 09 Jan 2009 13:46:10 +0100
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu4) jaunty; urgency=low

  * Change dependency on udev to one on watershed.

 -- Scott James Remnant <email address hidden>   Mon, 05 Jan 2009 16:54:00 +0000
Superseded in jaunty-release
lvm2 (2.02.39-0ubuntu3) jaunty; urgency=low

  * Rebuild for armel.

 -- Matthias Klose <email address hidden>   Thu, 20 Nov 2008 10:51:16 +0000
Superseded in jaunty-release
Obsolete in intrepid-release
lvm2 (2.02.39-0ubuntu2) intrepid; urgency=low

  * Backport from Debian unstable (Bastian Blank):
    - Disable readline support in udeb. (closes: #491203, LP: #263558)

 -- Colin Watson <email address hidden>   Mon, 01 Sep 2008 16:47:50 +0100
Superseded in intrepid-release
lvm2 (2.02.39-0ubuntu1) intrepid; urgency=low

  * New upstream release (LP: #239460).
  * Merges 2.02.35-1 from Debian.
  * Increase devmapper dependency to (>> 2:1.02.27) due to new API.
  * Re-add quilt to Build-Depends.
  * Add missing Build-Depends on autoconf and libtool.

Superseded in intrepid-release
lvm2 (2.02.26-1ubuntu11) intrepid; urgency=low

  * debian/control: build-deps on newer libcman and libdlm to guarantee a
    build against new libcman3 and libdlm3 soname.

 -- <email address hidden> (Fabio M. Di Nitto)   Tue, 26 Aug 2008 14:18:13 +0200
Superseded in intrepid-release
lvm2 (2.02.26-1ubuntu10) intrepid; urgency=low

  * debian/initramfs-tools/scripts/init-premount/lvm2:
    - use new named mountroot-fail hook ordering
    - silently detect array failures
  * lib/locking/cluster_locking.c, daemons/clvmd/{refresh_,}clvmd.c:
    add include for sys/param.h to catch limits, where PIPE_BUF went to live.

 -- Kees Cook <email address hidden>   Mon, 28 Jul 2008 12:22:26 -0700
Superseded in intrepid-release
Obsolete in hardy-release
lvm2 (2.02.26-1ubuntu9) hardy; urgency=low

  * Include virtio block type in the filters. (LP: #218574)
    This change is included upstream in 2.02.34.

 -- James Westby <email address hidden>   Fri, 18 Apr 2008 14:08:56 +0100
Superseded in hardy-release
lvm2 (2.02.26-1ubuntu8) hardy; urgency=low

  * debian/initramfs-tools/scripts/init-premount/lvm2: Ensure we exit if
    the script is called with mountfail.

 -- Luke Yelavich <email address hidden>   Mon, 18 Feb 2008 11:56:54 +1100
Superseded in hardy-release
lvm2 (2.02.26-1ubuntu7) hardy; urgency=low

  * debian/initramfs-tools/scripts/init-premount/lvm2:
    /sbin/mdadm -> /sbin/lvm (Thanks Kees.)

 -- Luke Yelavich <email address hidden>   Fri, 15 Feb 2008 12:28:14 +1100
Superseded in hardy-release
lvm2 (2.02.26-1ubuntu6) hardy; urgency=low

  * Create init-premount hook script for the initramfs, to provide
    information at boot, if the root device is not functional.
  * Tighten initramfs-tools dependency.

 -- Luke Yelavich <email address hidden>   Tue, 05 Feb 2008 14:16:36 +1100
Superseded in hardy-release
lvm2 (2.02.26-1ubuntu5) hardy; urgency=low

  * Changes from Debian audited, remaining changes:
    - Recognise SUN's LDOM virtual block devices.
      (forwarded upstream and to Debian #455975).
    - Drop build-dependencies on libccs-dev and libgulm-dev since gulm
      locking is obsolete.
      (forwarded to Debian #455976).
    - Separate clvm package.
      (forwarded to Debian #455978).
    - Use udev to activate new LVM physical volumes, and thus volume groups
      and logical volumes.
      (forwarded to Debian #455979).
    - Copy lvm2.po to lvm2.pot for Rosetta.
    - Migrate configuration files from earlier Ubuntu versions.

  * Drop compilation without stack protector, no bugs are referenced as
    justification for that change.
  * Drop higher build requirements on libdlm-dev since we don't actually
    seem to have any patch that necessitates it (it builds fine with either,
    so just build with whatever we have).

 -- Scott James Remnant <email address hidden>   Wed, 12 Dec 2007 18:15:39 +0000
Superseded in hardy-release
Obsolete in gutsy-release
lvm2 (2.02.26-1ubuntu4) gutsy; urgency=low

  * Bump dmsetup Suggests: to a Depends:, since without it we do not get
    /dev/disks/by-uuid/ and thus cannot mount anything. (LP: #126776)

 -- Martin Pitt <email address hidden>   Thu, 19 Jul 2007 16:55:25 +0200
Superseded in gutsy-release
lvm2 (2.02.26-1ubuntu3) gutsy; urgency=low

  * Max partitions for vdisk is 8 and not 16.

 -- <email address hidden> (Fabio M. Di Nitto)   Thu, 19 Jul 2007 07:32:59 +0200
Superseded in gutsy-release
lvm2 (2.02.26-1ubuntu2) gutsy; urgency=low

  * Make lvm2 recognize SUN's LDOM virtual disks.

 -- <email address hidden> (Fabio M. Di Nitto)   Tue, 17 Jul 2007 09:37:50 +0200
Superseded in gutsy-release
lvm2 (2.02.26-1ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Drop libccs-dev/libgulm-dev Build-Dep
    - Keep clvm around and all related bits (init, defaults, etc)
    - scan and activate new volumes whenever udev detects a new block device
      containing LVM metadata
    - compile with -fno-stack-protector
    - clvm depends on cman, rather than suggests, and don't support fence
    - remove lvm2 init script, since it clashes with our udev rules
    - make initramfs hook prereq on udev
    - copy the lvm binary and udev rules across
    - load the dm-mod, dm-snapshot and dm-mirror modules
    - Depend on both udev and initramfs-tools
    - Build-Deps on a newer devmapper
    - Ubuntu maintainer foobar
    - copy lvm2.po to lvm2.pot for Rosetta

Superseded in gutsy-release
lvm2 (2.02.24-6ubuntu3) gutsy; urgency=low

  * Drop libccs-dev Build-Dep:
    - it was only required for gulm locking (dead since edgy).
    - HAVE_CCS has not been set for a while and ccs support never built since
      it was useful only for gulm.

 -- <email address hidden> (Fabio M. Di Nitto)   Mon, 11 Jun 2007 12:03:35 +0200
Superseded in gutsy-release
lvm2 (2.02.24-6ubuntu2) gutsy; urgency=low

  * Readd clvm init script.

  * Fix clvm.init:
    - not run if there is no cluster.conf
    - not run if cman is not running.
    - it's ok to fail on stop. (--oknodo)
    - wait_for_nodes only if we can start.

  (Closes LP: #61794, #115828, #108704, #108120)

 -- <email address hidden> (Fabio M. Di Nitto)   Fri, 08 Jun 2007 13:09:50 +0200
Superseded in gutsy-release
lvm2 (2.02.24-6ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - tighter build-depends on libccs-dev, libcman-dev & libdlm-dev
    - scan and activate new volumes whenever udev detects a new block device
      containing LVM metadata.
    - compile with -fno-stack-protector
    - copy lvm2.po to lvm2.pot for Rosetta
    - clvm depends on cman, rather than suggests, and don't support fence
    - init script for clvm

  * Turns out that doing merges dependency-first isn't necessarily the right
    way; this package replaces lvm-common!  So merge changes I just made
    there to here:
    - remove the init script, since it clashes with our udev rules
    - make initramfs hook prereq on udev
    - copy the lvm binary and udev rules across
    - load the dm-mod, dm-snapshot and dm-mirror modules
  * Depend on both udev and initramfs-tools

Superseded in gutsy-release
Obsolete in feisty-release
lvm2 (2.02.06-2ubuntu9) feisty; urgency=low

  * Remove the call to vgck on the creation of devmapper devices; this
    would cause udev to block, and thus prevent LVM from creating snapshot
    devices.  LP: #84672.
    (This also needs a newer libdevmapper to complete the fix)

  * Rename 70-lvm.rules to 85-lvm.rules so that it appears at the correct
    point; remove the old file rather than transitioning since it was
    broken anyway.

 -- Scott James Remnant <email address hidden>   Fri, 30 Mar 2007 17:29:09 +0100
Obsolete in edgy-updates
lvm2 (2.02.06-2ubuntu3.5) edgy-updates; urgency=low

  * Backport endian fix for dev_is_md from upstream.
    After a deeper investigation we found out that md super block 0.90.0
    are machine endian and super block 1 or higher are little endian.
    On big endian machine (that are the only one affected) we need to compare
    both values.
  (Closes Ubuntu: 81598)

  Verification tests done by Fabio M. Di Nitto and Simon Law.
  Bug acknoledged, fixed, tested by upstream.

 -- Fabio M. Di Nitto <email address hidden>   Mon, 12 Feb 2007 07:29:21 +0100
Superseded in dapper-updates
lvm2 (2.02.02-1ubuntu1.5) dapper-updates; urgency=low

  * Backport endian fix for dev_is_md from upstream.
    After a deeper investigation we found out that md super block 0.90.0
    are machine endian and super block 1 or higher are little endian.
    On big endian machine (that are the only one affected) we need to compare
    both values.
  (Closes Ubuntu: 81598)

  Verification tests done by Fabio M. Di Nitto and Simon Law.
  Bug acknoledged, fixed, tested by upstream.

 -- Fabio M. Di Nitto <email address hidden>   Mon, 12 Feb 2007 07:29:21 +0100
Superseded in feisty-release
lvm2 (2.02.06-2ubuntu8) feisty; urgency=low

  UdevLvm fix:
  * Run vgscan and vgchange on block device change as well as add.

 -- Ian Jackson <email address hidden>   Tue,  6 Feb 2007 19:25:40 +0000
Superseded in feisty-release
lvm2 (2.02.06-2ubuntu7) feisty; urgency=low

  UdevLvm:
  * Force loading of dm_mod in initramfs (for some reason the lvm tools do
    not do this themselves).
  * Update the initramfs in the postinst.
  * Update the 70-lvm.rules to
    - run vgscan as needed;
    - invoke things via /sbin/lvm rather than relying on the symlinks
    - run vgck and not vgmknodes (since udev makes the nodes now)
  * Declare Breaks against old lvm-common and old udev, since our new
    node generation requires the new working machinery in lvm-common and
    the corresponding support in udev.

 -- Ian Jackson <email address hidden>   Tue,  6 Feb 2007 16:35:04 +0000
Deleted in edgy-proposed (Reason: moved to -updates)
lvm2 (2.02.06-2ubuntu3.4) edgy-proposed; urgency=low

  * Backport endian fix for dev_is_md from upstream.
    After a deeper investigation we found out that md super block 0.90.0
    are machine endian and super block 1 or higher are little endian.
    On big endian machine (that are the only one affected) we need to compare
    both values.
  (Closes Ubuntu: 81598)

 -- Fabio M. Di Nitto <email address hidden>   Sun, 28 Jan 2007 05:58:35 +0100
Deleted in dapper-proposed (Reason: moved to -updates)
lvm2 (2.02.02-1ubuntu1.4) dapper-proposed; urgency=low

  * Backport endian fix for dev_is_md from upstream.
    After a deeper investigation we found out that md super block 0.90.0
    are machine endian and super block 1 or higher are little endian.
    On big endian machine (that are the only one affected) we need to compare
    both values.
  (Closes Ubuntu: 81598)

 -- Fabio M. Di Nitto <email address hidden>   Sun, 28 Jan 2007 05:58:35 +0100
Superseded in feisty-release
lvm2 (2.02.06-2ubuntu6) feisty; urgency=low

  * Backport endian fix for dev_is_md from upstream.
    After a deeper investigation we found out that md super block 0.90.0
    are machine endian and super block 1 or higher are little endian.
    On big endian machine (that are the only one affected) we need to compare
    both values.

 -- Fabio M. Di Nitto <email address hidden>   Sun, 28 Jan 2007 05:51:59 +0100
Superseded in edgy-proposed
lvm2 (2.02.06-2ubuntu3.3) edgy-proposed; urgency=low

  * Fix dev_is_md check on big endian machines.
  (Closes Ubuntu: #81598)

 -- Fabio M. Di Nitto <email address hidden>   Fri, 26 Jan 2007 09:36:27 +0100
Superseded in dapper-proposed
lvm2 (2.02.02-1ubuntu1.3) dapper-proposed; urgency=low

  * Fix dev_is_md check on big endian machines.
  (Closes Ubuntu: 81598)

 -- Fabio M. Di Nitto <email address hidden>   Fri, 26 Jan 2007 09:36:27 +0100
Superseded in feisty-release
lvm2 (2.02.06-2ubuntu5) feisty; urgency=low

  [ Fabio M. Di Nitto ]
  * Fix dev_is_md check on big endian machines.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 25 Jan 2007 16:55:37 +0100
Superseded in feisty-release
lvm2 (2.02.06-2ubuntu4) feisty; urgency=low

  UdevLvm implementation:
  * Provide udev rules to 1. run vgchange to activate lvs on new block
    devices containing lvm volumes; 2. run vgmknodes when new dm devices
    appear, to ensure that things which might depend on the lv symlinks
    only run after vgchange has finished.
  * Do symlink-to-..tmp-and-then-rename rather than unlink/symlink,
    in vgchange, vgmknodes, etc., for /dev/vg/lv link.  (This fixes
    an obscure race.  Reported with patch to Debian as #402132.)

 -- Ian Jackson <email address hidden>   Fri,  8 Dec 2006 15:22:20 +0000
Superseded in edgy-updates
lvm2 (2.02.06-2ubuntu3.2) edgy-updates; urgency=low

  * Don't start clvmd on install.
  (Closes Ubuntu: #56496)

  Verification tests done by Fabio M. Di Nitto and Simon Law.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 30 Nov 2006 07:15:39 +0100
Superseded in dapper-updates
lvm2 (2.02.02-1ubuntu1.2) dapper-updates; urgency=low

  * Don't start clvmd on install.
  (Closes Ubuntu: #56496)

  Verification tests done by Fabio M. Di Nitto and Simon Law.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 30 Nov 2006 07:15:39 +0100
Superseded in edgy-proposed
lvm2 (2.02.06-2ubuntu3.1) edgy-proposed;  urgency=low

  * Don't start clvmd on install.
  (Closes Ubuntu: #56496)

 -- Fabio M. Di Nitto <email address hidden>   Wed, 22 Nov 2006 21:15:40 +0100
Superseded in dapper-proposed
lvm2 (2.02.02-1ubuntu1.1) dapper-proposed;  urgency=low

  * Don't start clvmd on install.
  (Closes Ubuntu: #56496)

 -- Fabio M. Di Nitto <email address hidden>   Wed, 22 Nov 2006 21:15:40 +0100
Superseded in feisty-release
Obsolete in edgy-release
lvm2 (2.02.06-2ubuntu3) edgy; urgency=low

  * Disable gcc stack protector to fix some weird segfaults/bus errors.

 -- Fabio M. Di Nitto <email address hidden>   Wed, 13 Sep 2006 09:59:29 +0200
Superseded in edgy-release
lvm2 (2.02.06-2ubuntu2) edgy; urgency=low

  * Drop B-D on libgulm-dev since gulm locking is obsoleted.

  * Update Depends: to drop gulm and fence.

  * Rebuild for libdlm2.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 27 Jul 2006 05:50:20 +0200
Superseded in edgy-release
lvm2 (2.02.06-2ubuntu1) edgy; urgency=low

  * Merge from debian unstable.

 -- Michael Vogt <email address hidden>   Fri, 30 Jun 2006 11:16:28 +0200
76150 of 161 results