aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-10 12:39:40 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-10 12:39:40 +0800
commitd3b85f09ea73745efd1ca255c453d43e19ede873 (patch)
treeb1eee5d5ec7f32c695d1d122605bc1f67dd4286d
parent3ca8664fafb0a18447ca594aa7dc53d58c8c9243 (diff)
downloadgsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar.gz
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar.bz2
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar.lz
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar.xz
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.tar.zst
gsoc2013-evolution-d3b85f09ea73745efd1ca255c453d43e19ede873.zip
Evolution 2.11.5 releaseEVOLUTION_2_11_5
svn path=/trunk/; revision=33793
-rw-r--r--ChangeLog4
-rw-r--r--NEWS66
-rw-r--r--configure.in2
3 files changed, 71 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 558c19ac51..4042f130a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution 2.11.5 release
+
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
** Added Attachment reminder plugin from Johhny
diff --git a/NEWS b/NEWS
index 898d16fbb0..6c0426de5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,69 @@
+Evolution 2.11.5 2007-07-09
+---------------------------
+
+New in 2.11.5:
+ Hook for plugging into Send/Receive dialog for the Evolution RSS plugin. (Srinivasa Ragavan)
+ Attachment reminder plugin (Johhny Jacob)
+ Tnef attachment plugin (Lucky Wankhede)
+ Exchange Delegation support (Bharath and Suman)
+ Improved email printing with support of most of the Gtk+ print options (Matthew Barnes)
+
+Bug fixes:
+ #271864: Junk and Trash folders now list number of selected emails
+ correctly (Hiroyuki Ikezoe)
+ #307410: Fix prompting for IMAP password a second time after
+ canceling first request (Milan Crha)
+ #312370: When loading images from an html message, the download
+ status is shown correctly (B S Srinidhi)
+ #317281: Allow vFolder to search on the different states of a flag
+ (Michael P. Lepore)
+ #321741: Default date for appointment or meeting is now set to
+ current date (Milan Crha)
+ #328484: Changing the color of a calendar wasn't getting reflected
+ correctly (Milan Crha)
+ #334118: Add EPlugin hook for checking just written mail (Johnny
+ Jacob)
+ #334140: Fixed a crash when replying to a mail with "Automatic
+ Contacts" are enabled (Milan Crha)
+ #337787: Fixed copy behavior in the Contact Preview Pane (Hiroyuki
+ Ikezoe)
+ #347782: Fixed display of gpg/pgp encrypted error message as S/MIME
+ (hggdh)
+ #352947: Fixed a crash when selecting a default S/MIME certificate
+ (Milan Crha)
+ #387844: Fix invalid time and date values (Mayank Jain)
+ #433732: Location of perl binaries are now configurable (Laszlo
+ (Laca) Peter)
+ #437892: Improve display of IMAP headers plugin's configuration
+ window (Gilles Dartiguelongue)
+ #444882: Fixed configure options beautification (Gilles
+ Dartiguelongue)
+ #445526: Sensitivity of alarm dialog widgets has been fixed (Milan
+ Crha)
+ #446894: Clean up printing in Evolution's Mailer (Matthew Barnes)
+ #448568: Fixed alignment issue in the contact editor (Gilles
+ Dartiguelongue & Vinod)
+ #448970: Fixed a crash during startup (Srinivasa Ragavan)
+ #449811: Fixed magic spacebar break when using caret mode (Srinivasa
+ Ragavan)
+ #450820: Add an empty line at the beginning of the mail body when
+ relpying a mail (Wang Xin)
+ #452900: Fixed the alignment of mail notification popup with tray
+ icon (Cosimo Cecchi)
+ #453294: Fixed attachment name garble on locale 8859-1 (simon.zheng)
+
+Updated Translations:
+ Jorge Gonzalez (es)
+ Nguyễn Thái Ngọc Duy (vi)
+ Priit Laes (et)
+ Clytie Siddall (vi)
+ Kjartan Maraas (nb)
+ Guilherme de S. Pastore (pt_BR)
+ I. Felix (si)
+ Daniel Nylander (sv)
+ Funda Wang (zh_CN)
+
+
Evolution 2.11.4 2007-06-18
---------------------------
diff --git a/configure.in b/configure.in
index 7432362366..a4de1bf302 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.11.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.11.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)