aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-03 14:17:40 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-03 14:17:40 +0800
commitd4a51e79bca859290b609a99ab240e5a77f38421 (patch)
treee58fda146b9f41d3925bc94edfeffb2aa566be7d
parent6496533dbfeb6e0dd440c4a6ba8700e06f43214c (diff)
downloadgsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar.gz
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar.bz2
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar.lz
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar.xz
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.tar.zst
gsoc2013-evolution-d4a51e79bca859290b609a99ab240e5a77f38421.zip
Evolution 2.10.3 releaseEVOLUTION_2_10_3
svn path=/branches/gnome-2-18/; revision=33744
-rw-r--r--ChangeLog4
-rw-r--r--NEWS23
-rw-r--r--configure.in2
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4988cb5537..92a55485dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-02 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution 2.10.3 release updates.
+
2007-05-28 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.10.2 release updates.
diff --git a/NEWS b/NEWS
index 3ec4fdbfb8..d9c66a9e5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Evolution 2.10.3 2007-07-02
+---------------------------
+
+Bug fixes:
+ #315012: Fixed a crash when reopening an encrypted sent email
+ (Pascal Terjan)
+ #321741: Default first date is now set to current day (Milan Crha)
+ #330175: Added helper function which test selection for non-space
+ characters. (Milan Crha)
+ #334140: Fixes a crash when replying to emails with bbdb plugin
+ enabled (Milan Crha)
+ #352947: Fixed a crash while selecting a default S/MIME certificate
+ (Milan Crha)
+ #439957: Fix camel warnings (Ross Burton)
+ #444107: DnD of images to composer's attachment bar works correctly
+ (Srinivasa Ragavan)
+ #448970: Fixed a crash in default mailer plugin (Srinivasa Ragavan)
+
+Updated Translations:
+ Priit Laes (et)
+ Takeshi AIHANA (ja)
+ Hendrik Richter (de)
+
Evolution 2.10.2 2007-05-28
---------------------------
diff --git a/configure.in b/configure.in
index c16c6420aa..cb69eec18d 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.10.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.10.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)