[gparted] ========== gparted-0.14.0 ==========



commit d553b148a65b652a40cf31f5c9cd7282a6a2386d
Author: Curtis Gedak <gedakc gmail com>
Date:   Wed Oct 10 09:59:42 2012 -0600

    ==========   gparted-0.14.0   ==========

 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c50ae1..434c3e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,53 @@
 ============================
+GParted 0.14.0  (2012-10-10)
+============================
+
+Release Notes
+-------------
+  The big news with this release of GParted is the ability to move,
+  resize, check, create, and delete physical volumes under Logical
+  Volume Management (lvm2 pv).  Also included are bug fixes and
+  language translation updates.
+
+### Key changes include:
+
+  * Add LVM PV read-write support
+  * Fix crash when pressing Esc in dialogs with number entry
+
+Bug Fixes
+---------
+  * Add LVM PV read-write support (#670171)
+    - Thanks to Mike Fleetwood for this 20 piece patch set
+  * Fix crash when pressing Esc in dialogs with number entry (#682658)
+    - Ubuntu launchpad #375095
+    - Thanks to Mike Fleetwood for this small patch
+  * Ignore invalid reiserfs UUIDs (#684115) which includes:
+    - Switch to using debugreiserfs to read the UUID
+    - Switch to using jfs_tune to read the UUID
+    - Update file system specific validation of RFC 4122 UUIDs for
+      btrfs, ext2, ext3, ext4, jfs, linux_swap, nilfs2, reiser4,
+      reiserfs, and xfs.
+    - Switch to using debugfs.reiser4 to read the label
+    - Thanks to Mike Fleetwood for this patch set
+ * Fix mounted file system size and usage determination for ext2/3/4 (#683255)
+    - Thanks to Mike Fleetwood for this patch set
+
+Translations (new/updated)
+--------------------------
+  cs(Marek ÄernockÃ), es(Daniel Mustieles), fr(Claude Paroz),
+  gl(Fran DiÃguez, Leandro Regueiro), hu(Gabor Kelemen),
+  id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho),
+  lt(Aurimas Äernius), ml(Ani Peter), pl(Piotr DrÄg), pt_BR(Djavan Fagundes),
+  sl(Matej UrbanÄiÄ), sr(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ), sr latin(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ),
+  th(Akom Chotiphantawanon), uk(Daniel Korostil), zh_HK(Chao-Hsiung Liao),
+  zh_TW(Chao-Hsiung Liao)
+
+Dependencies (new/updated)
+--------------------------
+  * no change.
+
+
+============================
 GParted 0.13.1  (2012-08-08)
 ============================
 
diff --git a/configure.in b/configure.in
index 12e61c6..acff831 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.13.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.14.0],[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]