[file-roller] updated for version 3.25.1



commit 687a41d72e6771c71161b2934caa1a0a993a8428
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Aug 7 20:59:42 2017 +0200

    updated for version 3.25.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 83276e2..469ad30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+version 3.25.1
+--------------
+
+ New features and user visibile changes:
+
+  * Filter: match any filename that contains the string, not just filenames
+    that begin with the string.
+  * Use Unicode in translatable strings (Piotr Drąg) (#774008)
+
+ Bugs fixed:
+
+  * Never tries WINDOWS-1252 encoding (#785081)
+  * Do not activate 'file delete' when pressing Delete in the filter entry.
+
 version 3.24.1
 --------------
 
diff --git a/configure.ac b/configure.ac
index f75c605..7d6184e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
 
-AC_INIT([file-roller],[3.25.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller],[file-roller])
+AC_INIT([file-roller],[3.25.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller],[file-roller])
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 


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