aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-10-17 03:38:20 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-17 03:38:20 +0800
commit1e055d2ee655a4619bdb5b41d6a403b5500d84a8 (patch)
treec26d6ebdcb7fb8f3cdcfd7b235ea6c328b55fd79
parent7ef3a9a585a1525774c3e71540adfe1eb0a53205 (diff)
downloadgsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar.gz
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar.bz2
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar.lz
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar.xz
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.tar.zst
gsoc2013-evolution-1e055d2ee655a4619bdb5b41d6a403b5500d84a8.zip
Evolution 2.9.1 release updates.
2006-10-16 Harish Krishnaswamy <kharish@novell.com> * configure.in: Evolution 2.9.1 release updates. svn path=/trunk/; revision=32904
-rw-r--r--ChangeLog5
-rw-r--r--NEWS45
-rw-r--r--configure.in6
3 files changed, 53 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a82da0adcf..5db4bb2e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-16 Harish Krishnaswamy <kharish@novell.com>
+
+ * configure.in: Evolution 2.9.1 release
+ updates.
+
2006-10-16 Tor Lillqvist <tml@novell.com>
* win32/libevolution-mail.def: List the function
diff --git a/NEWS b/NEWS
index cb07cfa620..a00bb1e492 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Evolution 2.9.1 2006-10-16
+--------------------------
+
+Updated Translations:
+
+Ivar Smolin (et)
+Jovan Naumovski (mk)
+Ilkka Tuohela (fi)
+Francisco Javier F. Serrador (es)
+Johan Dahlin (sv)
+Satoru SATOH (ja)
+Alexander Shopov (bg)
+Luca Ferretti (it)
+Zygimantas Beručka (lt)
+Cyprien Le Pannérer (fr)
+Jordi Mas (ca)
+Tino Meinen (nl)
+Ankit Patel (gu)
+Daniel Nylander (sv)
+Ignacio Casal Quinteiro (gl)
+Pema Geyleg (dz)
+Åsmund Skjæveland (nn)
+Hendrik Richter (de)
+Nickolay V. Shmyrev (ru)
+Changwoo Ryu (ko)
+Wouter Bolsterlee (nl)
+Luca Ferretti (it)
+Gabor Kelemen (hu)
+Subhransu Behera (or)
+Pawan Chitrakar (ne)
+David Lodge (en_GB)
+Vladimer Sichinava (ka)
+Kostas Papadimas (el)
+Jamil Ahmed (bn)
+Alessio Frusciante (it)
+
+Contributors:
+
+Mathew Barnes, Harish Krishnaswamy, Radhika Nair,
+Tor Lillqvist, Chris Heath, Sankar P, Ushveen Kaur,
+Srinivasa Ragavan, Daniel Gryniewicz, Nick Sukharev,
+Roozbeh Pournader, Wouter Bolsterlee, Andre Klapper,
+Kjartan Maraas, Chenthill Palanisamy, Devashish Sharma,
+Hiroyuki Ikezoe.
+
Evolution 2.8.1 2006-10-02
--------------------------
diff --git a/configure.in b/configure.in
index bc4103f2b8..a657dbc65e 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.8.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.9.1, 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.
@@ -27,7 +27,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files
dnl
dnl This should always be the major/minor of the stable version or stable version to be
dnl *************************************************************************************************
-BASE_VERSION=2.8
+BASE_VERSION=2.10
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
@@ -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, 0, [If we are in development mode or not])
+AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
AC_SUBST(DEVELOPMENT)
AC_ISC_POSIX