devmapper (2:1.02.20-2ubuntu2) hardy; urgency=low * Upload simply to add a Debian bug number to the previous changelog entry. -- Scott James Remnant Wed, 12 Dec 2007 18:41:38 +0000 devmapper (2:1.02.20-2ubuntu1) hardy; urgency=low * Merge from debian unstable, remaining changes: - Apply patch from SuSE that adds an "export" option that will give udev the full device status of each dm device, including whether it's actually active or not. (exists as Debian #434241). - Apply patch to create devices more atomically to avoid races with udev (forwarded upstream and to Debian #455745). - Call dmsetup from udev rules to name the device, so udev creates them if they do not already exist, and fill in information about the filesystem on the device afterwards. (forwarded to Debian #455746) - Copy po/device-mapper.po to device-mapper.pot so Rosetta has a POT file to import. - Update file locations from previous Ubuntu versions. -- Scott James Remnant Tue, 11 Dec 2007 15:45:57 +0000 devmapper (2:1.02.20-2) unstable; urgency=low * Add version to shlibs. (closes: #431735) * Woraround kernel headers. -- Bastian Blank Fri, 6 Jul 2007 08:40:12 +0000 devmapper (2:1.02.20-1ubuntu4) gutsy; urgency=low * Make the device take the /dev/mapper name in all cases. LP: #126379, #144049. * Drop udeb patch since it's not needed. -- Scott James Remnant Mon, 24 Sep 2007 13:37:29 +0100 devmapper (2:1.02.20-1ubuntu3) gutsy; urgency=low * Disable the /dev/mapper/* -> /dev/dm-* symlink business in the udeb, as much of partman depends on the /dev/mapper/* names being canonical and gets confused by /dev/dm-*. For the time being, I've done this with a patch applied to the udeb's /etc/udev/rules.d/65-dmsetup.rules at build time rather than by maintaining two versions of the file, to avoid the rules getting out of sync. * Fix syntax error in dmsetup(8) that broke the description of 'dmsetup info -c' under COMMANDS. -- Colin Watson Mon, 16 Jul 2007 23:25:18 +0100 devmapper (2:1.02.20-1ubuntu2) gutsy; urgency=low * Tweak udev rules to match discussion with SuSE. Note that having /dev/mapper/* as a symlink to /dev/dm-* is a temporary measure to make it easier to debug what's happening and will go away before release. * Ignore devmapper devices with no name (often freshly created ones before a following change event). * Change no_replace option to string_escape=none to match udev changes, adjust dependencies to match. * Adjust devmapper node creation patch to avoid the loop; instead always rename over the top; also set the permissions and the selinux context on the temporary node so that we don't end up with half of udev's settings. -- Scott James Remnant Tue, 10 Jul 2007 15:14:27 +0100 devmapper (2:1.02.20-1ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - Ubuntu maintainer foobar - copy po/device-mapper.po to device-mapper.pot so Rosetta has a POT file to import - Demote dmsetup (and dmsetup-udeb) from Depends to a Recommends. - Apply patch from SuSE that adds an "export" option that will give udev the full device status of each dm device, including whether it's actually active or not. - Modify the udev rules we include. - Since both udev and devmapper might be creating the /dev/mapper device node, it's possible it can appear between our stat() and mknod() calls. So if mknod() returns EEXIST, do the stat again; also check lstat in case there's a hanging symlink there. - Install the udev rules in the udeb. - Add dmsetup postinst/preinst scripts. -- Fabio M. Di Nitto Tue, 03 Jul 2007 08:33:37 +0200 devmapper (2:1.02.20-1) unstable; urgency=low * New upstream version. - Fix include guards. (closes: #426900) -- Bastian Blank Fri, 22 Jun 2007 11:14:47 +0000 devmapper (2:1.02.18-1ubuntu6) gutsy; urgency=low * Don't run vol_id on devices with empty tables. * But do run vol_id on devices with tables containing snapshot or snapshot-origin entries, since these are the final result, not the transient pieces. * Also run vol_id on read-only devices. LP: #117089. * Give devices with snapshot-origin in their tables a slightly higher link priority, so they win out of all the LVM devices (UUID will point to the base device, not any snapshots) but still not higher than the underlying devices so real hardware wins. -- Scott James Remnant Tue, 29 May 2007 20:26:00 +0100 devmapper (2:1.02.18-1ubuntu5) gutsy; urgency=low * Further tweaks; always create the the /dev/mapper symlink and those in /dev/disk/by-id; use the state and tables to only decide whether or not to run vol_id, since that's the "problematic" bit. -- Scott James Remnant Tue, 29 May 2007 10:23:15 +0100 devmapper (2:1.02.18-1ubuntu4) gutsy; urgency=low * Fix a regression introduced by Kees's otherwise largely correct patch. We still need to not run vol_id on snapshot target devices, otherwise we'll end up using a changing device, and arguing over UUID/LABEL symlinks. (This might not be a complete fix, LVM may need to be patched to make inactive devices). * Correct a school-boy error with the stat()/mknod() loop; we can't unlink then mknod() since that means there's a period without a device node, which could upset callers. Instead rename() the new device node over the top. -- Scott James Remnant Tue, 29 May 2007 09:40:24 +0100 devmapper (2:1.02.18-1ubuntu3) gutsy; urgency=low * Adjust debian/dmsetup.udev rule to not ignore "snapshot" devices. This will be needed even after "udev-lvm-mdadm-evms-gutsy" is solved (LP: #117225). * Update Maintainer fields for Ubuntu. -- Kees Cook Sun, 27 May 2007 12:12:22 -0700 devmapper (2:1.02.18-1ubuntu2) gutsy; urgency=low * Install the udev rules in the udeb, since these only arrange for symlinks to point at the kernel name (replacing the /dev/mapper device with a symlink), this isn't unsafe to do in the installer. LP: #105623. -- Scott James Remnant Mon, 21 May 2007 21:10:07 +0100 devmapper (2:1.02.18-1ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - copy po/device-mapper.po to device-mapper.pot so Rosetta has a POT file to import * udev-lvm-mdadm-evms-gutsy: - Revert changes made during the feisty development cycle; while a valiant effort, we introduced just as many problems as we fixed. - Demote dmsetup (and dmsetup-udeb) from Depends to a Recommends, since we do tend to install those by default and there's no ordering problem anymore. - Apply patch from SuSE that adds an "export" option that will give udev the full device status of each dm device, including whether it's actually active or not. - Modify the udev rules we include; these now check the device state, set the /dev/mapper target as symlink to the kernel name (which HAL expects), and create the by-id, by-uuid and by-label devices itself. - Since both udev and devmapper might be creating the /dev/mapper device node, it's possible it can appear between our stat() and mknod() calls. So if mknod() returns EEXIST, do the stat again; also check lstat in case there's a hanging symlink there. -- Scott James Remnant Mon, 21 May 2007 18:17:48 +0100 devmapper (2:1.02.18-1) unstable; urgency=low * New upstream version. * Bump abiname. -- Bastian Blank Sun, 8 Apr 2007 17:52:34 +0000 devmapper (2:1.02.12-1) unstable; urgency=low * New upstream version. - Don't suspend device which is already suspended. -- Bastian Blank Sat, 2 Dec 2006 16:54:38 +0000 devmapper (2:1.02.08-1ubuntu10) feisty; urgency=low * Make sure /dev/mapper doesn't exist before making it. -- Scott James Remnant Wed, 4 Apr 2007 12:58:56 +0100 devmapper (2:1.02.08-1ubuntu9) feisty; urgency=low * Update rules to avoid replacing "untrusted" characters. LP: #92162. -- Scott James Remnant Wed, 4 Apr 2007 10:30:28 +0100 devmapper (2:1.02.08-1ubuntu8) feisty; urgency=low * Do not call update-initramfs unless it exists. This removes the need for a dependency on module-init-tools (or similar). -- Ian Jackson Tue, 3 Apr 2007 19:49:04 +0100 devmapper (2:1.02.08-1ubuntu7) feisty; urgency=low * Remove udev dependency since it's not necessary. -- Scott James Remnant Tue, 3 Apr 2007 16:07:13 +0100 devmapper (2:1.02.08-1ubuntu6) feisty; urgency=low * Install the devmap_name rules with this package, since udev doesn't depend on dmsetup. Call directly from /sbin rather than linking into /lib/udev, since that's unncessary. * Fix a bug in udev rendezvous, where it was checking for the existance of a fifo that never exists. This caused devmapper to assume udev wasn't being used, so create the devices in the ordinary location (and thus still race with udev). With the check removed, devmapper now defers device creation to udev, spinning until the device exists. LP: #38409, #75681, #84672. * Create (in postinst) the mapper sub-directory under /dev/.static/dev or /dev if it doesn't already exist. * Allow 180s for udev to create devices, since that it's timeout too. -- Scott James Remnant Mon, 2 Apr 2007 17:54:13 +0100 devmapper (2:1.02.08-1ubuntu5) feisty; urgency=low * Replace old multipath-tools (because of /sbin/devmap_name). (LP 84894.) -- Ian Jackson Tue, 13 Feb 2007 16:11:40 +0000 devmapper (2:1.02.08-1ubuntu4) feisty; urgency=low UdevDeviceMapper revised approach: * Deadlocks seem inevitable with the proper lock/fifo-based approach, partially because the udev rendezvous is (a) not idempotent and (b) can be delayed by prior udev processing events. So poll for the block device to exist instead. -- Ian Jackson Wed, 7 Feb 2007 15:42:13 +0000 devmapper (2:1.02.08-1ubuntu3) feisty; urgency=low UdevDeviceMapper fixes: * Rendezvous properly on combined create-and-load operations, as done by (for example) cryptsetup. This involves filling in the parent task's major and minor after the actual creation. * Lock and rendezvous is based on major/minor not name, and rendezvous flag file is /lib/udev/.udev-device-mapper-rendezvous2. * Take out the lock for all operations on a numbered device, except for ones we know to be read-only (including waitevent). * Rendezvous on DM_DEVICE_RESUME and not on any other operation. This fixes a race which affects cryptsetup (and other situations too). * Always rendezvous in udev's /dev/mapper not the static one. * Change Recommends: dmsetup to Depends since update-manager ignores Recommends and there are ordering problems too. -- Ian Jackson Wed, 7 Feb 2007 14:52:04 +0000 devmapper (2:1.02.08-1ubuntu2) feisty; urgency=low Ubuntu spec UdevDeviceMapper: * Take out a lock to prevent multiple simultaneous create/remove/destroy operations on any one device (since this results in racy behaviour of the device nodes in /dev/mapper). * Create device nodes (except control) in /dev/.static or /.dev, rather than in /dev, if appropriate. * Rendezvous with udev scripts (iff /lib/udev/.udev-device-mapper-rendezvous exists) * Provide /sbin/devmap_name aka /lib/udev/devmap_name which udev will need to use. This is just a symlink to dmsetup. * libdevmapper Recommends dmsetup since udev needs to run devmap_name; likewise libdevmapper-udeb Depends on dmsetup-udeb. -- Ian Jackson Mon, 5 Feb 2007 14:55:20 +0000 devmapper (2:1.02.08-1ubuntu1) feisty; urgency=low * Merge from debian unstable, remaining changes: - remove include of linux/types.h, define __kernel__dev_t - drop selinux support (breaks lvm2-udeb) - copy po/device-mapper.po to device-mapper.pot so Rosetta has a POT file to import - remove init script -- Scott James Remnant Mon, 27 Nov 2006 12:36:25 +0000 devmapper (2:1.02.08-1) unstable; urgency=medium * New upstream version. - Fix corelog segment line. (closes: #376283) -- Bastian Blank Tue, 8 Aug 2006 22:05:44 +0000 devmapper (2:1.02.07-1ubuntu2) edgy; urgency=low * Remove inclusions of linux/types.h and add __kernel_dev_t typedef. -- Ben Collins Thu, 12 Oct 2006 10:46:29 -0400 devmapper (2:1.02.07-1ubuntu1) edgy; urgency=low * Merge from debian unstable. -- Michael Vogt Fri, 30 Jun 2006 10:28:27 +0200 devmapper (2:1.02.07-1) unstable; urgency=low * New upstream version. * Update priorities to match overrides. * Acknowledge NMU. (closes: #316883, #329409, #341901, #342455) -- Bastian Blank Sat, 10 Jun 2006 21:20:43 +0000 devmapper (2:1.02.05-2.1) unstable; urgency=low * Non-maintainer upload. * Set default device modes to 0, 6, 0660, according to the decision of the technical committee, http://lists.debian.org/debian-ctte/2006/04/msg00033.html Closes: #316883, #329409, #341901, #342455 LVM devices are created with root:disk ownership and 0660 permissions, which is used by all other disk block devices. This allows backups of LVM logical volumes with tools such as amanda, which run as user backup, a member of the disk group. Thanks for Roger Leigh for preparing the patch. -- Andreas Barth Sun, 4 Jun 2006 20:15:33 +0200 devmapper (2:1.02.05-2) unstable; urgency=low * Generate udeb shlibs entries. (closes: #356906) * Set default device modes to 0, 6, 0644. (closes: #304476) -- Bastian Blank Sat, 13 May 2006 14:44:47 +0000 devmapper (2:1.02.05-1ubuntu1) dapper; urgency=low * merged with debian (required to fix ubuntu #38007) -- Michael Vogt Mon, 8 May 2006 11:28:33 +0200 devmapper (2:1.02.05-1) unstable; urgency=low * New upstram version. * Install pkgconfig file. (closes: #355927) -- Bastian Blank Fri, 5 May 2006 20:40:42 +0000 devmapper (2:1.02.03-1) unstable; urgency=low * New upstram version. * Make device modes overridable. -- Bastian Blank Sun, 12 Feb 2006 11:45:49 +0100 devmapper (2:1.02.02-1) unstable; urgency=low * New upstram version. - Use names instead of numbers in messages when ioctls fail. (closes: #341452) -- Bastian Blank Fri, 02 Dec 2005 20:16:55 +0100 devmapper (2:1.02.00-1) unstable; urgency=low * New upstream version. (closes: #338947) -- Bastian Blank Thu, 24 Nov 2005 20:07:41 +0100 devmapper (2:1.01.05-1ubuntu4) dapper; urgency=low * debian/rules: Copy po/device-mapper.po to po/device-mapper.pot at build and remove it again on clean, so that Rosetta has a POT file to import. -- Martin Pitt Fri, 5 May 2006 09:52:46 +0200 devmapper (2:1.01.05-1ubuntu3) dapper; urgency=low * Create device nodes as root:disk 660 -- Scott James Remnant Thu, 6 Apr 2006 06:46:25 +0100 devmapper (2:1.01.05-1ubuntu2) dapper; urgency=low * Drop selinux support for now since it breaks lvm2-udeb. -- Fabio M. Di Nitto Tue, 29 Nov 2005 09:11:39 +0100 devmapper (2:1.01.05-1ubuntu1) dapper; urgency=low * Manually apply Ubuntu change to pristine Debian package, since MOM output is unusable: - lib/libdevmapper.h: Define _LOOSE_KERNEL_NAMES to make sure that glibc doesn't ask for __kernel_dev_t to be masked out. (Jeff Bailey) * debian/rules: Disable dh_installinit; dm-mod is already loaded on a standard Ubuntu system, so we do not need to introduce a new init script for this. -- Martin Pitt Tue, 15 Nov 2005 13:55:35 +0100 devmapper (2:1.01.05-1) unstable; urgency=low * Readd init script to load the device-mapper module. (closes: #330549, #315161, #298406) -- Bastian Blank Thu, 29 Sep 2005 18:58:31 +0200 devmapper (2:1.01.04-2) unstable; urgency=low * Enable selinux support for debs. (closes: #323022) * Change optimization for udebs. (closes: #314360) -- Bastian Blank Sun, 14 Aug 2005 11:14:54 +0200 devmapper (2:1.01.04-1) unstable; urgency=low * New upstream version. * Explicitly disable selinux support. (blocked by #322891) -- Bastian Blank Sat, 13 Aug 2005 13:16:31 +0200 devmapper (2:1.01.03-1) unstable; urgency=low * New upstream version. * Remove init script, libdevmapper creates the device themself. -- Bastian Blank Sun, 19 Jun 2005 13:41:08 +0200 devmapper (2:1.01.00-4) unstable; urgency=low * Build static libs. * Remove the wrong dh_python call. -- Bastian Blank Mon, 14 Mar 2005 19:43:32 +0100 devmapper (2:1.01.00-3) unstable; urgency=low * Don't longer use cdbs. * Remove many cruft. -- Bastian Blank Mon, 14 Mar 2005 13:55:47 +0100 devmapper (2:1.01.00-2) unstable; urgency=high * New maintainer. * Fix initscript links. (closes: #299013) -- Bastian Blank Fri, 11 Mar 2005 08:29:31 +0100 devmapper (2:1.01.00-1) unstable; urgency=low * New upstream * Set permission on control device to 0660 Closes: #294260 -- Patrick Caulfield Mon, 14 Feb 2005 09:20:23 +0000 devmapper (2:1.00.19-4) unstable; urgency=low * Cope with single/multiple spaces in "ls" output when checking device. Closes: #273273 -- Patrick Caulfield Sun, 17 Oct 2004 11:01:00 +0100 devmapper (2:1.00.19-3) unstable; urgency=low * Remove kernel-patch-devmapper as it is now incorporated in the Debian kernel. Closes: #262347, #272384 * Remove XSI:ism (what ever that is) from init script. Closes: #258853 -- Patrick Caulfield Mon, 20 Sep 2004 08:01:42 +0100 devmapper (2:1.00.19-2) unstable; urgency=low * Don't error on startup of /dev/mapper directory does not exist. Closes: #259314 -- Patrick Caulfield Thu, 15 Jul 2004 11:52:38 +0100 devmapper (2:1.00.19-1) unstable; urgency=low * New upstream version(s). Closes: #257958 * Don't build debian-speciif patches as dm is now in the Debian kernels Closes: #247004, #252168 * Don't recreate /dev/mapper/control if it hasn't changed. Closes: #257106 * Add dmsetup udeb Closes: #241385 -- Patrick Caulfield Wed, 7 Jul 2004 14:42:34 +0100 devmapper (2:1.00.17-5) unstable; urgency=low * Take over maintainership. * recreate the /dev/mapper/control device at each reboot in case the minor number changes. Closes: #236735 -- Patrick Caulfield Tue, 1 Jun 2004 11:13:55 +0100 devmapper (2:1.00.17-4) unstable; urgency=low * The DAM-approval-process-sucks release. * Fix missing autoconf build-dep (closes: #249476). -- Andres Salomon Mon, 17 May 2004 22:35:26 -0400 devmapper (2:1.00.17-3) unstable; urgency=low * Fix autoconf check for selinux build environment (closes: #248656). -- Andres Salomon Mon, 17 May 2004 03:20:52 -0400 devmapper (2:1.00.17-2) unstable; urgency=low * Add a little blurb about the removal of VFS locking patch in README.Debian. By popular request. * Have libdevmapper1.00-udeb provide libdevmapper1.00 (closes: #248238). -- Andres Salomon Mon, 10 May 2004 02:07:12 -0400 devmapper (2:1.00.17-1) unstable; urgency=low * New upstream release. * Update kernel patches, ensure VFS lock patch is applied (closes: #245748). * Move dmsetup binary into /sbin (closes: #247053). * Add 002-lfs.patch; compile w/ -D_FILE_OFFSET_BITS=64. -- Andres Salomon Sat, 01 May 2004 23:55:01 -0400 devmapper (2:1.00.15-1) unstable; urgency=low * New upstream release (closes: #242514). * Update copyright file. * Drop 2.4.22 kernel patch. This rids us of the need for a separate VFS-lock patch. * Add 2.4.25 kernel patch (closes: #241097). * Add init script for libdevmapper (closes: #233624). * Doc updates, cleanups, and added a README.Debian (closes: #234488). * Update kernel headers to 2.4.25. -- Andres Salomon Thu, 08 Apr 2004 03:16:45 -0400 devmapper (2:1.00.07-4) unstable; urgency=low * Acknowledge NMU. * Add udeb for debian-installer. * Add 2.4.24 devmapper patch, taken from Joe Thornber's 2.4.23-pre7 patch. Note that this also includes the VFS-locking patch. (Closes: #228017) * Add 2.4.24 devmapper patch for Debian; this one is based on the normal 2.4.24 patch, but applies to Debian's 2.4.24-2 kernel. (Closes: #230015) * Drop 2.4.20 and 2.4.21 patches; those kernels are deprecated and insecure. (Closes: #205862) * Add versioned build-dep for cdbs. -- Andres Salomon Sat, 14 Feb 2004 18:56:08 -0500 devmapper (2:1.00.07-3.1) unstable; urgency=low * Non-maintainer upload * Include VFS-lock patch (Closes: #224829) -- Matt Zimmerman Mon, 22 Dec 2003 13:28:25 -0800 devmapper (2:1.00.07-3) unstable; urgency=low * Add explicit dependency upon linux-kernel-headers. (Closes: #223629) * Build-depend upon autotools-dev so that cdbs can find an updated config.{sub,guess}. (Closes: #223697) -- Andres Salomon Sun, 14 Dec 2003 19:30:54 -0500 devmapper (2:1.00.07-2) unstable; urgency=low * Enable v1 ioctls compatibility. (Closes: #223414) -- Andres Salomon Tue, 09 Dec 2003 10:36:38 -0500 devmapper (2:1.00.07-1) unstable; urgency=low * New upstream release. * Remove 001-2.4.22-dm1.patch (now included upstream). * Change kernel-patch-device-mapper's arch type to all; thanks to Philipp Matthias Hahn for pointing this out. (Closes: #216187) * Tell cdbs the proper directory for config.{sub,guess}. -- Andres Salomon Sun, 30 Nov 2003 01:50:06 -0500 devmapper (2:1.00.05-3) unstable; urgency=low * Fix problem w/ dm patch on sparc64. (Closes: #213446) * Update standards-version. * Remove CFLAGS patch, as cdbs now doesn't clobber CFLAGS (yay!). -- Andres Salomon Wed, 15 Oct 2003 00:57:12 -0400 devmapper (2:1.00.05-2) unstable; urgency=low * Fix PIC problem due to cdbs clobbering CFLAGS. (Closes: #212023) -- Andres Salomon Sat, 27 Sep 2003 16:00:59 -0400 devmapper (2:1.00.05-1) unstable; urgency=low * New upstream version. * Change build system to use cdbs. * Add 2.4.22 device-mapper patch. (Closes: #210447) * Add versioned build-dep for dh-kpatches (see bug #204160). -- Andres Salomon Thu, 18 Sep 2003 01:00:28 -0400 devmapper (2:1.00.03-1) unstable; urgency=low * New upstream version. -- Andres Salomon Fri, 22 Aug 2003 00:50:48 -0400 devmapper (2:1.00.02-2) unstable; urgency=low * Add epoch. * Fix typo in description. (Closes: #202727) -- Andres Salomon Sat, 19 Jul 2003 19:32:37 -0400 devmapper (1.00.02-1) unstable; urgency=low * New upstream version. * Update standards-version. -- Andres Salomon Sat, 19 Jul 2003 19:32:37 -0400 devmapper (1.00.02rc3-1) unstable; urgency=low * New upstream version. -- Andres Salomon Mon, 14 Jul 2003 00:50:42 -0400 devmapper (1.00.01rc2-1) unstable; urgency=low * New upstream version. * Update kernel patch, headers, and header scripts; 2.4.20 and 2.4.21 patches are now included. * New 1.00 SONAME, updated lib accordingly. -- Andres Salomon Wed, 09 Jul 2003 01:12:50 -0400 devmapper (0.96.08-1) unstable; urgency=low * New upstream version. * Update maintainer email address. * Rename libdevmapper0 to match SONAME. (Closes: #197438) * Remove libdevmapper modutils dependency and lvm2 postinst stuff; working towards a proper lvm2/lvm10/dm relationship. (Closes: #194907) * Update kernel patch and headers; 2.4.19 and 2.4.20 patches are now included. * Update standards-version and libdevmapper-dev's section. * Change SONAME stuff to work around ldconfig weirdness, and various other fixes. -- Andres Salomon Sat, 07 Jun 2003 18:00:03 -0400 devmapper (0.96.07-1) unstable; urgency=low * New upstream version. (Closes: #171671) * Char signedness assumption fixed. (Closes: #163825) * Remove types.h inclusion fix from 2.4.19 kernel patch; committed upstream. * debian/copyright fix to appease lintian. -- Andres Salomon Mon, 9 Dec 2002 02:16:28 -0400 devmapper (0.96.04-2) unstable; urgency=low * Make the new version of dh-kpatches happy. (Closes: #160927) * Make header-update makefile rule consistent w/ my other packages, and update headers for good measure. -- Andres Salomon Sat, 21 Sep 2002 17:29:07 -0400 devmapper (0.96.04-1) unstable; urgency=low * New upstream release (Beta5). * Update kernel headers to 2.4.19. * Update kpatch to 2.4.19. -- Andres Salomon Thu, 15 Aug 2002 00:26:20 -0400 devmapper (0.95.07-3) unstable; urgency=low * Move libdevmapper0 libs to /lib. (Closes: #146237) * Remove dependency on fileutils, to shut lintian up. -- Andres Salomon Sun, 12 May 2002 03:20:54 -0500 devmapper (0.95.07-2) unstable; urgency=low * Fix link error on hppa, due to lack of -fPIC. (Closes: #144792) * Fix postinst error in libdevmapper0. (Closes: #144889) * Updated depends (removed patch, bzip2, added modutils, fileutils). -- Andres Salomon Sun, 28 Apr 2002 14:26:59 -0500 devmapper (0.95.07-1) unstable; urgency=low * New release (Beta2). * Remove 2.4.16 and 2.4.17 patches from kpatches. * Reworked the build system to supply its own headers, instead of depending upon kernel-source packages. Makes building much faster. * Added scripts/ directory, and scripts to keep kernel headers up-to-date. -- Andres Salomon Thu, 25 Apr 2002 01:01:41 -0500 devmapper (0.95.06-1) unstable; urgency=low * New release. -- Andres Salomon Wed, 3 Apr 2002 00:02:12 -0500 devmapper (0.95.05-1) unstable; urgency=low * New release; ext3 support and 2.4.18 patches now included. * Drop the cvs suffix from version. -- Andres Salomon Fri, 15 Mar 2002 01:03:25 -0500 devmapper (0.95.03cvs20020306-1) unstable; urgency=low * New Release. * Convert from debian native package. -- Andres Salomon Wed, 6 Mar 2002 00:29:39 -0500 devmapper (0.95.02cvs20020304) unstable; urgency=low * CVS update. * Renamed libdevmapper package to libdevmapper0. * Added postinst script for creating devmapper control device. -- Andres Salomon Mon, 4 Mar 2002 02:23:48 -0500 devmapper (0.95.02cvs20020218) unstable; urgency=low * Initial Release. * device-mapper broken up into libdevmapper1, libdevmapper-dev, dmsetup, and kernel-patch-device-mapper. -- Andres Salomon Mon, 18 Feb 2002 15:46:08 -0500