aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS39
-rw-r--r--configure.in14
3 files changed, 50 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f9f3e2028..952a59ed21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * NEWS, configure.in: Evolution 2.10 release updates
+
2007-02-26 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.9.92 release updates
diff --git a/NEWS b/NEWS
index b0a4dc7ad7..91666cb569 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Evolution 2.10.0 2007-03-12
+---------------------------
+
+Fixes since 2.9.92 :
+
+ Harish Krishnaswamy (Welcome mail update,
+ GtkHTML version required update)
+
+Updated Translations:
+
+ Igor Nestorović (sr)
+ Jakub Friedl (cs)
+ Christian Kintner (de)
+ Theppitak Karoonboonyanan (th)
+ Takeshi AIHANA (ja)
+ Mugurel Tudor (ro)
+ Gintautas Miliauskas (lt)
+ Gabor Kelemen (hu)
+ Daniel Nylander (sv)
+ Tino Meinen (nl)
+ Josep Puigdemont i Casamajó (ca)
+ Alexander Shopov (bg)
+ Ilkka Tuohela (fi)
+ Maxim Dziumanenko (uk)
+ Duarte Loreto (pt)
+ Chao-Hsiung Liao (zh_HK, zh_TW)
+ Artur Flinta and GNOME PL Team (pl)
+ Changwoo Ryu (ko)
+ Jovan Naumovski (mk)
+ David Lodge (en_GB)
+ Ankit Patel (gu)
+ Jonathan Ernst (fr)
+ Djihed Afifi (ar)
+ Kjartan Maraas (nb)
+ Washington Lins (pt_BR)
+ Daniel Nylander (sv)
+ Leonid Kanter (ru)
+ Luca Ferretti (it)
+
Evolution 2.9.92 2007-02-26
---------------------------
diff --git a/configure.in b/configure.in
index 6db872df0d..03cc1e6206 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.9.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.10.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
@@ -52,7 +52,7 @@ dnl The controls whether things like the development warning in shell/main.c are
dnl
dnl This should be set to 0 for stable releases and 1 for unstable releases
dnl *************************************************************************************************
-AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
+AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not])
AC_SUBST(DEVELOPMENT)
AC_ISC_POSIX
@@ -558,12 +558,12 @@ AC_CHECK_FUNCS(regexec,,[AC_CHECK_LIB(regex,regexec,
[AC_MSG_ERROR([No regex library found])])])
AC_SUBST(REGEX_LIBS)
-PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.8)
+PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.14)
AC_SUBST(GTKHTML_CFLAGS)
AC_SUBST(GTKHTML_LIBS)
-GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir libgtkhtml-3.8`
+GTKHTML_DATADIR=`$PKG_CONFIG --variable gtkhtml_datadir libgtkhtml-3.14`
AC_SUBST(GTKHTML_DATADIR)
-GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.8`
+GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.14`
AC_DEFINE_UNQUOTED(GTKHTML_API_VERSION, "$GTKHTML_API_VERSION", [The gtkhtml api version])
@@ -1169,8 +1169,8 @@ fi
dnl --- Required version numbers
-GTKHTML_REQUIRED=3.7.0
-GTKHTML_PACKAGE=3.8
+GTKHTML_REQUIRED=3.14.0
+GTKHTML_PACKAGE=3.14
EDS_REQUIRED=1.9.4
EDS_PACKAGE=1.2
BONOBOUI_REQUIRED=2.4.2