From 508e2a441c3b9153a6daa1bf9d890d4c05778dd8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 29 Apr 2015 18:43:22 +0200 Subject: [PATCH] release: 3.17.1 --- NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2bba7df5..c1f08a0d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +================ +Evince 3.17.1 +================ + +New features and improvements: + + * Provide a symbolic variant of the app icon (#746844, Jakub Steiner) + * Add search support to browser plugin (Carlos Garcia Campos) + * Create popup windows for all markup annotation that can have a + popup associated (#733603, Philipp Reinkemeier) + * Add shortcuts for Continuous and Dual modes (#670964, boisjaune) + * Remove custom search bar implementation and use GtkSearchBar + instead (Carlos Garcia Campos) + +Bug fixes: + + * Never save n-copies in the persistent print-settings file + (#748549, José Aliste) + * Fix the background color of annotation popup windows (#732211, + Giselle Machado) + +Translation updates: + + * Daniel (an) + * Khaled Hosny (ar) + * David (ca) + * Marek Černocký (cs) + * Tom Tryfonidis (el) + * Daniel Puentes (eo) + * Daniel Mustieles (es) + * Yosef Or Boczko (he) + * Gabor Kelemen (hu) + * Sveinn í Felli (is) + * Stas Solovey (ru) + ================ Evince 3.16.0 ================ diff --git a/configure.ac b/configure.ac index f86c87b9..21b6af34 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ # ***************************************************************************** m4_define([ev_major_version],[3]) -m4_define([ev_minor_version],[16]) -m4_define([ev_micro_version],[0]) +m4_define([ev_minor_version],[17]) +m4_define([ev_micro_version],[1]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])