~ubuntu-branches/ubuntu/utopic/gdisk/utopic-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2012-03-21 23:18:43 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120321231843-0uep1rjni0ajtsda
Tags: 0.8.2-1
* New upstream release
* debian/patches/manpages.diff:
  + Edit header with DEP3 format
  + Refresh original patch (as version has changed in the manpage)
  + Add an escape on single quote
  + Fix a minor typo (Closes: #651379)
* debian/patches/eof_stdin.diff: avoid infinite loop when ^D in gdisk,
  thanks Gianluigi Tiesi (Closes: #660815)
* debian/control:
  + Remove unnecessary "for" in long description
  (Closes: #644537)
  + Update Depends on debhelper v9
  + Bump to Standards-Version 3.9.3 (no changes needed)
* debian/compat: Update compat to version 9
* debian/copyright: Update url format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.8.2 (1/22/2011):
 
2
------------------
 
3
 
 
4
- Adjusted the code to support a number of partitions that's not a multiple
 
5
  of the number of partition table entries that fits in a sector (normally
 
6
  4 per sector). The program still rounds up, when necessary, when resizing
 
7
  the partition table manually, but not when loading a partition table that
 
8
  contains a peculiar number of partitions. This helps prevent spurious
 
9
  error messages about CRC problems when loading some Solaris partition
 
10
  tables.
 
11
 
 
12
- Fixed bugs relating to the handling of empty partitions; Solaris's ZFS
 
13
  tools create weird empty partitions that are legal but that gdisk wasn't
 
14
  handling properly. (Specifically, they sometimes have non-zero end
 
15
  points; gdisk assumed empty partitions had end points of 0.)
 
16
 
 
17
- Fixed a bug that caused an infinite loop of input prompts if the user
 
18
  pressed Ctrl+D.
 
19
 
 
20
- Changed gdisk's first-sector input operation to specify a sector number
 
21
  that's properly aligned as the default value. This eliminates the need
 
22
  to alter that value and notify the user of the change when the user
 
23
  hits "Enter" for the default value as the first partition on an empty
 
24
  disk (as well as in some other situations).
 
25
 
1
26
0.8.1 (10/1/2011):
2
27
------------------
3
28