From 05cf6da4d66e06a5ce5fded0b4f4c51ca077781f Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 2 Dec 2009 09:12:06 -0700 Subject: [PATCH] ========== gparted-0.5.0 ========== --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 286c31cd..c1efeb8e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +==================== +0.5.0 (2009-12-02) +==================== +NOTES + This release of GParted adds support for Linux software RAID. + + RAID systems now supported include: + - Hardware RAID + - Motherboard BIOS RAID (also known as Fake RAID - dmraid) + - Linux Software RAID (mdadm) + + Key changes include: + - Add auto detection of Linux software RAID devices + - Re-enable ability to paste into an existing partition + - Ensure parted-1.9.0 is patched if using with GParted + +BUG FIXES + * Add auto detection of Linux software RAID devices + * GNOME Goal: Correct desktop files (#600048) + * GNOME Goal: Replace gnome-open with gtk_show_uri (#600046) + * Found cause of NTFS volume bigger than device size (#601574) + - Ensure parted-1.9.0 is patched if using with GParted + - Thanks go to François Dupoux for discovering the required patch + * Re-enable ability to paste into an existing partition (#582101) + +TRANSLATIONS (new/updated) + * bg(Krasimir Chonov), cs(Adrian Guniš), da(Ask H. Larsen), + es(Jorge González), fr(Claude Paroz), hu(Gabor Kelemen), + it(Milo Casagrande), pt(António Lima), pt_BR(Djavan Fagundes), + sl(Matej Urbančič), sv(Daniel Nylander) + +DEPENDENCIES (new/updated) + * For Linux software RAID support, the following command is required: + - mdadm + + ==================== 0.4.8 (2009-11-02) ==================== diff --git a/configure.in b/configure.in index 0b15ff2e..04f61b31 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.4.8-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.5.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h])