aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-09-22 18:25:56 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-09-22 18:25:56 +0800
commitb0fc4c6e6fe77f4cf77c13cefd8bcca543235d63 (patch)
treed2ef4773845b0a3ce819d04016eb54805ffe50cf
parent984f94f092cca2bb715ede88454e3e8d2648c0d8 (diff)
downloadgsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.gz
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.bz2
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.lz
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.xz
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.tar.zst
gsoc2013-evolution-b0fc4c6e6fe77f4cf77c13cefd8bcca543235d63.zip
Evolution 2.24.0 release.
2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.24.0 release. svn path=/trunk/; revision=36420
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--NEWS64
-rw-r--r--configure.in5
4 files changed, 72 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 76d912303d..82f6d12eb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-09-22 Srinivasa Ragavan <sragavan@novell.com>
+ * NEWS, configure.in: Evolution 2.24.0 release.
+
+2008-09-22 Srinivasa Ragavan <sragavan@novell.com>
+
* configure.in: Fix for build break.
2008-09-22 Luca Ferretti <elle.uca@libero.it>
diff --git a/Makefile.am b/Makefile.am
index 0e1f4ac506..378ce668a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,8 @@ EXTRA_DIST = \
AUTHORS \
$(changelogs) \
COPYING-DOCS \
+ COPYING.LGPL2 \
+ COPYING.LGPL3 \
README \
HACKING \
MAINTAINERS \
diff --git a/NEWS b/NEWS
index bbfd699ccd..020caf47d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,70 @@
+Evolution 2.24.0 2008-09-22
+---------------------------
+
+New in 2.24.0:
+
+ * Message Templates
+ * WebDAV Contacts Plugin
+ * Google Contacts Plugin
+ * Custom header support while sending mails
+ * Single Model view for Calendar
+ * Sqlite Based message summary
+ * New Bonobo-less composer for Evolution
+ * Quota support to IMAP/POP accounts
+ * Gtk+ Recent manager integration in Composer
+
+Bug Fixes:
+ #504767: Expand also parent nodes, if necessary (Milan Crha)
+ #505016: Check for NULL to prevent crash when error occurred. (Milan Crha)
+ #514299: Connect to signals only once, when creating new status icon (Milan Crha)
+ #534039: Dropped unnecessary and offending code causing infinite loops when deleting search folder. (Milan Crha)
+ #539536: Add "Face" header to default headers and allow it to be hidden (Paul Bolle)
+ #551548: Enable selection of S/MIME for individual messages (Matthew Barnes)
+ #551628: Remove old events from the view when objects are modified. (Chenthill Palanisamy)
+ #551895: Fix a warning message (Paul Bolle)
+ #551915: Manage error on idle, to call gtk functions in the main thread (Milan Crha)
+ #552911: Do not use spaces in file names (Milan Crha)
+
+Updated Translations:
+ Wadim Dziedzic (pl)
+ Osama Khalid, Usama Akkad, Abou Manal (ar)
+ Gabor Kelemen (hu)
+ Kenneth Nielsen (da)
+ Luca Ferretti (it)
+ Fabrício Godoy, Vladimir Melo and Leonardo Ferreira Fontenelle (pt_BR)
+ Laurent Dhima (sq)
+ Igor Nestorović(sr, sr@latin)
+ Pierros Papadeas (el)
+ Žygimantas Beručka (lt)
+ Tirumurthi Vasudevan (ta)
+ Inaki Larrañaga Murgoitio (eu)
+ Shankar Prasad (kn)
+ Chao-Hsiung Liao (zh_HK, zh_TW)
+ Jiri Eischmann (cs)
+ Jorge Gonzalez (es)
+ Ivar Smolin (et)
+ David Planella (ca)
+ Tino Meinen (nl)
+ Ilkka Tuohela (fi)
+ Sandeep Shedmake (mr)
+ Daniel Nylander (sv)
+ Baris Cicek (tr)
+ Hendrik Richter (de)
+ Philip Withnall (en_GB)
+ Duarte Loreto (pt)
+ Runa Bhattacharjee (bn_IN)
+ Luca Ferretti (it)
+ Rajesh Ranjan (hi)
+ Robert Sedak (hr)
+ David Planella (ca)
+ Yavor Doganov (bg)
+ Theppitak Karoonboonyanan (th)
+
Evolution 2.23.92 2008-09-08
----------------------------
New in 2.23.92:
- Evolution source code license changed to LGPLv2 or later (Sankar P)
+ Evolution source code license changed to LGPLv2 & LGPLV3 (Sankar P)
Bug Fixes:
#549968: Use the same mnemonic for "Recent Documents" as composer (Matthew Barnes)
diff --git a/configure.in b/configure.in
index 6b67390747..bf6444b70e 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.23.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.24.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -81,7 +81,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
@@ -2007,6 +2007,7 @@ mail/default/sr/Makefile
mail/default/sr@latin/Makefile
mail/default/sv/Makefile
mail/default/hu/Makefile
+mail/default/cs/Makefile
mail/importers/Makefile
plugins/Makefile
plugins/mark-all-read/Makefile