[gparted] ========== gparted-0.17.0 ==========



commit 78890e3fbc2229e8d61b43cb80cb23e32ec88541
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Dec 9 10:04:05 2013 -0700

    ==========   gparted-0.17.0   ==========

 NEWS         |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3649138..d49139f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,59 @@
 ============================
+GParted 0.17.0  (2013-12-09)
+============================
+
+Release Notes
+-------------
+  This release of GParted adds the ability to perform online resizing
+  for systems that support this capability.  Also included are bug
+  fixes and language translation updates.
+
+### Key changes include:
+
+  * Add support for online resize
+    - requires patched version of libparted, kernel >= 3.6, and a config flag
+    - See README for more details
+  * Recognize Linux Swap Suspend and Software RAID partitions
+  * Fix busy detection for Linux Software RAID and extended partitions
+  * Fix systemctl runtime mask to prevent automounting partitions
+
+Bug Fixes
+---------
+  * Add support for online resize (#694622)
+  * Fix usage of swap space is not reported (#708107)
+  * Turn on resize2fs progress bar (#709276)
+  * Fix systemctl runtime mask to prevent automounting partitions (#708378)
+  * Stop using deprecated method free_colors() (part of #652044)
+  * Stop using deprecated widget alignment enumerators (part of #652044)
+  * Recognize Linux Swap Suspend and Software RAID partitions (#709640)
+    - Prevent GParted starting stopped Linux Software RAID arrays
+  * Fix busy detection for Linux Software RAID and extended partitions (#712633)
+  * Make partition information dialog warnings selectable (#705596)
+  * Change default file system to ext4 with fall back to ext3/2 (#711114)
+  * Add an AppData file (#709164)
+    - Thanks to Piotr Drąg for making the AppData file translatable
+
+Code Credits
+------------
+  Code enhancements are courtesy of Mike Fleetwood, Phillip Susi,
+  Richard Hughes, and Curtis Gedak.
+
+Translations (new/updated)
+--------------------------
+  cs(Marek Černocký), de(Christian Kirbach), fr(Claude Paroz),
+  it(Milo Casagrande), lv(Rūdolfs Mazurs), ml(Anish Sheela),
+  pl(Piotr Drąg), pt_BR(Rafael Ferreira), ro(Daniel Șerbănescu),
+  tr(Muhammet Kara), zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao)
+
+Dependencies (new/updated)
+--------------------------
+  * Optionally enable the capability to perform online resizes by
+    using configure flag --enable-online-resize if and only if you
+    have an "online-resize" patched version of libparted and Linux
+    kernel >= 3.6.
+
+
+============================
 GParted 0.16.2  (2013-09-18)
 ============================
 
diff --git a/configure.ac b/configure.ac
index 0b72e74..1effcb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.16.2-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.17.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
 AC_PREREQ([2.50])
 
 AC_CONFIG_SRCDIR([src/main.cc])


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