========== gparted-0.33.0 ==========

This commit is contained in:
Curtis Gedak 2018-12-13 10:16:44 -07:00
parent 7373dcc3e4
commit 60aa51119f
2 changed files with 48 additions and 1 deletions

47
NEWS
View file

@ -1,3 +1,50 @@
============================
GParted 0.33.0 (2018-12-13)
============================
Release Notes
-------------
This release of GParted includes enhancements, bug fixes and
language translation updates.
### Key changes include:
* Support copying and moving of unsupported partition content
* Add minix file system support
* Recognise APFS Apple file system
* Gtk2 code modernisation
Bug Fixes
---------
* Recognise APFS Apple file system (#23, !18)
* Fix tries to resize BTRFS mounted read-only (#10, !14)
* Update bug links from Bugzilla to GitLab issues (!11)
* Add minix file system support (!12)
* Support copying and moving of unsupported partition content (!13)
* Update GParted appdata file license (#12, !15)
* Gtk2 code modernisation (!17)
* Fix false usage figures for busy SWRAID members (#27, !19)
* Minor namespace and scope operator tidy-ups (!20)
Code Credits
------------
Code enhancements are courtesy of luca Bacci, Mike Fleetwood, and
Curtis Gedak.
Translations (new/updated)
--------------------------
cs(Marek Černocký), da(Alan Mortensen), de(Mario Blättermann, Bernd Homuth),
el(Efstathios Iosifidis), eo(Kristjan Schmidt), es(Daniel Mustieles),
hr(gogo), id(Kukuh Syafaat), it(Milo Casagrande),
kk(Baurzhan Muftakhidinov), lt(Aurimas Černius), pl(Piotr Drąg),
pt_BR(Rafael Fontenelle), ro(Daniel Șerbănescu), ru(Stas Solovey),
sv(Anders Jonsson), tr(Emin Tufan Çetin)
Dependencies (new/updated)
--------------------------
* gtkmm >= 2.24.0
============================
GParted 0.32.0 (2018-08-22)
============================

View file

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.32.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
AC_INIT([gparted],[0.33.0],[https://gitlab.gnome.org/GNOME/gparted/issues])
AC_PREREQ([2.50])
AC_CONFIG_SRCDIR([src/main.cc])