[gparted] ========== gparted-0.9.0 ==========



commit 16e2cb1b23c96d6a046e4a4001a05fcad8f7d253
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Jul 18 10:42:32 2011 -0600

    ==========   gparted-0.9.0   ==========

 NEWS         |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 58 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index eb0d1f2..979c337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,61 @@
 ============================
+GParted 0.9.0   (2011-07-18)
+============================
+
+Release Notes
+-------------
+  The most significant change in this release is the ability to
+  compile and link with libparted 3.0.
+
+  GParted retains full functionality when compiled and linked with
+  libparted versions prior to 3.0, for example libparted-2.4.
+
+  Because Parted 3.0 removed some file system specific functionality,
+  the following abilities are lost or changed when GParted is compiled
+  and linked with libparted 3.0:
+
+    * Unable to grow and shrink FAT16 and FAT32 file systems
+    * Unable to shrink HFS and HFS+ file systems
+    * Unable to determine used and unused sectors in HFS and HFS+ file
+      systems
+    * Unable to erase file system signatures on partition create and
+      format
+    * FAT16 and FAT32 file system moves performed internally by
+      GParted instead of by libparted
+
+### Other key changes include:
+
+  * Fix size off by one sector with unrecognized disk label
+  * Fix GParted crashes with assertion (head_size <= 63)
+    - Requires libparted-2.4 or higher
+
+Bug Fixes
+---------
+  * Enable compile and link with libparted 3.0 (#651559)
+  * Fix size off by one sector with unrecognized disk label (#649444)
+  * Fix GParted crashes with assertion (head_size <= 63)
+    - Requires libparted-2.4 or higher
+    - Ubuntu launchpad #545911
+  * Fix typo "on on " -> "on" (#650793)
+    - Thanks go to Gabor Kelemen for this small patch
+  * Improve English grammar: amount -> number (#650237)
+
+Translations (new/updated)
+--------------------------
+  ca(Gil Forcada), cs(Marek ÄernockÃ), da(Ask H. Larsen),
+  de(Mario BlÃttermann), es(Daniel Mustieles), fa(Arash Mousavi),
+  fr(Claude Paroz), he(Yaron Shahrabani), hu(Gabor Kelemen),
+  it(Milo Casagrande), lt(Aurimas Äernius), pl(Piotr DrÄg),
+  pt_BR(Luana Campos Ferreira), ru(Yuri Myasoedov), sl(Matej UrbanÄiÄ),
+  sr(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ), sr latin(ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ), sv(Daniel Nylander),
+  tr(Åenol Korkmaz, Muhammet Kara), uk(Daniel Korostil)
+
+Dependencies (new/updated)
+--------------------------
+  * no change.
+
+
+============================
 GParted 0.8.1   (2011-05-23)
 ============================
 
diff --git a/configure.in b/configure.in
index 436051d..87f58bf 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.8.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.9.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]