diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-01-06 11:49:43 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2009-01-06 11:49:43 +0800 |
commit | 694b993d7dbad1193b3a6b3b0a920379e8904d04 (patch) | |
tree | 13b2fe28e3662a2d7b1c25a5bcf6876cc2246048 | |
parent | 95e277a234486ded40b350f0acfbdebf610e02fd (diff) | |
download | gsoc2013-evolution-694b993d7dbad1193b3a6b3b0a920379e8904d04.tar.gz gsoc2013-evolution-694b993d7dbad1193b3a6b3b0a920379e8904d04.tar.zst gsoc2013-evolution-694b993d7dbad1193b3a6b3b0a920379e8904d04.zip |
Evolution 2.25.4 releaseEVOLUTION_2_25_4
2009-01-05 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.4 release
svn path=/trunk/; revision=36993
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-01-05 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS: Evolution 2.25.4 release + 2009-01-01 Andre Klapper <a9016009@gmx.de> * configure.in: @@ -1,3 +1,29 @@ +Evolution 2.25.4 2009-01-05 +--------------------------- + +Bug Fixes: + #435694: (Novell Bugzilla) Since we now add a bar, lets set the popup items right (Bharath Acharya) + #439998: (Novell Bugzilla) Ask the user if he wants to remove the delegated events or keep a copy (Bharath Acharya) + #446285: (Novell Bugzilla) Traverse all the entries in the added list (Bharath Acharya) + #546437: Fix various typos and poor wording in chapters 1-4 (Matthew Barnes) + #546860: Don't craash on malformed label strings (Matthew Barnes) + #558337: Fix a crash while managing IMAP folder subscriptions (Norman Wang) + #559153: Migration improvements (Sankar P) + #559604: Show additional status information for the meeting only when user is an organizer (Milan Crha) + #562091: Fix the problem of normal memo window popup when trying to create a shared memo (Matthew Barnes) + #562155: Fix a warning shown in the terminal output (Matthew Barnes) + #564248: Bump minimum version required for gtkhtml because of new html editor functions (Milan Crha) + #565628: Fix memory leak (Ignacio Casal Quinteiro) + #565857: Fixes a memory leak (Matthew Barnes) + #566206: Remove unlocalized screenshots (Andre Klapper) + +Updated Translations: + Jorge Gonzalez (es) + Yannig Marchegay (oc) + Marcel Telka (sk) + Leonardo Ferreira Fontenelle (pt_BR) + Andre Klapper (de) + Evolution 2.25.3 2008-12-15 --------------------------- diff --git a/configure.in b/configure.in index 3ba6ac171f..7fe85942a5 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [25]) -m4_define([evo_micro_version], [4]) +m4_define([evo_micro_version], [5]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |