[murrine] Updated news file, ready for 0.98.1



commit 173b7fc19f15b87ffe1bed4de661007b15719aa5
Author: Andrea Cimitan <andrea cimitan gmail com>
Date:   Fri Oct 1 17:39:25 2010 +0200

    Updated news file, ready for 0.98.1

 NEWS         |    8 ++++++++
 configure.ac |    4 +++-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9e818dd..925b0e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of Changes in 0.98.1 (since 0.98.0)
+============================================
+Changes in this release:
+- Murrine is now dual-licensed LGPLv2.1 and LGPLv3.
+
+Bugfixes in this release:
+- Now checks for pixman: https://bugzilla.gnome.org/show_bug.cgi?id=630869
+
 Overview of Changes in 0.98.0 (since 0.90.3)
 ============================================
 Changes in this release:
diff --git a/configure.ac b/configure.ac
index 88f1695..175d394 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([murrine], [0.98.0])
+AC_INIT([murrine], [0.98.1])
 AC_CONFIG_SRCDIR([README])
 
 AM_INIT_AUTOMAKE
@@ -42,6 +42,8 @@ AC_ARG_ENABLE(rgba,
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.18.0,,
                   AC_MSG_ERROR([GTK+-2.18 is required to compile murrine]))
 
+PKG_CHECK_MODULES(pixman,[pixman-1],,AC_MSG_ERROR([Pixman is required to compile murrine]))
+
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]