diff --git a/NEWS b/NEWS index fcb0e3c8..8c50ae13 100644 --- a/NEWS +++ b/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) ============================ diff --git a/configure.in b/configure.in index 4078bd1c..27810663 100644 --- a/configure.in +++ b/configure.in @@ -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_HEADERS([config.h])