========== gparted-0.4.6 ==========
This commit is contained in:
parent
1253382417
commit
d69e6acaba
34
NEWS
34
NEWS
|
@ -1,3 +1,35 @@
|
|||
====================
|
||||
0.4.6 (2009-08-05)
|
||||
====================
|
||||
NOTES
|
||||
This release of GParted includes bug fixes, and language
|
||||
translation updates.
|
||||
|
||||
Key changes include:
|
||||
- Removed requirement for xxd for ntfs move or paste action
|
||||
- Enhanced for new linux-swap "filesystem" types from parted-1.9.0
|
||||
|
||||
BUG FIXES
|
||||
* Removed requirement for xxd for ntfs move or paste action (n/a)
|
||||
* Enhanced for new linux-swap "filesystem" types from parted-1.9.0 (n/a)
|
||||
* Reduced chance of accidental new partition creation (#576374)
|
||||
* Enhanced file parsing to handle tabs properly (#582687)
|
||||
* Made .gitignore gparted* mask more specific (#587065)
|
||||
* Placed translator comment in the proper location (#590415)
|
||||
|
||||
TRANSLATIONS (new/updated)
|
||||
* ar(Khaled Hosny), br(Denis Arnaud), ca(David Planella),
|
||||
da(Ask Hjorth Larsen), de(Mario Blättermann), es(Jorge Gonzalez),
|
||||
et(Mattias Põldaru, Priit Laes),
|
||||
fr(Julien Hardelin and Claude Paroz), hu(Gabor Kelemen),
|
||||
it(Milo Casagrande), lt(Žygimantas Beručka), pa(A S Alam),
|
||||
pt(António Lima), pt_BR(Djavan Fagundes), sv(Daniel Nylander),
|
||||
zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao)
|
||||
|
||||
DEPENDENCIES (new/updated)
|
||||
* xxd (part of vim-common) is no longer required.
|
||||
|
||||
|
||||
====================
|
||||
0.4.5 (2009-05-08)
|
||||
====================
|
||||
|
@ -19,7 +51,7 @@ BUG FIXES
|
|||
|
||||
TRANSLATIONS (new/updated)
|
||||
* ca(David Planella), de(Christian Kirbach, Mario Blättermann),
|
||||
es(Jorge Gonzalez Gonzalez), kk(Baurzhan Muftakhidinov)
|
||||
es(Jorge Gonzalez), kk(Baurzhan Muftakhidinov)
|
||||
|
||||
DEPENDENCIES (new/updated)
|
||||
* no change.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([gparted],[0.4.5-git],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
|
||||
AC_INIT([gparted],[0.4.6],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
|
||||
|
||||
AC_CONFIG_SRCDIR(src/main.cc)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
Loading…
Reference in New Issue