========== gparted-0.28.1 ==========

This commit is contained in:
Curtis Gedak 2017-02-17 15:39:48 -07:00
parent 4a0931c50d
commit 7ac84119c0
2 changed files with 37 additions and 1 deletions

36
NEWS
View file

@ -1,3 +1,39 @@
============================
GParted 0.28.1 (2017-02-17)
============================
Release Notes
-------------
This release of GParted restores the ability to move/resize primary
partitions when an extended partition exists. The move/resize
regression was introduced in version 0.28.0. This release also
includes some minor bug fixes.
### Key changes include:
* Restore ability to resize/move primary if extended exists
* Make the Label File System and Name Partition dialogs larger
Bug Fixes
---------
* Make the Label File System and Name Partition dialogs larger (#778003)
* Work around make distcheck issue (#778628)
* Restore ability to resize/move primary if extended exists (#778700)
Code Credits
------------
Code enhancements are courtesy of Refael Sheinker and Curtis Gedak.
Translations (new/updated)
--------------------------
n/a
Dependencies (new/updated)
--------------------------
* no change.
============================
GParted 0.28.0 (2017-02-14)
============================

View file

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