From ee555227c7129a6272e3947865ae9f36ac9906cb Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 19 Sep 2011 13:24:18 -0600 Subject: [PATCH] ========== gparted-0.9.1 ========== --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 979c3379..3e37f916 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +============================ +GParted 0.9.1 (2011-09-19) +============================ + +Release Notes +------------- + This release of GParted contains bug fixes and language translation + updates. + +### Key changes include: + + * Fix NTFS partition resize fail problem + * Fix some compiler warnings + +Bug Fixes +--------- + * Fix NTFS partition resize fail problem (#655215) + * Fix some compiler warnings + * Change some code attributes to local variables (#634090) + - Thanks to Markus Elfring for this patch + * Fix typo in string: director --> directory (#657744) + - Thanks to Tiffany Antopolski for this small patch + +Translations (new/updated) +-------------------------- + ar(Abdalrahim G. Fakhouri), cs(Marek Černocký), da(enneth Nielsen), + de(Mario Blättermann), en_CA(Tiffany Antopolski), es(Daniel Mustieles), + fr(Bruno Brouard, Alexandre Franke), gl(Fran Diéguez), hu(Gabor Kelemen), + it(Milo Casagrande), lv(Rudolfs Mazurs), pl(Piotr Drąg), + po(Pavol Klačanský), pt(António Lima), pt_BR(André Gondim), + ru(Yuri Myasoedov), sk(Pavol Klačanský), sl(Matej Urbančič), + sr(Мирослав Николић), sr@latin(Мирослав Николић), sv(Daniel Nylander), + tr(Muhammet Kara), uk(Daniel Korostil) + +Dependencies (new/updated) +-------------------------- + * no change. + + ============================ GParted 0.9.0 (2011-07-18) ============================ diff --git a/configure.in b/configure.in index d9104e18..2ae55933 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.9.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.9.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADERS([config.h])