From 72940810b21148adc7393ddaef937dacd474bdeb Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 15 Mar 2011 10:50:27 +0100 Subject: 0.9.3 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 048d2e0..64063c5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +mm-common 0.9.3 (2010-03-15) + + * Add an mm-common-util pkg-config file, to be used intead of + of glibmm-2.4 to get the location of doctool .pl files, such + as doc-install.pl. + * MM_CONFIG_DOCTOOL_DIR(): Get the .pl files from mm-common's + installed copy instead of from glibmm, which now doesn't install its own + copy. Because this macro has been updated, there should be no need for + any changes in other *mm modules due to the changes in glibmm or mm-common. + * Allow use of GMMPROC_EXTRA_M4_DIR in configure.ac to tell gmmproc about + extra -I arguments. + For instance, use this in configure.ac: + MM_PKG_CONFIG_SUBST([GMMPROC_EXTRA_M4_DIR], [--variable=gmmprocm4dir gtkmm-3.0]) + (Murray Cumming) + mm-common 0.9.2 "Friends" (2010-02-05) Friends don't let friends declare friends. diff --git a/configure.ac b/configure.ac index 8aac875..7d8a5cf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with mm-common. If not, see . -AC_INIT([mm-common], [0.9.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], +AC_INIT([mm-common], [0.9.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], [mm-common], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([util/mm-common-prepare.in]) -- cgit v1.2.1