========== gparted-0.13.1 ==========
This commit is contained in:
parent
d5f380aff6
commit
e606eae836
32
NEWS
32
NEWS
|
@ -1,3 +1,35 @@
|
||||||
|
============================
|
||||||
|
GParted 0.13.1 (2012-08-08)
|
||||||
|
============================
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
-------------
|
||||||
|
This release of GParted fixes a failure to mount rescued file
|
||||||
|
systems larger than 2 GiB or file systems that start after the
|
||||||
|
initial 2 GiB of the disk device. Also includes language
|
||||||
|
translations updates.
|
||||||
|
|
||||||
|
### Key changes include:
|
||||||
|
|
||||||
|
* Fix failure creating read-only view of rescued file systems
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
* Fix failure creating read-only view of rescued file systems (#680740)
|
||||||
|
- Thanks to Joan Lledó for this small patch
|
||||||
|
|
||||||
|
Translations (new/updated)
|
||||||
|
--------------------------
|
||||||
|
de(Christian Kirbach), el(Tom Tryfonidis), kk(Baurzhan Muftakhidinov),
|
||||||
|
lt(Aurimas Černius), nn(Yngve Spjeld Landro, Åsmund Skjæveland),
|
||||||
|
pt_BR(Enrico Nicoletto), sr(Мирослав Николић), sr@latin(Мирослав Николић),
|
||||||
|
zh_CN(Wylmer Wang)
|
||||||
|
|
||||||
|
Dependencies (new/updated)
|
||||||
|
--------------------------
|
||||||
|
* no change.
|
||||||
|
|
||||||
|
|
||||||
============================
|
============================
|
||||||
GParted 0.13.0 (2012-07-13)
|
GParted 0.13.0 (2012-07-13)
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([gparted],[0.13.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
AC_INIT([gparted],[0.13.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/main.cc])
|
AC_CONFIG_SRCDIR([src/main.cc])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
Loading…
Reference in New Issue