diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2008-06-17 17:59:03 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2008-06-17 17:59:03 +0800 |
commit | 3464311737dbe8756a05ea08082a59a28c0722cb (patch) | |
tree | b3bf45746dc006f71c9bdbf1e09997b0003529be | |
parent | f999857658f864bbfa5142e827795f9c65c9a325 (diff) | |
download | gsoc2013-evolution-3464311737dbe8756a05ea08082a59a28c0722cb.tar.gz gsoc2013-evolution-3464311737dbe8756a05ea08082a59a28c0722cb.tar.zst gsoc2013-evolution-3464311737dbe8756a05ea08082a59a28c0722cb.zip |
Evolution 2.23.4 release udpates and version bump.EVOLUTION_2_23_4
svn path=/trunk/; revision=35644
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-06-17 Johnny Jacob <jjohnny@novell.com> + + * configure.in: Bumped to 2.23.5 . + + * NEWS: Evolution 2.23.4 release updates. + 2008-06-16 Johnny Jacob <jjohnny@novell.com> * plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST. @@ -1,3 +1,31 @@ +Evolution 2.23.4 2008-06-16 +--------------------------- +New in 2.23.4 + Python support for EPlugins. (Johnny Jacob) + +Bug Fixes: + #201011: Ability to disable filter rules (Milan Crha) + #201011: Show Enabled column in the editor, because we support it here (Milan Crha) + #314467: Reset port when setting host name without it (Milan Crha) + #330597: Add all text/* parts which has a filename set and also attach all submessages (Milan Crha) + #337160: Do not pretend the row with a cursor is selected when it isn't (Milan Crha) + #509595: Do not crash if file does not exists. Also be able to read lines more than 249 characters long (Milan Crha) + #535204: The tasks objects had been destroyed before the call of destroy_component (Shuai Liu) + #535791: New UI option to let uset choose whether start typing at the bottomof the document or not on replying (Milan Crha) + #536772: Disable Folder menu items consistently with a popup menu over folder (Milan Crha) + #536813: Do not start to edit the event on the double click if the event is not on the server yet (Milan Crha) + #538002: Do not allow dropping messages on folders with CAMEL_FOLDER_NOSELECT flag set (Milan Crha) + #304029: changed description of default search filter from "Name begins with" to "Name contains" (Milan Crha) + +Other Contributors: + Fix for security vulnerabilities CVE-2008-1108 and CVE-2008-1109 (Matthew Barnes) + +Updated Translations: + Jorge Gonzalez (es) + Abou Manal (ar) + Kjartan Maraas (nb) + Yair Hershkovitz (he) + Evolution 2.23.3 2008-06-02 --------------------------- diff --git a/configure.in b/configure.in index 6c803a28b9..c16e81c0db 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.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.23.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |