evolution r36420 - trunk



Author: sragavan
Date: Mon Sep 22 10:25:56 2008
New Revision: 36420
URL: http://svn.gnome.org/viewvc/evolution?rev=36420&view=rev

Log:
2008-09-22  Srinivasa Ragavan  <sragavan novell com>

	* NEWS, configure.in: Evolution 2.24.0 release.




Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS
   trunk/configure.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Sep 22 10:25:56 2008
@@ -11,6 +11,8 @@
 	AUTHORS			\
 	$(changelogs)		\
 	COPYING-DOCS		\
+	COPYING.LGPL2		\
+	COPYING.LGPL3		\
 	README			\
 	HACKING			\
 	MAINTAINERS		\

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 10:25:56 2008
@@ -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)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep 22 10:25:56 2008
@@ -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
 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 latin/Makefile
 mail/default/sv/Makefile
 mail/default/hu/Makefile
+mail/default/cs/Makefile
 mail/importers/Makefile
 plugins/Makefile
 plugins/mark-all-read/Makefile



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