[gparted] ========== gparted-0.26.0 ==========
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] ========== gparted-0.26.0 ==========
- Date: Tue, 26 Apr 2016 15:03:38 +0000 (UTC)
commit d66c544a4519b38221d4b1f4ac772bd48fb25b42
Author: Curtis Gedak <gedakc gmail com>
Date: Tue Apr 26 09:02:57 2016 -0600
========== gparted-0.26.0 ==========
NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ac42a86..fab6490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,59 @@
============================
+GParted 0.26.0 (2016-04-26)
+============================
+
+Release Notes
+-------------
+ This release adds read-only support for LUKS encrypted file systems.
+ GParted identifies these with the addition of "[Encrypted]" and can
+ show the file system within an open LUKS encrypted mapping. However
+ this release can not open or close the LUKS encryption and can not
+ modify the encrypted file system within. Other changes include bug
+ fixes and language translation updates.
+
+### Key changes include:
+
+ * Implement read-only LUKS support
+ * Add progress bars to NTFS, XFS, and EXT2/3/4 file system copy methods
+ * Fix operations sometimes fail with: No such file or directory
+
+Bug Fixes
+---------
+
+ * Implement Partition object polymorphism (#759726)
+ * Implement read-only LUKS support (#760080)
+ * Add progress bars to XFS and EXT2/3/4 file system copy methods (#760709)
+ * Add progress bar to NTFS file system specific copy method (#762366)
+ * Use a single progress bar for entire internal copy operation (#762367)
+ * Fix autoconf check for C++11 Gtk::Window::set_default_icon_name (#762184)
+ * Limit FAT32 maximum volume size to 2 TiB (#763896)
+ * Enable C++11 compilation when using libsigc++ 2.5.1 and later (#758545)
+ * Use realpath safely (#764369)
+ * Fix crash reading NTFS usage when there is no /dev/PTN entry (#764658)
+ * Fix operations sometimes fail with: No such file or directory (#762941)
+ * Add missing gettext translation tag to AppData file
+
+Code Credits
+------------
+ Code enhancements are courtesy of Richard Hughes and Mike Fleetwood.
+
+Translations (new/updated)
+--------------------------
+ cs(Marek Černocký), de(Mario Blättermann),
+ el(Tom Tryfonidis, Γιάννης Κουτσούκος), es(Daniel Mustieles),
+ fr(Claude Paroz), hu(Balázs Úr), is(Sveinn í Felli),
+ it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius),
+ nl(Hannie Dumoleyn), oc(Cédric Valmary), pl(Piotr Drąg),
+ pt_BR(Rafael Fontenelle), ro(Daniel Șerbănescu), ru(Stas Solovey),
+ sk(Dušan Kazik), sr(Мирослав Николић), sr latin(Miroslav Nikolić),
+ sv(Josef Andersson), tr(Muhammet Kara), zh_CN(Shi Jing, YunQiang Su)
+
+Dependencies (new/updated)
+--------------------------
+ * no change.
+
+
+============================
GParted 0.25.0 (2016-01-18)
============================
diff --git a/configure.ac b/configure.ac
index df19abb..40e96ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.25.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
+AC_INIT([gparted],[0.26.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_PREREQ([2.50])
AC_CONFIG_SRCDIR([src/main.cc])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]