========== gparted-0.4.5 ==========

This commit is contained in:
Curtis Gedak 2009-05-08 09:55:00 -06:00
parent 1570c9cc65
commit ca426d411e
2 changed files with 28 additions and 1 deletions

27
NEWS
View file

@ -1,3 +1,30 @@
====================
0.4.5 (2009-05-08)
====================
NOTES
This release of GParted includes some bug fixes, and language
translation updates.
Key changes include:
- Improved crypt-luks detection
- Improved dmraid device detection
BUG FIXES
* Improved crypt-luks detection (#578300)
* Improved dmraid device detection by checking udev if needed (n/a)
* Enhanced to search for udevadm if udevsettle not found (n/a)
- Thanks to Lorenzo Cogotti aka Micia for this tip.
* Improved UUID detection to fall back to vol_id if available (n/a)
* Improved file system detection with fall back to vol_id (n/a)
TRANSLATIONS (new/updated)
* ca(David Planella), de(Christian Kirbach, Mario Blättermann),
es(Jorge Gonzalez Gonzalez), kk(Baurzhan Muftakhidinov)
DEPENDENCIES (new/updated)
* no change.
====================
0.4.4 (2009-04-02)
====================

View file

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.4.4-git],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_INIT([gparted],[0.4.5],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_CONFIG_SRCDIR(src/main.cc)
AC_CONFIG_HEADERS([config.h])