~ubuntu-branches/ubuntu/karmic/partitionmanager/karmic

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-01-23 17:57:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090123175736-2ltrhgg3m55dokbm
Tags: upstream-1.0.0~beta1a
ImportĀ upstreamĀ versionĀ 1.0.0~beta1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.0.0-BETA1
 
2
===========
 
3
 
 
4
* Fix a potential crash when merging a New Operation and a Create File System
 
5
  Operation.
 
6
 
 
7
* Set extended partitions as busy as long as logical partitions inside them
 
8
  are mounted.
 
9
 
 
10
* Don't silently succeed  when unmounting a partition that cannot in fact be
 
11
  unmounted because it has no mount points.
 
12
 
 
13
* Prevent creating a new partition table on a device with mounted partitions.
 
14
 
 
15
* Add tooltips to partition widgets.
 
16
 
 
17
* Don't show cd/dvd readers or writers as devices even if libparted reports
 
18
  them.
 
19
 
 
20
* Add support for ext4.
 
21
 
 
22
* Fix calculation of reserved/free blocks for ext2/3/4.
 
23
 
 
24
* Output reason why a mount or unmount might have failed.
 
25
 
 
26
* Fix minimum width for extended partitions in the partition table widget.
 
27
 
 
28
* Fix a bug where a partition table just created would not disappear when the
 
29
  operation to create it was undone.
 
30
 
 
31
* Don't allow creating partitions smaller than the device's cylinder size.
 
32
 
 
33
* Fix an error that could lead to some space (a few megabytes) between two
 
34
  partitions being wasted.
 
35
 
 
36
 
 
37
1.0.0-ALPHA2
 
38
============
 
39
 
 
40
* Add and install a .desktop file.
 
41
 
 
42
* Don't allow the user to close the main window while operations are being
 
43
  applied.
 
44
 
 
45
* Handle activating and deactivating swap. Also, swap does have labels.
 
46
 
 
47
* Don't try to print a mount point in the partition properties dialog if there
 
48
  is none.
 
49
 
 
50
* Show partition table type name and used/max primary partitions in the info
 
51
  pane.
 
52
 
 
53
* All disk label types but msdos are read only for now, until the support
 
54
  situation for them improves.
 
55
 
 
56
* Set default value for maximum number of primaries from 255 to 4.
 
57
 
 
58
* Actually set the correct disk label type before applying the operation to
 
59
  create a new disk label.
 
60
 
 
61
* Don't update the partition table widget while operations are being applied.
 
62
  This fixes a race condition that would potentially crash the application when
 
63
  applying operations.
 
64
 
 
65
* Update devices in the GUI after creating a new disk label or undoing
 
66
  operations.
 
67
 
 
68
* Set the operation state of all operations to StateNone when temporarily
 
69
  undoing them right before starting the thread to apply them. This fixes a
 
70
  crash when an operation fails and the remaining ones are undone twice.
 
71
 
 
72
* Update bug report address and homepage in the aboutdata.
 
73
 
 
74
* Unblock SIGCHLD in main so Kubuntu's kdesudo can run the application as root.
 
75
 
 
76
* If udevadm settle fails, try to call udevsettle to better support older
 
77
  systems.
 
78
 
 
79
* Fix the minimum size calculations for partition widgets.
 
80
 
 
81
* Add some doxygen documentation.
 
82