parent
29c343848a
commit
c9c178b1d9
|
@ -1,5 +1,8 @@
|
|||
2008-09-12 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* configure.in: gparted-0.3.9
|
||||
===================================================
|
||||
|
||||
* src/GParted_Core.cc: Added pattern recognition for HP RAID drives
|
||||
- E.g., device = /dev/cciss/c0d0, partition = /dev/cciss/c0d0p1
|
||||
|
||||
|
|
30
NEWS
30
NEWS
|
@ -1,3 +1,33 @@
|
|||
====================
|
||||
0.3.9 (2008-09-12)
|
||||
====================
|
||||
NOTES
|
||||
This release of GParted includes some new features in addition to
|
||||
bug fixes, and language translation updates.
|
||||
|
||||
Key changes include:
|
||||
- Reduced time to move or copy partitions
|
||||
- Added ability to create and check hfs+ file systems
|
||||
|
||||
BUG FIXES
|
||||
* Enhanced block size algorithm to reduce move and copy times (#546423)
|
||||
* Fixed display overwrite problem with % complete messages (#532574)
|
||||
* Added code hooks for future GParted Manual (#329584)
|
||||
* Enhanced to use gksu to invoke gparted if available (#381557)
|
||||
* Added further check for hald daemon if hal-lock is found (#543730)
|
||||
* Removed unnecessary task of translating GFDL license (#550047)
|
||||
|
||||
TRANSLATIONS (new/updated)
|
||||
* ar(Djihed Afifi), cs(Adrian Guniš), es(Jorge Gonzalez),
|
||||
eu(Inaki Larranaga Murgoitio), fi(Ilkka Tuohela), gu(Ankit Patel),
|
||||
nl(Tino Meinen), pt_BR(Djavan Fagundes), sk(Pavol Klačanský),
|
||||
sv(Daniel Nylander)
|
||||
|
||||
DEPENDENCIES (new/updated)
|
||||
* hfsprogs package required to create or check hfs+ file systems.
|
||||
* vol_id command required to read hfs and hfs+ volume labels.
|
||||
|
||||
|
||||
====================
|
||||
0.3.8 (2008-07-10)
|
||||
====================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([gparted],[0.3.8-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
|
||||
AC_INIT([gparted],[0.3.9],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
|
||||
|
||||
AC_CONFIG_SRCDIR(src/main.cc)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2008-09-12 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* gparted-0.3.9
|
||||
===================================================
|
||||
|
||||
2008-09-12 Jorge Gonzalez <joregegonz@svn.gnome.org>
|
||||
|
||||
* es/es.po: Updated Spanish translation.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2008-09-12 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* gparted-0.3.9
|
||||
===================================================
|
||||
|
||||
2008-09-07 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
|
||||
|
||||
* pt_BR.po: Brazilian Portuguese translation updated by Djavan
|
||||
|
|
Loading…
Reference in New Issue