diff --git a/ChangeLog b/ChangeLog index 0995123a..188eabe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-10 Curtis Gedak + + * configure.in: gparted-0.3.8 + =================================================== + 2008-06-18 Curtis Gedak * src/OperationResizeMove.cc: Fixed incorrectly recognized move/resizes diff --git a/NEWS b/NEWS index 46fc94e6..c391b04b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +==================== +0.3.8 (2008-07-10) +==================== +NOTES + This release of GParted consists of bug fixes, and language + translation updates. + + Key changes include: + - Corrected errors in "Round to cylinders" boundary math + - Added "Round to cylinders" check box for copy and move/resize + - Enhanced to parse devices from /proc/partitions if file exists + - Fixed problem with command line devices being ignored + - Removed absolute requirement for hal-lock + +BUG FIXES + * Fixed problem with no devices being detected (#363340) + * Reduced time for scanning all devices (#453555) + * Fixed problem with incorrect BIOS setting for floppy drives (351753) + * Fixed partition resizing that incorrectly became a move too (432525) + * Corrected problem where some disk space was unassignable (525137) + * Fixed action incorrectly recognized for move/resize (438570) + * Added proper plural handling for po files (315291) + * Changed wording of root privilege required warning (534072) + * Fixed three grammatical errors (#533637) + +TRANSLATIONS (new/updated) + * cs(Adrian Gunis, Lucas Lommer), es(Jorge Gonzalez), + nl(Tino Meinen), pl(Wadim Dziedzic), pt_BR(Djavan Fagundes), + sk(Pavol Klačanský), sv(Daniel Nylander), lt.po(Gintautas Miliauskas) + +DEPENDENCIES (new/updated) + * hal-lock absolute requirement removed. The gparted script will + search for and use hal-lock only if it is found in the path. + + ==================== 0.3.7 (2008-04-29) ==================== diff --git a/configure.in b/configure.in index 3c4e862b..fb3e027b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.3.7-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) +AC_INIT([gparted],[0.3.8],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h]) diff --git a/po/ChangeLog b/po/ChangeLog index 51423a26..1e2ab408 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2008-07-10 Curtis Gedak + + * gparted-0.3.8 + =================================================== + 2008-07-09 Petr Kovar * cs.po: Updated Czech translation by Adrian Gunis