[evince] Release 3.31.2
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Release 3.31.2
- Date: Wed, 14 Nov 2018 03:24:06 +0000 (UTC)
commit 6f87995698736a39bead212c67895ea05ac39528
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Wed Nov 14 00:17:02 2018 -0300
Release 3.31.2
NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7baa026d..d655e3c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+================
+Evince 3.31.2
+================
+
+ci:
+ * Add flatpak that can build on master and MR (#1, #995, Germán Poo-Caamaño)
+ * Fix type in exception for stop-deploy target (Germán Poo-Caamaño)
+ * Make flatpak-meson target the only flatpak build (Germán Poo-Caamaño)
+
+UI:
+ * Fix appearance of editable GtkComboBox in PDF form (#1002, #1422, Nelson Benítez León)
+ * Handle adjustment change during drag event (Jason Crain)
+ * Set propergravity on popup menu in search box (Germán Poo-Caamaño)
+ * Fix default icon name in evince-previewer (Germán Poo-Caamaño)
+ * Use GtkHeaderBar in print preview (#405, Germán Poo-Caamaño)
+ * Beautify placeholder text for password locked documents (Germán Poo-Caamaño)
+ * Remove App menu (#4, #624, #994, Germán Poo-Caamaño)
+ * Use monitor instead of screen to determine window size (#757, Germán Poo-Caamaño)
+ * Close auto-expanded rows and remember state (#85, Nelson Benítez León)
+ * Provide a visual cue when find is unsupported (#105, Germán Poo-Caamaño)
+ * Add symbolic to show a layer when is visible (Germán Poo-Caamaño)
+ * Use the info bar close button instead of a custom one (Germán Poo-Caamaño)
+ * Add icons for squiggly and text annotations (Germán Poo-Caamaño)
+
+flatpak:
+ * Add support for XPS files (Germán Poo-Caamaño)
+ * Fix reproducibility on webp-pixbuf-loader (Germán Poo-Caamaño)
+ * Set meson as default build system (Germán Poo-Caamaño)
+
+misc:
+ * Remove EvPageAction widget (Germán Poo-Caamaño)
+
+general (Germán Poo-Caamaño):
+ * Code cleanup:
+ * Remove unused variables
+ * Replace deprecated symbols
+ * Sync cut-n-paste code
+ * Fix dependencies
+ * Sync overwrite dialog against GtkFileChooserWidget
+
+Developers (in alphabetical order by name):
+ * Germán Poo-Caamaño, Jason Crain, John Beard, Jordan Petridis,
+ Nelson Benítez León, Piotr Drąg
+
+Translations:
+ * Marek Cernocky (Czech)
+ * Carmen Bianca BAKKER (Esperanto)
+ * Matej Urbančič (Slovenian)
+ * Update en_GB translation typo (#1022, John Beard)
+
+
================
Evince 3.31.1
================
diff --git a/configure.ac b/configure.ac
index 9556e085..e4d7daca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version],[3])
m4_define([ev_minor_version],[31])
-m4_define([ev_micro_version],[1])
+m4_define([ev_micro_version],[2])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
diff --git a/meson.build b/meson.build
index f55d57ca..d9063333 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'Evince', ['c', 'cpp'],
- version: '3.31.1',
+ version: '3.31.2',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.48.0',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]