========== gparted-0.9.1 ==========

This commit is contained in:
Curtis Gedak 2011-09-19 13:24:18 -06:00
parent 6f29f3efe5
commit ee555227c7
2 changed files with 40 additions and 1 deletions

39
NEWS
View file

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

View file

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