[gparted] ========== gparted-0.12.1 ==========



commit d6315941b0cefb6c64dd63c5e154158b6453f9b5
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Apr 9 13:24:56 2012 -0600

    ==========   gparted-0.12.1   ==========

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0cb53e8..dca9c01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,62 @@
 ============================
+GParted 0.12.1  (2012-04-09)
+============================
+
+Release Notes
+-------------
+This release enables GParted to use the new file system resize library
+(for FAT16/32 and HFS/+) available with parted 3.1.  Also included are bug
+fixes and language translation updates.
+
+### Key changes include:
+
+  * Enable new file system resize library available with parted-3.1
+  * Handle more than 15 partitions on a disk device with parted-3.1
+  * Ensure space for EBR when resizing Extended partition
+  * Ensure Align to MiB does not overlap following partition
+
+Bug Fixes
+---------
+  * Enable minimal file system resize API (FAT and HFS* only) (#668281)
+    - Requires libparted-3.1+
+    - Thanks go to Jim Meyering for returning FAT16/32 and HFS/+
+      file system resizing ability in a new library with parted 3.1.
+  * Properly handle more than 15 partitions on a disk (#632345)
+    - Requires libparted-3.1+
+  * Ensure space for EBR when resizing Extended partition (#664050)
+  * Improve reiser4 file system uuid reading method
+    - Thanks to Mike Fleetwood for this small patch
+  * Fix uninitialised read when pasting into an existing partition (#672654)
+    - Thanks to Mike Fleetwood for this small patch
+  * Fix for FS size & flags becoming unknown after change UUID (#673245)
+      & Fix for FS flags becoming unknown after change label
+    - Thanks to Rogier Goossens for these patches
+  * Fix attempt data rescue fail to open read-only view (#673246)
+    - Thanks to Joan Lledà for this small patch
+  * Add requested partition details to log if resize/move fails
+  * Use cached method first to read UUID to shorten device scan time
+  * Rework Align to MiB adjustments to end sector of partition
+  * Ensure Align to MiB does not overlap following partition (#661744)
+  * Fix two typos in en_CA translation (#670097)
+  * Fix typographical error in en_CA translation (#672359)
+
+Translations (new/updated)
+--------------------------
+  ar(Khaled Hosny), cs(Marek ÄernockÃ), da(Ask H. Larsen),
+  de(Mario BlÃttermann), es(Daniel Mustieles), fa(Arash Mousavi),
+  fr(Claude Paroz), gl(Fran DiÃguez), it(Milo Casagrande),
+  lt(Algimantas MargeviÄius), lv(Rudolfs Mazurs), ml(Anish A),
+  nb(Kjartan Maraas), pl(Piotr DrÄg), pt_BR(Gabriel Speckhahn),
+  ro(Daniel ÈerbÄnescu), sl(Matej UrbanÄiÄ), sr(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ),
+  sr latin(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ), sv(Daniel Nylander), te(Sasi Bhushan Boddepalli),
+  uk(Daniel Korostil)
+
+Dependencies (new/updated)
+--------------------------
+  * no change.
+
+
+============================
 GParted 0.12.0  (2012-02-21)
 ============================
 
diff --git a/configure.in b/configure.in
index ffaf6dd..7ae88f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.12.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.12.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
 
 AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]