Change logs for parted source package in Lucid

  • parted (2.2-5ubuntu5.2) lucid-proposed; urgency=low
    
      * Don't call 'udevadm settle' when chrooted (LP: #664115).
     -- Colin Watson <email address hidden>   Thu, 30 Jun 2011 09:11:45 +0100
  • parted (2.2-5ubuntu5.1) lucid-proposed; urgency=low
    
      [ Phillip Susi ]
      * fix-dmraid-regression.path: Reverse upstream change that broke
        installation on dmraid disks for lucid (LP: #568050)
        (Note that this patch is likely to be reverted in Maverick once
        udev/lvm2 switch to the new naming scheme, per the upstream mailing list
        discussion.)
     -- Colin Watson <email address hidden>   Mon, 14 Jun 2010 11:20:45 +0100
  • parted (2.2-5ubuntu5) lucid; urgency=low
    
      * limit-diagnostics.patch: Fix diagnostics about exceeding partition
        limits.
      * loop-limits.patch (update): Rebuild libparted/labels/pt-limit.c from its
        gperf source (LP: #543838).
     -- Colin Watson <email address hidden>   Wed, 21 Apr 2010 14:18:50 +0100
  • parted (2.2-5ubuntu4) lucid; urgency=low
    
      * Only probe DMI on i386/amd64 (LP: #561426).
     -- Colin Watson <email address hidden>   Tue, 13 Apr 2010 13:41:53 +0100
  • parted (2.2-5ubuntu3) lucid; urgency=low
    
      * ext4-detection.patch: uninit_bg and flex_bg features should indicate
        ext4 (LP: #561599).
     -- Colin Watson <email address hidden>   Tue, 13 Apr 2010 00:29:14 +0100
  • parted (2.2-5ubuntu2) lucid; urgency=low
    
      * loop-limits.patch: Remove limits on loop labels (LP: #543838).
     -- Colin Watson <email address hidden>   Fri, 09 Apr 2010 15:13:57 +0100
  • parted (2.2-5ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian.  Remaining changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
          not have extra nodes created needlessly, as well as making sure that
          partition nodes for dmraid devices are not probed.
        - put-back-BLKPG.patch: Upstream removed the code using the new BLKPG
          ioctls instead of the old BLKRRPART ioctl to update the in-kernel
          partition table.  This patch reverses that change.
        - error-check-BLKPG.patch: Add error checking to the BLKPG code to fix
          up the old BLKPG code to satisfy upstream.
        - extended-geom.patch: Always allow at least two sectors for extended
          boot record.
    
    parted (2.2-5) unstable; urgency=low
    
      * Fix brown-paper-bag build error in kFreeBSD patch.
    
    parted (2.2-4) unstable; urgency=low
    
      * Policy version 3.8.4: no changes required.
      * Merge from maint-1.8 branch:
        - Version libparted[12] conflicts/replaces in preparation for
          upstream-maintained sonames in 2.2 and newer.
      * Rename libparted0 to libparted0debian1 (LP: #535368), and also
        libparted0-dbg to libparted0debian1-dbg in case anything is relying on
        those package names matching.  This is unfortunate, but is needed to
        work around historical unversioned Conflicts on libparted0, libparted1,
        and libparted2, which would break upgrades from lenny.  Add a dummy
        libparted0 package to provide smooth upgrades from earlier 2.2-*
        versions.
    
    parted (2.2-3) unstable; urgency=low
    
      * Restore GNU/kFreeBSD support (closes: #575007).
      * Don't rebuild autotools files during the build.
      * Guard against FreeBSD kern.geom.conftxt not being newline-terminated.
      * Fix FreeBSD support for file devices.
      * Add GPT device naming support on kFreeBSD (thanks, Robert Millan;
        closes: #548436).
      * Strings from struct ata_params are not guaranteed to be null terminated
        (thanks, Aurelien Jarno; closes: #559645).
    
    parted (2.2-2) unstable; urgency=low
    
      * Upload to unstable.
     -- Colin Watson <email address hidden>   Tue, 06 Apr 2010 12:38:46 +0100
  • parted (2.2-1ubuntu4) lucid; urgency=low
    
      [ Phillip Susi ]
      * put-back-BLKPG.patch: Upstream removed the code using the new
        BLKPG ioctls instead of the old BLKRRPART ioctl to update the
        in-kernel partition table.  This patch reverses that change.
      * error-check-BLKPG.patch: Add error checking to the BLKPG code to
        fix up the old BLKPG code to satisfy upstream.  (LP: #540940)
      * Refresh quilt patches.
    
      [ Colin Watson ]
      * extended-geom.patch: Always allow at least two sectors for extended boot
        record.
     -- Colin Watson <email address hidden>   Mon, 29 Mar 2010 14:45:28 +0100
  • parted (2.2-1ubuntu3) lucid; urgency=low
    
      * gptsync.patch (update): Set OSType 0xee (same as EFI System Partitions)
        for bios_grub partitions, since otherwise the Linux kernel won't
        recognise us as GPT on Apple systems.  Also remove a stray & which
        completely broke GPT syncing on such systems (LP: #538536).
     -- Colin Watson <email address hidden>   Mon, 15 Mar 2010 00:41:43 +0000
  • parted (2.2-1ubuntu2) lucid; urgency=low
    
      * Refresh quilt patches.
      * Drop sparc-new-label.patch.  The relevant part of this was merged
        upstream in 2.2, and the rest was cosmetic.
     -- Colin Watson <email address hidden>   Mon, 08 Mar 2010 16:44:56 +0000
  • parted (2.2-1ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian experimental (albeit from the NEW queue).
        Relevant upstream changes:
        - gpt: read-only operation could clobber MBR part of hybrid GPT+MBR
          table (LP: #529904).
      * Remaining changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - sparc-new-label.dpatch: Fix sparc disk label generation.  This is
          required for LDOM and parallel installations with Solaris 10.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
          not have extra nodes created needlessly, as well as making sure that
          partition nodes for dmraid devices are not probed.
    
    parted (2.2-1) experimental; urgency=low
    
      * New upstream release.
    
      [ Colin Watson ]
      * Upstream now uses libtool's versioning system, so the SONAME has changed
        from "libparted-2.1.so.0" to "libparted.so.0".  Change library package
        names to libparted0 etc. to match.  This actually returns to a SONAME
        that was used for a few months in 2000, but it seems unlikely that that
        will cause any problems and I'd rather keep in sync with upstream.
     -- Colin Watson <email address hidden>   Mon, 08 Mar 2010 16:04:33 +0000
  • parted (2.1-4ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian experimental.  Remaining changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - sparc-new-label.dpatch: Fix sparc disk label generation.  This is
          required for LDOM and parallel installations with Solaris 10.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
          not have extra nodes created needlessly, as well as making sure that
          partition nodes for dmraid devices are not probed.
    
    parted (2.1-4) experimental; urgency=low
    
      * Make libparted-2.1-dev depend on packages that deliver other libraries
        listed in libparted.la (closes: #526896).
     -- Colin Watson <email address hidden>   Mon, 01 Mar 2010 17:20:31 +0000
  • parted (2.1-3ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian experimental.  Remaining changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - sparc-new-label.dpatch: Fix sparc disk label generation.  This is
          required for LDOM and parallel installations with Solaris 10.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
          not have extra nodes created needlessly, as well as making sure that
          partition nodes for dmraid devices are not probed.
    
    parted (2.1-3) experimental; urgency=low
    
      * linux-exports.patch: Don't export linux_get_minimum_alignment or
        linux_get_optimum_alignment functions.
     -- Colin Watson <email address hidden>   Fri, 26 Feb 2010 17:46:31 +0000
  • parted (2.1-2ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian experimental (LP: #511075).  Remaining
        changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - sparc-new-label.dpatch: Fix sparc disk label generation.  This is
          required for LDOM and parallel installations with Solaris 10.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
          not have extra nodes created needlessly, as well as making sure that
          partition nodes for dmraid devices are not probed.
      * Upstream fixes:
        - Supports non-512-byte logical sectors (LP: #505549).
        - Do not discard bootcode from extended partition on msdos label when
          some of the logical partitions are changed (LP: #445067).
        - Don't use msftres flag for FAT/NTFS partitions on GPT (LP: #397386).
    
    parted (2.1-2) experimental; urgency=low
    
      * Build-depend on libblkid-dev, since otherwise we don't get
        minimum/optimum alignment handling on Linux.
    
    parted (2.1-1) experimental; urgency=low
    
      * New upstream release
    
      [ Otavio Salvador ]
      * control.in: bump preferred soname for libreadline (closes: #553824).
    
      [ Colin Watson ]
      * control.in: Remove copy-and-paste error from libparted1.8-i18n
        description (closes: #497626).
      * copyright: Document parted.info's licence, namely GFDL 1.1 with no
        invariant sections, front-cover texts, or back-cover texts (closes:
        #500201).
      * rules: Cell partition tables are misdetected as pc98, so disable pc98
        support on powerpc (closes: #487833).
      * control.in: Don't build-depend on libdevmapper-dev on hurd-i386.
      * control.in: Build-depend on libdevmapper-dev (>= 1.02.33), for
        dm_task_set_major_minor.
    
      [ Xavier Oswald ]
      * debian/control.in:
        - Change my mail address
        - Bump Standards-Version to 3.8.3
        - Update Build-Depends on debhelper 7
      * debian/compat: update version to 7
      * Parted not informing the kernel of changes to the partition table
        (Closes: #557044), fixed upstream
    
      [ Otavio Salvador ]
      * debian/watch: fix URL to download
      * Switch to quilt to manage patches
        - unpartitioned-disks.dpatch, drop (merged upstream)
        - unblacklist-md.dpatch, drop (merged upstream)
        - amiga-raid-lvm-fix.dpatch, drop (not used for ages)
        - devfs.dpatch, drop (devfs is not used)
        - reiserfs-libname.dpatch, drop (referenced library is unavailable)
    
      [ Xavier Oswald, Colin Watson ]
      * Refresh update-ext4-code.patch
    
      [ Otavio Salvador ]
      * Fix parted-doc info files installation
      * Add lintian overrides for parted package
      * Use soname in libparted udeb name
     -- Colin Watson <email address hidden>   Fri, 26 Feb 2010 14:27:21 +0000
  • parted (1.8.8.git.2009.07.19-5ubuntu2) lucid; urgency=low
    
      * Rebuild for current uuid-dev.
     -- Marc Deslauriers <email address hidden>   Sun, 07 Feb 2010 19:22:06 -0500
  • parted (1.8.8.git.2009.07.19-5ubuntu1) lucid; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
          protective MBR.
        - Add -fno-stack-protector on sparc.
        - sparc-new-label.dpatch: Fix sparc disk label generation. This is
          required for LDOM and parallel installations with Solaris 10.
        - loop-partitions.dpatch: Loop devices can only have one partition, so
          don't generate device names such as "/dev/loop0p1".
        - When building with gcc-4.3, add -Wno-array-bounds to CFLAGS.
        - Cell partition tables are misdetected as pc98, so disable pc98 support
          on powerpc.
        - disable_o_direct.dpatch: Replace the use of O_DIRECT with calls to
          fsync() at appropriate times.
        - unpartitioned-disks.dpatch (update): Just return immediately from
          ped_disk_commit if running on an unpartitioned disk, to avoid failures
          in case we end up in _kernel_reread_part_table.
        - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
          the partition table, to avoid a variety of races.
        - dmraid.dpatch: Restored. Ensures that device-mapper devices for dmraid
          arrays do not have extra nodes created needlessly, as well as making
          sure that partition nodes for dmraid devices are not probed.
      * Upstream fixed destruction of first 446 bytes of protective MBR on GPT
        write (LP: #351414).
    
    parted (1.8.8.git.2009.07.19-5) unstable; urgency=low
    
      * Update building system with automake 1.11
    
    parted (1.8.8.git.2009.07.19-4) unstable; urgency=low
    
      [ Otavio Salvador ]
      * Fix FTBFS in s390 due a missing prototype in dasd label.
    
      [ Aurelien Jarno ]
      * Add FreeBSD architecture support files
      * Regenerate configure and Makefile.in
    
    parted (1.8.8.git.2009.07.19-3) unstable; urgency=low
    
      [ Otavio Salvador ]
      * control.in: use debug for libparted-dbg.
    
      [ Colin Watson ]
      * control.in: Move libparted@LIBPKGVER@-i18n to section localization.
    
      [ Luca Favatella ]
      * control.in: Remove libdevmapper-dev as build-dependency on GNU/kFreeBSD.
      * debian/rules: Enable device-mapper only on Linux.
    
      [ Otavio Salvador ]
      * Do not dynamicaly update soname.
    
    parted (1.8.8.git.2009.07.19-2) unstable; urgency=low
    
      * unblacklist-md.dpatch: Revert commit
        f94e08bdb4ba0fa1b9fd35509e04c2d9ee84ff80, which broke RAID configuration
        in d-i and isn't necessary given our unpartitioned-disks patch.
      * Add myself to Uploaders, at Otavio's suggestion.
    
    parted (1.8.8.git.2009.07.19-1) unstable; urgency=low
    
      * New upstream snapshot.
    
      [ Max Vozeler ]
      * Restore dependency on the patch-stamp target. (closes: #534248)
    
      [ Otavio Salvador ]
      * Drop baseline-symbols patch.
      * Update symbols - no soname bump required.
    
    parted (1.8.8.git.2009.06.03-2) unstable; urgency=low
    
      * libparted: move LinuxSpecific stuff to a private linux.h header
     -- Colin Watson <email address hidden>   Mon, 09 Nov 2009 21:40:36 +0000
  • parted (1.8.8.git.2009.06.03-1ubuntu6) karmic; urgency=low
    
      * baseline-symbols-update.dpatch (update): Add ped_file_system_alias_*
        functions.
      * debian/rules: Bump DEPVER to -1ubuntu5. This just adds interfaces and so
        doesn't require a soname change.
    
     -- Colin Watson <email address hidden>   Mon, 05 Oct 2009 12:14:16 +0100