~ubuntu-branches/ubuntu/lucid/partman-auto/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-07-14 23:08:15 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090714230815-6baa53rau1a65wyf
Tags: 87ubuntu1
* 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.
  - Make biggest_free respect the selection made in partman-auto/disk.
  - Exclude devices containing the installation medium from automatic
    partitioning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-auto (87ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Resynchronise with Debian. Remaining changes:
 
4
    - Adjust default partition sizes for Ubuntu.
 
5
    - Accept autopartitioning automatically rather than showing
 
6
      choose_partition.
 
7
    - Drop priority of partman-auto/choose_recipe question to medium.
 
8
    - Offer resize_use_free autopartitioning method.
 
9
    - Add support for partman-auto/method=loop via partman-auto-loop.
 
10
    - Drop the bootable flag from i386/amd64 recipes; it can break existing
 
11
      Windows installations when autopartitioning only free space rather
 
12
      than a whole disk.
 
13
    - Remove explicit $primary{ } specifiers from standard recipes. We only
 
14
      need them to be primary if no other primary partitions exist already.
 
15
    - Make biggest_free respect the selection made in partman-auto/disk.
 
16
    - Exclude devices containing the installation medium from automatic
 
17
      partitioning.
 
18
 
 
19
 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 14 Jul 2009 23:08:15 +0100
 
20
 
 
21
partman-auto (87) unstable; urgency=low
 
22
 
 
23
  * Add support for writing sizes as a number plus a percentage of RAM, e.g.
 
24
    "2000+50%". This is useful when doing automatic partitioning with the
 
25
    expectation of creating swap files.
 
26
  * If we're creating primary partitions and find that we've reached the end
 
27
    of the recipe, use "full" rather than "beginning" as the place passed to
 
28
    NEW_PARTITION, thereby avoiding rounding problems and matching the
 
29
    process for creating logical partitions (closes: #516347, LP: #287571).
 
30
 
 
31
  [ Updated translations ]
 
32
  * Hindi (hi.po)
 
33
 
 
34
 -- Colin Watson <cjwatson@debian.org>  Tue, 14 Jul 2009 14:35:51 +0100
 
35
 
1
36
partman-auto (86ubuntu1) karmic; urgency=low
2
37
 
3
38
  * Resynchronise with Debian. Remaining changes: