[yelp] Version 3.32.2



commit 28a100d7a7b0d93859657aafa2cdac434722bfde
Author: Shaun McCance <shaunm gnome org>
Date:   Tue May 7 10:22:53 2019 -0400

    Version 3.32.2

 Makefile.am  | 4 +++-
 NEWS         | 5 +++++
 configure.ac | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8c091cf7..1cc30ae3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -174,7 +174,9 @@ YELP_DEFINES =                                                              \
 
 yelp_CFLAGS =                                  \
        $(YELP_CFLAGS)                          \
-       $(WARN_CFLAGS)
+       $(WARN_CFLAGS) \
+       -Wno-deprecated-declarations
+
 
 yelp_CPPFLAGS = \
        -I$(top_srcdir)/libyelp \
diff --git a/NEWS b/NEWS
index d4e93dc4..0494d07e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.32.2
+======
+* Updated translations:
+  da    (Ask Hjorth Larsen)
+
 3.32.1
 ======
 * Fixed memory leaks (Umang Jain)
diff --git a/configure.ac b/configure.ac
index 147430cd..6fcd45de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.32.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.32.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/yelp.c])


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