[yelp] Version 3.7.3



commit f586a6ce6584ba1da93a7c0270226163c9c9cd4b
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Dec 19 11:35:11 2012 -0500

    Version 3.7.3
    
    Had to switch to tar-ustar because of long file names

 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1d52de..6c2a3ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.7.3
+=====
+* Add keywords to the desktop file (Matthias Clasen)
+* Fixed handling of xref links with anchors, #686095 (Tails developers)
+* Fixed various memory management bugs, #683100 (Carlos Garcia Campos)
+* Added local copy of MathJax for MathML display (Shaun McCance)
+* Added support for xdg help system in All Documents (Shaun McCance)
+* Fixed if:test="action:install" (Shaun McCance)
+* Switched to using 'itstool -j' for XSL domain (Shaun McCance)
+
 3.6.1
 =====
 * Updated translations:
diff --git a/configure.ac b/configure.ac
index 2e4df03..21a0bdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.6.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.7.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
 
 AC_CONFIG_SRCDIR([src/yelp.c])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip tar-ustar])
 AM_MAINTAINER_MODE([enable])
 
 AM_SILENT_RULES([yes])



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