[ubuntu/jaunty] partman-auto 83ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Sat Nov 15 00:15:16 GMT 2008


partman-auto (83ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Adjust default partition sizes for Ubuntu.
    - Accept autopartitioning automatically rather than showing
      choose_partition.
    - Drop priority of partman-auto/choose_recipe question to medium.
    - Offer resize_use_free autopartitioning method.
    - Add support for partman-auto/method=loop via partman-auto-loop.
    - Drop the bootable flag from i386/amd64 recipes; it can break existing
      Windows installations when autopartitioning only free space rather
      than a whole disk.
    - Remove explicit $primary{ } specifiers from standard recipes. We only
      need them to be primary if no other primary partitions exist already.
    - Add relatime to all autopartitioning recipes.
    - Make biggest_free respect the selection made in partman-auto/disk.
    - Make biggest_free use mapdevfs to produce a valid partman disk.
    - Exit straight away if a called script is killed by a signal.

partman-auto (83) unstable; urgency=low

  [ Giuseppe Iuculano ]
  * lib/auto-shared.sh: Consider device-mapper devices/dmraid arrays with the
    sataraid flag set as usable for automatic partitioning.
    Patch based on work done by Luke Yelavich <themuso at ubuntu.com> in Ubuntu.

  [ Frans Pop ]
  * Factor out is_multipath_dev function to base.sh function library.
    Requires partman-base (>= 126).

  [ Updated translations ]
  * Belarusian (be.po) by Pavel Piatruk
  * Bosnian (bs.po) by Armin Besirovic
  * Danish (da.po)
  * Hebrew (he.po) by Omer Zak
  * Croatian (hr.po) by Josip Rodin
  * Latvian (lv.po) by Peteris Krisjanis
  * Macedonian (mk.po) by Arangel Angov
  * Slovenian (sl.po) by Vanja Cvelbar
  * Serbian (sr.po) by Veselin Mijušković

partman-auto (81) unstable; urgency=low

  [ Jérémy Bobbio ]
  * Move dev_to_partman() to lib/auto-shared.sh.
    Based on a patch by Grégory Oestreicher.
  * Use convert_to_megabytes() in decode_recipe(), autopartition and
    perform_recipe.
    Depends: partman-base (>= 125)
  * Rename $devfspv_devices to $pv_devices in lib/auto-shared.sh now that we
    don't have devfs devices anymore.
  * create_primary_partitions() and create_partitions() now add dm-crypt
    devices to $pv_devices when using the "crypto" method, like it is done for
    LVM.
  * Call prepare_new_labels() before calling create_new_label().
    Depends: partman-partitioning (>= 62)
  * Move get_last_free_partition_infos() out of auto_init_disk() in
    lib/auto-shared.sh.  autopartition has been updated accordingly.
    Based on a patch by Grégory Oestreicher.
    Breaks: partman-auto-lvm (<< 29)
  * Rename auto_init_disk() to auto_init_disks() as it can now initialize
    multiple disks at once.  autopartition has been updated accordingly.
    Breaks: partman-auto-lvm (<< 29)
  * Call autopartition-lvm on all disks in partman-auto/disk at once to enable
    proper support of multiple disks partitioning.
    Depends: partman-auto-lvm (>= 29)
  * Call auto_init_disks() with all disks that are going to be used in a
    "raid" method in order to avoid bogus partman restarts.

  [ Updated translations ]
  * Arabic (ar.po) by Ossama M. Khayat
  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)

partman-auto (80) unstable; urgency=low

  [ Jérémy Bobbio ]
  * Propagate debconf_select() cancel return code in choose_recipe().
  * Correctly handle GOBACK in automatically_partition/some_device/do_option.
    (Closes: #487694)
  * Update to the new debconf_select interface.
    Requires partman-base (>= 124).

  [ Updated translations ]
  * Esperanto (eo.po) by Felipe Castro

partman-auto (79) unstable; urgency=low

  [ Martin Michlmayr ]
  * Use the size values for /boot from the generic recipe for iop32x
    and orion5x since there's no reason to divert from the default.
  * Allow LVM on iop32x and orion5x.
  * Add recipes for ixp4xx that allocate more swap than other recipes
    (for the Linksys NSLU2 which only has 32 MB RAM).
  * ixp4xx: Don't offer lvm by default since it uses many resources.

  [ Frans Pop ]
  * Change default file system for /boot partition from ext3 to ext2.
    As they are relatively small the journal overhead is fairly big and
    because the transaction volume is very low the need for a journal is
    a lot less than on other partitions.

  [ Updated translations ]
  * Belarusian (be.po) by Pavel Piatruk
  * Basque (eu.po) by Iñaki Larrañaga Murgoitio
  * Finnish (fi.po) by Esko Arajärvi
  * Italian (it.po) by Milo Casagrande
  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
  * Slovak (sk.po) by Ivan Masár
  * Turkish (tr.po) by Mert Dirik

Date: Sat, 15 Nov 2008 00:06:40 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/jaunty/+source/partman-auto/83ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 15 Nov 2008 00:06:40 +0000
Source: partman-auto
Binary: partman-auto
Architecture: source
Version: 83ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 partman-auto - Automatically partition storage devices (partman) (udeb)
Closes: 487694
Changes: 
 partman-auto (83ubuntu1) jaunty; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - Adjust default partition sizes for Ubuntu.
     - Accept autopartitioning automatically rather than showing
       choose_partition.
     - Drop priority of partman-auto/choose_recipe question to medium.
     - Offer resize_use_free autopartitioning method.
     - Add support for partman-auto/method=loop via partman-auto-loop.
     - Drop the bootable flag from i386/amd64 recipes; it can break existing
       Windows installations when autopartitioning only free space rather
       than a whole disk.
     - Remove explicit $primary{ } specifiers from standard recipes. We only
       need them to be primary if no other primary partitions exist already.
     - Add relatime to all autopartitioning recipes.
     - Make biggest_free respect the selection made in partman-auto/disk.
     - Make biggest_free use mapdevfs to produce a valid partman disk.
     - Exit straight away if a called script is killed by a signal.
 .
 partman-auto (83) unstable; urgency=low
 .
   [ Giuseppe Iuculano ]
   * lib/auto-shared.sh: Consider device-mapper devices/dmraid arrays with the
     sataraid flag set as usable for automatic partitioning.
     Patch based on work done by Luke Yelavich <themuso at ubuntu.com> in Ubuntu.
 .
   [ Frans Pop ]
   * Factor out is_multipath_dev function to base.sh function library.
     Requires partman-base (>= 126).
 .
   [ Updated translations ]
   * Belarusian (be.po) by Pavel Piatruk
   * Bosnian (bs.po) by Armin Besirovic
   * Danish (da.po)
   * Hebrew (he.po) by Omer Zak
   * Croatian (hr.po) by Josip Rodin
   * Latvian (lv.po) by Peteris Krisjanis
   * Macedonian (mk.po) by Arangel Angov
   * Slovenian (sl.po) by Vanja Cvelbar
   * Serbian (sr.po) by Veselin Mijušković
 .
 partman-auto (81) unstable; urgency=low
 .
   [ Jérémy Bobbio ]
   * Move dev_to_partman() to lib/auto-shared.sh.
     Based on a patch by Grégory Oestreicher.
   * Use convert_to_megabytes() in decode_recipe(), autopartition and
     perform_recipe.
     Depends: partman-base (>= 125)
   * Rename $devfspv_devices to $pv_devices in lib/auto-shared.sh now that we
     don't have devfs devices anymore.
   * create_primary_partitions() and create_partitions() now add dm-crypt
     devices to $pv_devices when using the "crypto" method, like it is done for
     LVM.
   * Call prepare_new_labels() before calling create_new_label().
     Depends: partman-partitioning (>= 62)
   * Move get_last_free_partition_infos() out of auto_init_disk() in
     lib/auto-shared.sh.  autopartition has been updated accordingly.
     Based on a patch by Grégory Oestreicher.
     Breaks: partman-auto-lvm (<< 29)
   * Rename auto_init_disk() to auto_init_disks() as it can now initialize
     multiple disks at once.  autopartition has been updated accordingly.
     Breaks: partman-auto-lvm (<< 29)
   * Call autopartition-lvm on all disks in partman-auto/disk at once to enable
     proper support of multiple disks partitioning.
     Depends: partman-auto-lvm (>= 29)
   * Call auto_init_disks() with all disks that are going to be used in a
     "raid" method in order to avoid bogus partman restarts.
 .
   [ Updated translations ]
   * Arabic (ar.po) by Ossama M. Khayat
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
 .
 partman-auto (80) unstable; urgency=low
 .
   [ Jérémy Bobbio ]
   * Propagate debconf_select() cancel return code in choose_recipe().
   * Correctly handle GOBACK in automatically_partition/some_device/do_option.
     (Closes: #487694)
   * Update to the new debconf_select interface.
     Requires partman-base (>= 124).
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
 .
 partman-auto (79) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * Use the size values for /boot from the generic recipe for iop32x
     and orion5x since there's no reason to divert from the default.
   * Allow LVM on iop32x and orion5x.
   * Add recipes for ixp4xx that allocate more swap than other recipes
     (for the Linksys NSLU2 which only has 32 MB RAM).
   * ixp4xx: Don't offer lvm by default since it uses many resources.
 .
   [ Frans Pop ]
   * Change default file system for /boot partition from ext3 to ext2.
     As they are relatively small the journal overhead is fairly big and
     because the transaction volume is very low the need for a journal is
     a lot less than on other partitions.
 .
   [ Updated translations ]
   * Belarusian (be.po) by Pavel Piatruk
   * Basque (eu.po) by Iñaki Larrañaga Murgoitio
   * Finnish (fi.po) by Esko Arajärvi
   * Italian (it.po) by Milo Casagrande
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Slovak (sk.po) by Ivan Masár
   * Turkish (tr.po) by Mert Dirik
Checksums-Sha1: 
 f683d945eca0119b78cde9e6fc0a025d61a4f3d3 1154 partman-auto_83ubuntu1.dsc
 806b69243da88f80f0ece6d8b254c9aec6d09488 117977 partman-auto_83ubuntu1.tar.gz
Checksums-Sha256: 
 8ef6f84138c0c99cc9561193af729bfd3956d203006491e290541bca1b0fec8a 1154 partman-auto_83ubuntu1.dsc
 fc6ccaf595046a6fd084fbd74053c32ca53316ea871320de25b031e0b271bcc1 117977 partman-auto_83ubuntu1.tar.gz
Files: 
 b23c18dba0456fed22036065d4d7800e 1154 debian-installer standard partman-auto_83ubuntu1.dsc
 51f75649336bf17fdb9c6f76a3ebace7 117977 debian-installer standard partman-auto_83ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFJHhMn9t0zAhD6TNERAuhuAJ9rgEsA9xFiwyTgE1Rd5Bt/2BDjegCgihgF
cFiiZW73VSViIjkcrhjakuw=
=yLpY
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list