aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-09-04 20:50:29 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-09-04 20:50:29 +0800
commitd0f749fcde4456e6eb335285460803f299f8fdc6 (patch)
treed6aa4305629a0acb207da04b93200734ec00f109
parentbeb1d6ffba506b49cd5d7dc3d7835fd2d0c96667 (diff)
downloadgsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar.gz
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar.bz2
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar.lz
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar.xz
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.tar.zst
gsoc2013-evolution-d0f749fcde4456e6eb335285460803f299f8fdc6.zip
Evolution 2.8.0 release updates.
2006-09-04 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Evolution 2.8.0 release updates. svn path=/trunk/; revision=32739
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.in4
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index adbd493a65..de4d362a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-04 Harish Krishnaswamy <kharish@novell.com>
+
+ * NEWS, configure.in: Evolution 2.8.0 release
+ updates.
+
2006-08-21 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.7.92 release.
diff --git a/NEWS b/NEWS
index 6cc504ac73..e7b80793cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Evolution 2.8.0 2006-09-04
+--------------------------
+Evolution 2.8 Stable Release for GNOME 2.16.0.
+
Evolution 2.7.92 2006-08-21
---------------------------
diff --git a/configure.in b/configure.in
index a9f3a272f1..b64adfa20b 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.7.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.8.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -49,7 +49,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