[file-roller] updated for version 3.27.1



commit 0fdffba078128acf3aa569c66829320c8a023ed0
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Feb 7 09:18:55 2018 +0100

    updated for version 3.27.1

 NEWS        |   44 ++++++++++++++++++++++++++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 32cc45b..ff4e6ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+version 3.27.1
+--------------
+
+ New features and user visibile changes:
+
+  * Ported to meson.
+
+ Bugs fixed:
+
+  * unarchiver: check that XADFileSize is set before reading it. Lsar
+    does not set XADFileSize for directories, so we would output a
+    critical when encountering one. (Mike Gorse) (#791505)
+  * nautilus-fileroller: Avoid the use of g_dgettext.
+    nautilus-fileroller is using g_dgettext which may cause problems
+    when extracting strings on some systems. This patch replaces
+    g_dgettext for g_dcgettext, which has the same behaviour when the
+    category is LC_MESSAGES. (Iñigo Martínez) (#790569)
+  * rar archives: wrong file date when using rar 5.30 or higher. adapt
+    to the new format. (#758121)
+  * Support squashfs filesystems and .snap files (Robert Ancell)
+    (#662519)
+
+ New or updated application translations:
+
+  * Catalan (Xavi Ivars)
+  * Chinese Simplified (Mingcong Bai)
+  * Deutsch (Mario Blättermann)
+  * es (Daniel Mustieles)
+  * Friulian (Fabio Tomat)
+  * Hungarian (Balázs Úr)
+  * Icelandic (Sveinn í Felli)
+  * Indonesian (Kukuh Syafaat)
+  * Norwegian bokmål (Åka Sikrom)
+  * Polish (Piotr Drąg)
+  * Slovenian (Matej Urbančič)
+  * suomi (Jiri Grönroos)
+  * Swedish (Anders Jonsson)
+  * čeština (Marek Černocký)
+  * српски (Марко М. Костић)
+
+ New or updated manual translations:
+
+  * Polish (Piotr Drąg)
+
 version 3.26.1
 --------------
 
diff --git a/meson.build b/meson.build
index 712b9cc..8508746 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('file-roller', 'c',
   license : 'GPL2+',
-  version : '3.27.0',
+  version : '3.27.1',
   meson_version : '>=0.43'
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]