summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-12-19 11:35:11 -0500
committerShaun McCance <shaunm@gnome.org>2012-12-19 11:35:33 -0500
commitf586a6ce6584ba1da93a7c0270226163c9c9cd4b (patch)
tree9f91a164666118668a5ec8e1ad23b40519d7379f
parenta0c8ed998aa990a5966c3fdede53fc0be87b4719 (diff)
downloadyelp-f586a6ce6584ba1da93a7c0270226163c9c9cd4b.tar.gz
Version 3.7.33.7.3
Had to switch to tar-ustar because of long file names
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1d52de0..6c2a3ada 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 2e4df03e..21a0bdf1 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])