========== gparted-0.11.0 ==========

This commit is contained in:
Curtis Gedak 2011-12-13 09:27:29 -07:00
parent 59961bdd9f
commit 3f9a11df0a
2 changed files with 44 additions and 1 deletions

43
NEWS
View File

@ -1,3 +1,46 @@
============================
GParted 0.11.0 (2011-12-13)
============================
Release Notes
-------------
This release of GParted adds some volume label improvements, and
includes bug fixes and language translation updates.
### Key changes include:
* Display ext2/3/4, ntfs, and btrfs unicode volume labels properly
* Add labelling of btrfs file systems
* Enable XFS copy to new smaller partition
Bug Fixes
---------
* Display ext2/3/4 unicode volume labels properly (#662537)
* Display ntfs unicode volume labels properly
- Ubuntu launchpad #614994
* Fix FAT16/32 label displayed as uppercase (#625337)
* Add labelling of btrfs file systems (#663207)
- Thanks to Mike Fleetwood for small patch
- Requires btrfs-tools package yet-to-be-released (> Oct 25, 2011)
* Fix btrfs volume label reading (#663590)
- Thanks to Mike Fleetwood for small patch
* Enable XFS copy to new smaller partition (#663806)
- Thanks to Stephen Kirkby for small reverse umount order patch
* Use newer btrfs multi-tool control command first (#663884)
- Thanks to Mike Fleetwood for this patch
* Avoid redundant file system maximize actions (#663980)
Translations (new/updated)
--------------------------
cs(Marek Černocký), da(Joe Hansen), ru(Andrey Germanov),
sr(Мирослав Николић), sr@latin(Мирослав Николић), uk(Daniel Korostil),
zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao)
Dependencies (new/updated)
--------------------------
* no change.
============================
GParted 0.10.0 (2011-11-01)
============================

View File

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.10.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_INIT([gparted],[0.11.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_CONFIG_SRCDIR([src/main.cc])
AC_CONFIG_HEADERS([config.h])