~ubuntu-branches/ubuntu/utopic/partman-base/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-03 12:48:28 UTC
  • mfrom: (0.2.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110503124828-9bivbk6iyj8dwxlb
Tags: 150ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
    than running commit.d and finish.d scripts; add a partman-commit
    script; dump extra information to /var/lib/partman/snoop if
    PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
    ask_user and don't reshow the menu if it exists.
  - Don't skip over dmraid devices if the user chooses not to activate
    them.
  - If the only thing mounted on a disk is the installation medium and it
    uses more or less the whole disk, then silently exclude that disk; if
    the installation medium is mounted but doesn't use the whole disk,
    issue a warning that partitioning may be difficult; if anything else
    is mounted, offer to unmount it. partman/filter_mounted=false disables
    this.
  - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partman-base (150ubuntu1) oneiric; urgency=low
 
2
 
 
3
  * Resynchronise with Debian.  Remaining changes:
 
4
    - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
 
5
      than running commit.d and finish.d scripts; add a partman-commit
 
6
      script; dump extra information to /var/lib/partman/snoop if
 
7
      PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
 
8
      ask_user and don't reshow the menu if it exists.
 
9
    - Don't skip over dmraid devices if the user chooses not to activate
 
10
      them.
 
11
    - If the only thing mounted on a disk is the installation medium and it
 
12
      uses more or less the whole disk, then silently exclude that disk; if
 
13
      the installation medium is mounted but doesn't use the whole disk,
 
14
      issue a warning that partitioning may be difficult; if anything else
 
15
      is mounted, offer to unmount it. partman/filter_mounted=false disables
 
16
      this.
 
17
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.
 
18
 
 
19
 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 03 May 2011 12:48:28 +0100
 
20
 
 
21
partman-base (150) unstable; urgency=low
 
22
 
 
23
  * Team upload
 
24
 
 
25
  [ Updated translations ]
 
26
  * Belarusian (be.po) by Pavel Piatruk
 
27
  * Bulgarian (bg.po) by Damyan Ivanov
 
28
  * Czech (cs.po) by Miroslav Kure
 
29
  * German (de.po) by Holger Wansing
 
30
  * Esperanto (eo.po) by Felipe Castro
 
31
  * Estonian (et.po) by Mattias Põldaru
 
32
  * Persian (fa.po) by Behrad Eslamifar
 
33
  * Georgian (ka.po) by Aiet Kolkhi
 
34
  * Korean (ko.po) by Changwoo Ryu
 
35
  * Marathi (mr.po) by sampada
 
36
  * Bokmål, Norwegian (nb.po) by Hans Fredrik Nordhaug
 
37
  * Nepali (ne.po)
 
38
  * Romanian (ro.po) by Eddy Petrișor
 
39
  * Russian (ru.po) by Yuri Kozlov
 
40
  * Slovak (sk.po) by Ivan Masár
 
41
  * Swedish (sv.po) by Daniel Nylander
 
42
  * Uighur (ug.po) by Sahran
 
43
  * Simplified Chinese (zh_CN.po) by YunQiang Su
 
44
 
 
45
 -- Christian Perrier <bubulle@debian.org>  Sat, 23 Apr 2011 13:51:51 +0200
 
46
 
 
47
partman-base (149) unstable; urgency=low
 
48
 
 
49
  * Team upload
 
50
  * Resync translations with D-I master files
 
51
 
 
52
 -- Christian Perrier <bubulle@debian.org>  Thu, 17 Feb 2011 21:36:20 +0100
 
53
 
 
54
partman-base (148) unstable; urgency=low
 
55
 
 
56
  [ Christian Perrier ]
 
57
  * Make partman/text/mmc_disk and partman/text/mmc_partition
 
58
    translatable
 
59
  * Make ext4 the default file system for Linux
 
60
 
 
61
  [ Colin Watson ]
 
62
  * Include <sys/stat.h> in parted_server.c for mkfifo.
 
63
 
 
64
 -- Christian Perrier <bubulle@debian.org>  Fri, 11 Feb 2011 19:45:59 +0100
 
65
 
1
66
partman-base (147ubuntu1) natty; urgency=low
2
67
 
3
68
  * Resynchronise with Debian.  Remaining changes: