From c9c178b1d9b643bbd131450334d62822ad404876 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Fri, 12 Sep 2008 22:04:19 +0000 Subject: [PATCH] gparted-0.3.9 svn path=/trunk/; revision=899 --- ChangeLog | 3 +++ NEWS | 30 ++++++++++++++++++++++++++++++ configure.in | 2 +- help/ChangeLog | 5 +++++ po/ChangeLog | 5 +++++ 5 files changed, 44 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6599b679..b60f3205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-09-12 Curtis Gedak + * configure.in: gparted-0.3.9 + =================================================== + * src/GParted_Core.cc: Added pattern recognition for HP RAID drives - E.g., device = /dev/cciss/c0d0, partition = /dev/cciss/c0d0p1 diff --git a/NEWS b/NEWS index c391b04b..421e948d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +==================== +0.3.9 (2008-09-12) +==================== +NOTES + This release of GParted includes some new features in addition to + bug fixes, and language translation updates. + + Key changes include: + - Reduced time to move or copy partitions + - Added ability to create and check hfs+ file systems + +BUG FIXES + * Enhanced block size algorithm to reduce move and copy times (#546423) + * Fixed display overwrite problem with % complete messages (#532574) + * Added code hooks for future GParted Manual (#329584) + * Enhanced to use gksu to invoke gparted if available (#381557) + * Added further check for hald daemon if hal-lock is found (#543730) + * Removed unnecessary task of translating GFDL license (#550047) + +TRANSLATIONS (new/updated) + * ar(Djihed Afifi), cs(Adrian Guniš), es(Jorge Gonzalez), + eu(Inaki Larranaga Murgoitio), fi(Ilkka Tuohela), gu(Ankit Patel), + nl(Tino Meinen), pt_BR(Djavan Fagundes), sk(Pavol Klačanský), + sv(Daniel Nylander) + +DEPENDENCIES (new/updated) + * hfsprogs package required to create or check hfs+ file systems. + * vol_id command required to read hfs and hfs+ volume labels. + + ==================== 0.3.8 (2008-07-10) ==================== diff --git a/configure.in b/configure.in index 8830fa71..107a6a51 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.3.8-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) +AC_INIT([gparted],[0.3.9],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h]) diff --git a/help/ChangeLog b/help/ChangeLog index c53b7cb4..aa3a1452 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2008-09-12 Curtis Gedak + + * gparted-0.3.9 + =================================================== + 2008-09-12 Jorge Gonzalez * es/es.po: Updated Spanish translation. diff --git a/po/ChangeLog b/po/ChangeLog index 68647fb1..084db8d5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2008-09-12 Curtis Gedak + + * gparted-0.3.9 + =================================================== + 2008-09-07 Leonardo Ferreira Fontenelle * pt_BR.po: Brazilian Portuguese translation updated by Djavan