aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)