[evince/gnome-3-36] Release 3.36.9



commit fa93a5279d148823ab3384e931174b27201cdb70
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sun Jan 31 13:54:34 2021 -0300

    Release 3.36.9

 NEWS                            | 10 +++++++++-
 configure.ac                    |  4 ++--
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in |  1 +
 4 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e6bdb3f7..eb08c4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 ================
-Evince    3.36.7
+Evince    3.36.9
+================
+
+Release with autotools
+
+* build: Do not include localized help pages in tarball
+
+================
+Evince    3.36.8
 ================
 
 ci:
diff --git a/configure.ac b/configure.ac
index e44b6e9d..7a04d351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[36])
-m4_define([ev_micro_version],[7])
+m4_define([ev_micro_version],[9])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
 
@@ -879,7 +879,7 @@ AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_
 # Help files
 # *****************
 
-YELP_HELP_INIT
+YELP_HELP_INIT(no-lc-dist)
 
 # *****************
 # API documentation
diff --git a/meson.build b/meson.build
index 3e83aff5..bdcee15b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'evince', ['c', 'cpp'],
-  version: '3.36.8',
+  version: '3.36.9',
   license: 'GPL2',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
diff --git a/org.gnome.Evince.appdata.xml.in b/org.gnome.Evince.appdata.xml.in
index 0850afc7..ee1f1b2a 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,6 +82,7 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
+    <release version="3.36.9" date="2021-01-31" />
     <release version="3.36.8" date="2021-01-25">
       <issues>
         <issue url="https://gitlab.gnome.org/GNOME/evince/issues/53";>#53</issue>


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