diff --git a/NEWS b/NEWS index 021e6159..9f6321f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +============================ +GParted 0.19.1 (2014-07-15) +============================ + +Release Notes +------------- + This release of GParted includes a critical bug fix for a potential + crash. The crash is rare, but if the crash happens while applying + operations then data loss might occur. Also included are language + translation updates. + +### Key changes include: + + * Prevent crash caused by cross thread write after free in _OnReadable() + +Bug Fixes +--------- + * Prevent cross thread write after free in _OnReadable() (#731752) + +Code Credits +------------ + Code enhancements are courtesy of Mike Fleetwood. + +Translations (new/updated) +-------------------------- + ar(Safa Alfulaij, Abderrahim Kitouni), de(Wolfgang Stöggl), + el(MarMav, Tom Tryfonidis), es(Daniel Mustieles), it(Milo Casagrande), + pt_BR(Rafael Ferreira), ro(Daniel Șerbănescu), uk(Daniel Korostil) + +Dependencies (new/updated) +-------------------------- + * no change. + + ============================ GParted 0.19.0 (2014-06-10) ============================ diff --git a/configure.ac b/configure.ac index 73121c09..880ad51a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.19.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.19.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])