Change logs for parted source package in Jaunty

  • parted (1.8.8.git.2008.03.24-11.1ubuntu6) jaunty; urgency=low
    
      * gptsync.dpatch (update):
        - Treat ext4 like ext3 for the purposes of the protective MBR.
        - Add "Apple Inc." as a possible Apple DMI vendor string (LP: #222126).
    
     -- Colin Watson <email address hidden>   Sat, 28 Mar 2009 13:02:52 +0000
  • parted (1.8.8.git.2008.03.24-11.1ubuntu5) jaunty; urgency=low
    
      * udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading the
        partition table, to avoid a variety of races (LP: #340188).
    
     -- Colin Watson <email address hidden>   Tue, 10 Mar 2009 21:28:11 +0000
  • parted (1.8.8.git.2008.03.24-11.1ubuntu4) jaunty; urgency=low
    
      * unpartitioned-disks.dpatch (update): Fix reversed logic that caused us
        never to commit partitionable disk changes to the kernel (LP: #317709).
        Whoops!
    
     -- Colin Watson <email address hidden>   Fri, 16 Jan 2009 12:43:36 +0000
  • parted (1.8.8.git.2008.03.24-11.1ubuntu3) jaunty; urgency=low
    
      * 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 (encountered during a
        Wubi installation of Ubuntu).
    
     -- Colin Watson <email address hidden>   Thu, 15 Jan 2009 00:47:01 +0000
  • parted (1.8.8.git.2008.03.24-11.1ubuntu2) jaunty; urgency=low
    
      * ext4.dpatch: Add skeletal ext4 support.
      * dm-null-target.dpatch: Fix segfault in case DM_DEVICE_TABLE returns no
        targets.
    
     -- Colin Watson <email address hidden>   Thu, 08 Jan 2009 15:00:22 +0000
  • parted (1.8.8.git.2008.03.24-11.1ubuntu1) jaunty; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - swap-uuid.dpatch: Create UUIDs on new swap partitions.
        - 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.
        - array-bounds.dpatch: Backport patch from git to allow building with
          gcc-4.3.
        - disable_o_direct.dpatch: Replace the use of O_DIRECT with calls to
          fsync() at appropriate times.
    
    parted (1.8.8.git.2008.03.24-11.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Preserve hidden partitions in DOS-format partition tables if they are not
        explicitly replaced. Closes: #491797
    
     -- Colin Watson <email address hidden>   Tue, 23 Dec 2008 19:08:01 +0000
  • parted (1.8.8.git.2008.03.24-11ubuntu1) jaunty; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - swap-uuid.dpatch: Create UUIDs on new swap partitions.
        - 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.
        - array-bounds.dpatch: Backport patch from git to allow building with
          gcc-4.3.
        - disable_o_direct.dpatch: Replace the use of O_DIRECT with calls to
          fsync() at appropriate times.
    
    parted (1.8.8.git.2008.03.24-11) unstable; urgency=low
    
      * Add patch to avoid using partition names for loop devices. Thanks to
        Colin Watson <email address hidden> for the patch. Closes: #502618
    
    parted (1.8.8.git.2008.03.24-10) unstable; urgency=low
    
      * Merge from Ubuntu: debian/patches/parted-dmraid.dpatch: Patch to educate
        libparted about dmraid arrays, which use device mapper. Libparted was
        naming new partition nodes incorrectly, and not setting the UUIDs for
        dmraid device nodes. (Closes: #497110)
    
    parted (1.8.8.git.2008.03.24-9) unstable; urgency=low
    
      [ Otavio Salvador ]
      * Bump package soname
    
      [ Guido Günther ]
      * Return the correct partition names for multipath devices
      * linux device-mapper map type detection (closes: #440675)
    
    parted (1.8.8.git.2008.03.24-8) unstable; urgency=low
    
      * Disable backtrace when building the udeb packages (closes: #488374).
    
     -- Colin Watson <email address hidden>   Mon, 10 Nov 2008 01:47:11 +0000
  • parted (1.8.8.git.2008.03.24-7ubuntu7) intrepid; urgency=low
    
      * Replace the use of O_DIRECT with calls to fsync() at appropriate times.
    
     -- Soren Hansen <email address hidden>   Fri, 12 Sep 2008 15:40:45 +0200