========== gparted-0.10.0 ==========

This commit is contained in:
Curtis Gedak 2011-11-01 10:11:12 -06:00
parent f05f6a1b79
commit 3251cc1618
2 changed files with 39 additions and 1 deletions

38
NEWS
View File

@ -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)
============================

View File

@ -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])