========== gparted-0.19.0 ==========

This commit is contained in:
Curtis Gedak 2014-06-10 10:24:51 -06:00
parent 5cb1aebbbe
commit 2e065810ce
2 changed files with 38 additions and 1 deletions

37
NEWS
View File

@ -1,3 +1,40 @@
============================
GParted 0.19.0 (2014-06-10)
============================
Release Notes
-------------
This release of GParted includes some important bug fixes and
language translation updates.
### Key changes include:
* Refactor OperationDetail to address random crash behavior
* Make partition information dialog viewable on 800x600 screens
Bug Fixes
---------
* Refactor OperationDetail to address random crash behavior (#729139)
* Make partition information dialog viewable on 800x600 screens (#690542)
* Use e2image to move/copy ext[234] file systems (#721516)
* Prevent GLib-CRITICAL Source ID not found warning messages (#729800)
Code Credits
------------
Code enhancements are courtesy of Mike Fleetwood, Phillip Susi,
Piotr Drąg, and Curtis Gedak.
Translations (new/updated)
--------------------------
cs(Marek Černocký), da(Joe Hansen), de(Jan Simon), es(Daniel Mustieles),
fr(Alexandre Franke), gd(GunChleoc), id(Andika Triwidada), ko(Seong-ho Cho),
lv(Rūdolfs Mazurs), pl(Piotr Drąg), pt_BR(Rafael Ferreira), tr(Muhammet Kara)
Dependencies (new/updated)
--------------------------
* no change.
============================
GParted 0.18.0 (2014-02-19)
============================

View File

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.18.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_INIT([gparted],[0.19.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_PREREQ([2.50])
AC_CONFIG_SRCDIR([src/main.cc])