From 2d6c3c2f8a0277122570b1a5052bc8e963f40479 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 16 Sep 2015 14:17:14 +0200 Subject: [PATCH] release: 3.17.92 --- NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 97372a72..635a9bc7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +================ +Evince 3.17.92 +================ + +Bug fixes: + + * When copying a file, use the default permissions for the new + file instead of copying the ones from the original file + (#753019, Marek Kasik) + +Translation updates: + + * Daniel (an) + * Marek Černocký (cs) + * Tom Tryfonidis (el) + * Daniel Mustieles (es) + * Arash Mousavi (fa) + * Alexandre Franke (fr) + * Fabio Tomat (fur) + * Fran Dieguez (gl) + * Gabor Kelemen (hu) + * Andika Triwidada (id) + * Sveinn í Felli (is) + * Baurzhan Muftakhidinov (kk) + * Changwoo Ryu (ko) + * Aurimas Černius (lt) + * Åka Sikrom (nb) + * Piotr Drąg (pl) + * Enrico Nicoletto (pt_BR) + * Yuri Myasoedov (ru) + * Dušan Kazik (sk) + * Anders Jonsson (sv) + * Muhammet Kara (tr) + * Chao-Hsiung Liao (zh_TW) + ================ Evince 3.17.4 ================ diff --git a/configure.ac b/configure.ac index f90f04c3..f5207be8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[3]) m4_define([ev_minor_version],[17]) -m4_define([ev_micro_version],[4]) +m4_define([ev_micro_version],[92]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])