From c56f8bf4e50aceb6476b923428be114d98db6431 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Fri, 28 Nov 2008 16:28:28 +0000 Subject: [PATCH] gparted-0.4.0 svn path=/trunk/; revision=985 --- ChangeLog | 5 +++++ NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- help/ChangeLog | 5 +++++ po/ChangeLog | 10 ++++++++-- 5 files changed, 69 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b037ba90..d949e28d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Curtis Gedak + + * configure.in: gparted-0.4.0 + =================================================== + 2008-11-20 Curtis Gedak * gparted.desktop.in.in: Added %f to Exec line. diff --git a/NEWS b/NEWS index 421e948d..07b4026a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +==================== +0.4.0 (2008-11-28) +==================== +NOTES + This release of GParted includes some new features in addition to + bug fixes, and language translation updates. + + Key changes include: + - Improved read label performance with blkid cached results + - Added read UUID support + - Enforced FAT16/32 compliant volume labels (11 char max) + - Fixed destination too small on copy and paste partition + - Added status bar message updates while scanning devices + - Moved Features entry from menu GParted to View + - Renamed Features dialog to File System Support + - Prevented paste into an existing partition + - Added --disable-doc configure flag to stop building help docs + +BUG FIXES + * Enabled device passing with gnome-desktop-item-launch (#561495) + * Added explanation to Features dialog (#353104) + * Trimmed some information from Features dialog (#342682) + * Renamed button for improved clarity (#561350) + * Enabled full toolbar display for longer languages (#561068) + * Fixed destination too small on copy and paste (#556058) + * Removed warning reading mounted reiser4 file system (#380546) + * Enhanced to recognize /dev/mapper/* devices (#556114) + Thanks to Colin Watson for the patch. + * Enhanced gparted_details.htm to pass XHTML validator (#525347) + Thanks to Markus Elfring for the small patch. + * Implemented themed application icon (#350894) + Thanks to Sebastian Kraft for the icons. + Thanks to Michael Monreal for the small patch. + +TRANSLATIONS (new/updated) + * ca(David Planella), cs(Adrian Gunis), + de(Jochen Skulj and Mario Blättermann), + es(Jorge Gonzalez and Milton Galo Patricio), fi(Ilkka Tuohela), + fr(Robert-André Mauchin and Claude Paroz), + gl(Ignacio Casal Quinteiro), hu(Gabor Kelemen), + it(Milo Casagrande and Ubuntu-it), + pt_BR(Carlos Eduardo Santos, Vladimir Melo, and Djavan Fagundes), + sk(Pavol Klačanský), sv(Daniel Nylander), uk(Vitovt), + zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao), + +DEPENDENCIES (new/updated) + * blkid command required to read file system UUIDs. + blkid is part of e2fsprogs. + + ==================== 0.3.9 (2008-09-12) ==================== diff --git a/configure.in b/configure.in index 1cec09ff..b0404b80 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.3.9-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) +AC_INIT([gparted],[0.4.0],[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 e367e5d0..32e00171 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Curtis Gedak + + * gparted-0.4.0 + =================================================== + 2008-09-25 Daniel Nylander * sv/sv.po: Updated Swedish translation. diff --git a/po/ChangeLog b/po/ChangeLog index f1e5b846..d657906a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2008-11-28 Curtis Gedak + + * gparted-0.4.0 + =================================================== + 2008-11-27 Gil Forcada * ca.po: Updated Catalan translation by David Planella. @@ -5,7 +10,8 @@ 2006-11-27 Chao-Hsiung Liao * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). - * zh_TW.po: Updated Traditional Chinese translation(Taiwan). + + * zh_TW.po: Updated Traditional Chinese translation(Taiwan). 2008-11-27 Gil Forcada @@ -105,7 +111,7 @@ 2008-09-25 Ignacio Casal Quinteiro - gl.po: Updated Galician translation + * gl.po: Updated Galician translation 2008-09-18 Marcel Telka