[gparted] ========== gparted-0.8.1 ==========



commit 899d226793c786d551ecd246ba05e2ac6ec9f498
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon May 23 09:45:57 2011 -0600

    ==========   gparted-0.8.1   ==========

 NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 43 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7fe4b77..02686df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,46 @@
 ============================
+GParted 0.8.1   (2011-05-23)
+============================
+
+Release Notes
+-------------
+  This release of GParted further improves motherboard BIOS RAID
+  support and includes bug fixes, and language translation updates.
+
+### Key changes include:
+
+  * Remove all usage of kpartx to avoid partition entry duplicates
+  * Add configure option --enable-libparted-dmraid
+
+Bug Fixes
+---------
+  * Remove all usage of kpartx to avoid partition entry duplicates
+    - Ubuntu launchpad #719129
+  * Add configure option --enable-libparted-dmraid
+    - Ubuntu launchpad #719129
+    - Thanks go to Phillip Susi for help with this idea
+  * Ensure graphical error message displayed when run by non-root user
+    - Ubuntu launchpad #696937
+  * Simplify command output cleanup implementation
+    - Thanks go to Seth Heeren for this method replacement patch
+
+Translations (new/updated)
+--------------------------
+  ar(Khaled Hosny), bg(Alexander Shopov), da(Ask H. Larsen),
+  eo(Kristjan SCHMIDT), fa(Arash Mousavi),
+  fr(Claude Paroz, Julien Hardelin, Vincent Blut), hu(Gabor Kelemen),
+  it(Milo Casagrande), lv(Rudolfs Mazurs, Peteris Krisjanis),
+  nl(Hannie Dumoleyn), pl(Piotr DrÄ?g),
+  pt_BR(Luana Campos Ferreira, Djavan Fagundes),
+  ro(Daniel È?erbÄ?nescu, Lucian Adrian Grijincu), ru(Yuri Myasoedov),
+  te(Praveen Illa, krishnababu k), uk(Daniel Korostil)
+
+Dependencies (new/updated)
+--------------------------
+  * kpartx package is not used.
+
+
+============================
 GParted 0.8.0   (2011-02-15)
 ============================
 
diff --git a/configure.in b/configure.in
index ee5768d..259c9ab 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.8.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.8.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]