From d69e6acaba47e586189b70e5d863147e732c5536 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 5 Aug 2009 09:11:11 -0600 Subject: [PATCH] ========== gparted-0.4.6 ========== --- NEWS | 34 +++++++++++++++++++++++++++++++++- configure.in | 2 +- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 330cc4ac..1029687d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +==================== +0.4.6 (2009-08-05) +==================== +NOTES + This release of GParted includes bug fixes, and language + translation updates. + + Key changes include: + - Removed requirement for xxd for ntfs move or paste action + - Enhanced for new linux-swap "filesystem" types from parted-1.9.0 + +BUG FIXES + * Removed requirement for xxd for ntfs move or paste action (n/a) + * Enhanced for new linux-swap "filesystem" types from parted-1.9.0 (n/a) + * Reduced chance of accidental new partition creation (#576374) + * Enhanced file parsing to handle tabs properly (#582687) + * Made .gitignore gparted* mask more specific (#587065) + * Placed translator comment in the proper location (#590415) + +TRANSLATIONS (new/updated) + * ar(Khaled Hosny), br(Denis Arnaud), ca(David Planella), + da(Ask Hjorth Larsen), de(Mario Blättermann), es(Jorge Gonzalez), + et(Mattias Põldaru, Priit Laes), + fr(Julien Hardelin and Claude Paroz), hu(Gabor Kelemen), + it(Milo Casagrande), lt(Žygimantas Beručka), pa(A S Alam), + pt(António Lima), pt_BR(Djavan Fagundes), sv(Daniel Nylander), + zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao) + +DEPENDENCIES (new/updated) + * xxd (part of vim-common) is no longer required. + + ==================== 0.4.5 (2009-05-08) ==================== @@ -19,7 +51,7 @@ BUG FIXES TRANSLATIONS (new/updated) * ca(David Planella), de(Christian Kirbach, Mario Blättermann), - es(Jorge Gonzalez Gonzalez), kk(Baurzhan Muftakhidinov) + es(Jorge Gonzalez), kk(Baurzhan Muftakhidinov) DEPENDENCIES (new/updated) * no change. diff --git a/configure.in b/configure.in index 4271ac5d..6ceea544 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.4.5-git],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) +AC_INIT([gparted],[0.4.6],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h])