summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#######################################################