summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-02-23 09:58:28 -0500
committerShaun McCance <shaunm@gnome.org>2012-02-23 09:58:28 -0500
commit591350f373281cb818d97de6d64bf51feae380bd (patch)
tree75389d8773769c9ca25e5d911478b727b011cb10
parente555a6e78398998a089d734ed3a4bd6535d1240e (diff)
downloadyelp-tools-591350f373281cb818d97de6d64bf51feae380bd.tar.gz
Version 3.3.33.3.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a927c91..b1d4e33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.3.3
+=====
+* yelp.m4: Fixed install/uninstall targets with lots of files
+* yelp.m4: Only call mkdir_p once per directory (Christian Persch)
+* yelp.m4: Dist all linguas, regardless of LINGUAS (Christian Persch)
+* yelp-build: Call html.js.custom
+
3.3.2
=====
* yelp.m4: Custom distdir target to work around "Argument list too long"
diff --git a/configure.ac b/configure.ac
index c279113..e95a14e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.3.2],
+AC_INIT([yelp-tools], [3.3.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])