diff --git a/NEWS b/NEWS index c4fe0cc6..c69d2c8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +============================ +GParted 0.10.0 (2011-01-11) +============================ + +Release Notes +------------- + This release of GParted adds a few new features, and includes bug + fixes and language translation updates. + +### Key changes include: + + * Merge overlapping operations + * Add ability to resize btrfs file systems + * Add detection of exfat file systems + +Bug Fixes +--------- + * Merge overlapping operations (#438573) + - Thanks to Jérôme Dumesnil for this patch + * Fix compile error with older gcc (#662174) + * Add ability to resize btrfs file systems (#661715) + * Add detection of exfat file systems (#639760) + +Translations (new/updated) +-------------------------- + bg(Alexander Shopov), de(Mario Blättermann), en_GB(Bruce Cowan), + es(Daniel Mustieles), fr(Claude Paroz), gl(Fran Dieguez), + hu(Gabor Kelemen), it(Milo Casagrande), + lt(Algimantas Margevičius, Aurimas Černius), lv(Rudolfs Mazurs), + pl(Piotr Drąg), pt_BR(Djavan Fagundes, Antonio Fernandes C. Neto), + ru(Yuri Myasoedov), sl(Matej Urbančič), sv(Daniel Nylander, Matej Urbančič), + tr(Muhammet Kara) + +Dependencies (new/updated) +-------------------------- + * no change. + + ============================ GParted 0.9.1 (2011-09-19) ============================ diff --git a/configure.in b/configure.in index e58894d7..c2ddef61 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.9.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.10.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADERS([config.h])