summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2009-10-19 09:04:55 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2009-10-19 09:04:55 -0500
commit4853b1dc8b116b3ca2609ef45cc0590a07abed84 (patch)
treefc70a05f874907444e4d2c0b79cb2b1a7a680d19
parentfcfb011616994a4eae48be87f41195574b0ba11b (diff)
bump to 1.8.4, update NEWSv1.8.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a178e77..84dbaa7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.8.4:
+
+* move to new mm-common build infrastructure
+* Contributors for this release:
+ 1 Christopher Harvey
+ 4 Daniel Elstner
+ 4 David King
+ 1 Jonathon Jongsma
+
1.8.2:
* Fix accidental ABI breakage from 1.8.0. All users are urged to please upgrade
diff --git a/configure.ac b/configure.ac
index cc8d540..32ae5fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([cairomm], [1.8.2], [cairo@cairographics.org], [cairomm])
+AC_INIT([cairomm], [1.8.4], [cairo@cairographics.org], [cairomm])
AC_PREREQ([2.62])
AC_CONFIG_SRCDIR([cairomm/cairomm.h])
@@ -68,7 +68,7 @@ AC_ARG_ENABLE(tests,
AC_HELP_STRING([--enable-tests=yes|no],
[enable automated tests (default is no)]),
ENABLE_TESTS=$enableval,
- ENABLE_TESTS=auto)
+ ENABLE_TESTS=no)
if test x$ENABLE_TESTS = xyes ; then
#######################################################