Skip to content

Commit

Permalink
gparted: 0.15.0-1~getdeb1
Browse files Browse the repository at this point in the history
  * New upstream version
    Release Notes
    -------------
      The big news with this release is the ability to track live updates
      of command execution progress.  This should help with determining
      the status of long running commands by enabling users to see the
      live command output in the details section of the apply operations
      window.  This new ability is implemented by a fundamental code
      change that spawns commands to run asynchronously.  Also included in
      this release are bug fixes and language translation updates.

    ### Key changes include:

      * Live tracking of command progress output in the details log
      * Move operations are twice as fast as prior versions
      * Proper cancel support added
      * Volume label length now based on file system type
      * Unallocated space is selected by default
      * New key bindings added:
        - Insert     --> New Partition
        - Ctrl+Enter --> Apply All Operations

    Bug Fixes
    ---------
      * Refactor to use asynchronous command execution (#685740) which
      includes:
        - Remove move read-only simulation pass (#696013)
        - Remove temporary mtoolsrc file used in fat16/32 labelling and UUID
        - Cleanup duplicate code for common file system methods
        - Combine duplicate code for ext2/ext3/ext4
        - Check file system after reverting partition table when move
        canceled
        - Add proper cancel support for current and pending operations
        (#601239)
        - Fix interrupting a format leaves partition in-use (#403487)
        - Fix details log does not expand to the available vertical space
        (#602635)
        - Increase width of details log display to include status icons
        (#662722)
        - Select unallocated space by default (#667365)
      * Make partition label length dependent on the file system type
      (#689318)
      * Avoid reading trailing junk for a reiser4 label
      * Improve argument vector usage (#689689)
      * Prevent crash when using an unknown locale (#692049)
      * Work around faulty "complete disks" detection in mkdosfs (#693955)
      * Fix move primary partition right to left shrinks partition 1 MiB
      (#695078)

    Code Credits
    ------------
      Code enhancements are courtesy of Phillip Susi, Mike Fleetwood,
      Sinlu Bes, Jan Claeys, Mathiue Dupuy, and Curtis Gedak.

    Translations (new/updated)
    --------------------------
      ca(Pau Iranzo), cs(Marek Černocký), da(Joe Hansen),
      de(Christian Kirbach, Mario Blättermann), es(Daniel Mustieles),
      fr(Claude Paroz), he(Yaron Shahrabani), hu(Gabor Kelemen),
      lt(Aurimas Černius), nl(Paulus Santané), pl(Piotr Drąg),
      pt(António Lima), pt_BR(Enrico Nicoletto), ro(Daniel Șerbănescu),
      ru(Yuri Myasoedov), sl(Matej Urbančič), sr(Мирослав
      Николић),
      sr@latin(Miroslav Nikolić), sk(Dušan Kazik), tr(Muhammet Kara)

    Dependencies (new/updated)
    --------------------------
      * no change.
  • Loading branch information
Christoph Korn committed Mar 20, 2013
1 parent 90a495e commit 2c495ea
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 14 deletions.
73 changes: 73 additions & 0 deletions gparted/changelog
@@ -1,3 +1,76 @@
gparted (0.15.0-1~getdeb1) precise; urgency=low

* New upstream version
Release Notes
-------------
The big news with this release is the ability to track live updates
of command execution progress. This should help with determining
the status of long running commands by enabling users to see the
live command output in the details section of the apply operations
window. This new ability is implemented by a fundamental code
change that spawns commands to run asynchronously. Also included in
this release are bug fixes and language translation updates.

### Key changes include:

* Live tracking of command progress output in the details log
* Move operations are twice as fast as prior versions
* Proper cancel support added
* Volume label length now based on file system type
* Unallocated space is selected by default
* New key bindings added:
- Insert --> New Partition
- Ctrl+Enter --> Apply All Operations

Bug Fixes
---------
* Refactor to use asynchronous command execution (#685740) which
includes:
- Remove move read-only simulation pass (#696013)
- Remove temporary mtoolsrc file used in fat16/32 labelling and UUID
- Cleanup duplicate code for common file system methods
- Combine duplicate code for ext2/ext3/ext4
- Check file system after reverting partition table when move
canceled
- Add proper cancel support for current and pending operations
(#601239)
- Fix interrupting a format leaves partition in-use (#403487)
- Fix details log does not expand to the available vertical space
(#602635)
- Increase width of details log display to include status icons
(#662722)
- Select unallocated space by default (#667365)
* Make partition label length dependent on the file system type
(#689318)
* Avoid reading trailing junk for a reiser4 label
* Improve argument vector usage (#689689)
* Prevent crash when using an unknown locale (#692049)
* Work around faulty "complete disks" detection in mkdosfs (#693955)
* Fix move primary partition right to left shrinks partition 1 MiB
(#695078)

Code Credits
------------
Code enhancements are courtesy of Phillip Susi, Mike Fleetwood,
Sinlu Bes, Jan Claeys, Mathiue Dupuy, and Curtis Gedak.

Translations (new/updated)
--------------------------
ca(Pau Iranzo), cs(Marek Černocký), da(Joe Hansen),
de(Christian Kirbach, Mario Blättermann), es(Daniel Mustieles),
fr(Claude Paroz), he(Yaron Shahrabani), hu(Gabor Kelemen),
lt(Aurimas Černius), nl(Paulus Santané), pl(Piotr Drąg),
pt(António Lima), pt_BR(Enrico Nicoletto), ro(Daniel Șerbănescu),
ru(Yuri Myasoedov), sl(Matej Urbančič), sr(Мирослав
Николић),
sr@latin(Miroslav Nikolić), sk(Dušan Kazik), tr(Muhammet Kara)

Dependencies (new/updated)
--------------------------
* no change.

-- Christoph Korn <christoph.korn@getdeb.net> Wed, 20 Mar 2013 18:35:00 +0100

gparted (0.14.1-1~getdeb1) precise; urgency=low

* New upstream version
Expand Down
28 changes: 14 additions & 14 deletions gparted/patches/02_use-pkexec.patch
@@ -1,10 +1,10 @@
Description: add pkexec policy file
Author: Marc Deslauriers <marc.deslauriers@canonical.com>

Index: gparted-0.14.1/data/Makefile.am
Index: gparted-0.15.0/data/Makefile.am
===================================================================
--- gparted-0.14.1.orig/data/Makefile.am 2010-05-28 23:18:25.000000000 +0200
+++ gparted-0.14.1/data/Makefile.am 2013-02-10 14:38:42.724465321 +0100
--- gparted-0.15.0.orig/data/Makefile.am 2010-05-28 23:18:25.000000000 +0200
+++ gparted-0.15.0/data/Makefile.am 2013-03-20 18:36:09.840792115 +0100
@@ -1 +1,10 @@
SUBDIRS = icons
+
Expand All @@ -16,10 +16,10 @@ Index: gparted-0.14.1/data/Makefile.am
+@INTLTOOL_POLICY_RULE@
+
+EXTRA_DIST = $(dist_polkit_policy_in_files)
Index: gparted-0.14.1/data/Makefile.in
Index: gparted-0.15.0/data/Makefile.in
===================================================================
--- gparted-0.14.1.orig/data/Makefile.in 2012-12-12 18:04:06.000000000 +0100
+++ gparted-0.14.1/data/Makefile.in 2013-02-10 14:38:42.728465321 +0100
--- gparted-0.15.0.orig/data/Makefile.in 2013-03-19 16:26:44.000000000 +0100
+++ gparted-0.15.0/data/Makefile.in 2013-03-20 18:36:09.840792115 +0100
@@ -14,6 +14,7 @@
# PARTICULAR PURPOSE.

Expand Down Expand Up @@ -165,10 +165,10 @@ Index: gparted-0.14.1/data/Makefile.in

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Index: gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy
Index: gparted-0.15.0/data/com.ubuntu.pkexec.gparted.policy
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy 2013-02-10 14:38:42.728465321 +0100
+++ gparted-0.15.0/data/com.ubuntu.pkexec.gparted.policy 2013-03-20 18:36:09.840792115 +0100
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
Expand All @@ -189,10 +189,10 @@ Index: gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy
+ </action>
+
+</policyconfig>
Index: gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy.in
Index: gparted-0.15.0/data/com.ubuntu.pkexec.gparted.policy.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy.in 2013-02-10 14:38:42.728465321 +0100
+++ gparted-0.15.0/data/com.ubuntu.pkexec.gparted.policy.in 2013-03-20 18:36:09.840792115 +0100
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policyconfig PUBLIC
Expand All @@ -213,14 +213,14 @@ Index: gparted-0.14.1/data/com.ubuntu.pkexec.gparted.policy.in
+ </action>
+
+</policyconfig>
Index: gparted-0.14.1/po/POTFILES.in
Index: gparted-0.15.0/po/POTFILES.in
===================================================================
--- gparted-0.14.1.orig/po/POTFILES.in 2012-10-21 22:36:14.000000000 +0200
+++ gparted-0.14.1/po/POTFILES.in 2013-02-10 14:38:42.728465321 +0100
--- gparted-0.15.0.orig/po/POTFILES.in 2013-03-17 17:58:11.000000000 +0100
+++ gparted-0.15.0/po/POTFILES.in 2013-03-20 18:36:09.840792115 +0100
@@ -1,5 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
+data/com.ubuntu.pkexec.gparted.policy.in
gparted.desktop.in.in
include/Utils.h
src/Dialog_Base_Partition.cc
src/Copy_Blocks.cc

0 comments on commit 2c495ea

Please sign in to comment.