diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-12-16 21:36:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-12-16 21:36:26 +0800 |
commit | b90dc3c001d6db3d4d533d66c0c7be09220904dd (patch) | |
tree | 8d8947afa67222cbbfa330d5d8327fb7365cb65c | |
parent | c24b6b2f71f529d7a89277d9d6957cb686ea1b6e (diff) | |
download | gsoc2013-evolution-b90dc3c001d6db3d4d533d66c0c7be09220904dd.tar.gz gsoc2013-evolution-b90dc3c001d6db3d4d533d66c0c7be09220904dd.tar.zst gsoc2013-evolution-b90dc3c001d6db3d4d533d66c0c7be09220904dd.zip |
Evolution 2.25.3.1 releaseEVOLUTION_2_25_3
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.3.1 release
svn path=/trunk/; revision=36907
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 40 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-12-15 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS: Evolution 2.25.3.1 release + 2008-12-14 Matthew Barnes <mbarnes@redhat.com> * configure.in: @@ -1,3 +1,38 @@ +Evolution 2.25.3 2008-12-15 +--------------------------- + +Bug Fixes: + #332629: New helper function to be used in FilterOption (Milan Crha) + #332629: Use dynamically created list of categories in the option's widget (Milan Crha) + #333224: Fix a crash when changing the time of an exchange appointment (Milan Crha) + #337082: Do not set we finished with loading until we are really done with it. The previous behavior can cause duplicate nodes in tree for subscribed folders (Milan Crha) + #348299: Use category completion in the Categories field. Fix some reference count leaks (Matthew Barnes) + #350725: Copy/Paste support in day/week views (Hiroyuki Ikezoe) + #352287: Draw top icons in full detail/color depth (Milan Crha) + #549964: Fix for an errorneous string (Jennifer Newman) + #551599: Do not fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment (Paul Bolle) + #552357: Function prototype (Milan Crha) + #552583: Extending Sankar's fix of account checking logic a bit, to be more consistent (Milan Crha) + #552583: For the purpose of matching a URL to an EAccount, only compare the protocol, user, host and port and disregard the rest. Fix the errors in the account checking logic (Matthew Barnes,Sankar P) + #555371: Added print menu option to task, memo and event editors (Jennifer Newman) + #555663: Do not overwrite signal id (Milan Crha) + #556303: Check whether attachment has a body already before accessing it (Milan Crha) + #558498: Check for the offline status before setting up the Exchange settings (Bharath Acharya) + #560420: spamc and spamassassin use error codes >= 64 to denote execution errors. Positive error codes < 64 means the message was identified as Spam (hp@syntomax.com) + #562228: Make it clearer then mailbox entry is optional (Milan Crha) + #562990: Use 'username' property to read/write user name, not the url (Milan Crha) + #563077: Fixes a crash if the gnome-settings-daemon is not running. Observed on SUN Solaris (Jeff Cai) + #563250: Load on startup and save on shutdown, custom keyboard accelerators (Matthew Barnes) + #563369: Translate "Templates" folder name (Milan Crha) + #563633: SUN compiler doesn't understand an empty structure (Jeff Cai) + #563669: Use zero GtkSpinButton's Pagesize, as Gtk+ requires (Milan Crha) + #563870: Drop unused header include (Milan Crha) + #564351: Fix single header include issue for GdkPixbuf (Tal Benavidor) + +Updated Translations: + Ilkka Tuohela (fi) + Leonardo Ferreira Fontenelle (pt_BR) + Evolution 2.25.2 2008-12-01 --------------------------- diff --git a/configure.in b/configure.in index 6124aaa162..1e9e9ac712 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], [3]) +m4_define([evo_micro_version], [4]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |