diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-02-03 14:19:22 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2009-02-03 14:19:22 +0800 |
commit | bc0fdcbdeef4ec5fd72715766c64492b82979ee0 (patch) | |
tree | 34389006788a800b5640907a257d4ceacf024ca9 | |
parent | 4e64ccf99eb1ab9be33367a2164ae958576964ec (diff) | |
download | gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar.gz gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar.bz2 gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar.lz gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar.xz gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.tar.zst gsoc2013-evolution-bc0fdcbdeef4ec5fd72715766c64492b82979ee0.zip |
Evolution 2.25.90 releaseEVOLUTION_2_25_90
2009-02-02 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.90 release
svn path=/trunk/; revision=37215
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 49 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-02-02 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS: Evolution 2.25.90 release + 2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) @@ -1,3 +1,52 @@ +Evolution 2.25.90 2009-02-02 +---------------------------- + +Updated Translations: + Andre Klapper (de) + Bharath Acharya (PO) + Changwoo Ryu (ko) + Daniel Nylander (sv) + Funda Wang (zh) + Gabor Kelemen (hu) + Hendrik Richter (de) + I. Felix (ta) + Ilkka Tuohela (fi) + Jonh Wendell (pt) + Jorge Gonzalez (es) + Jovan Naumovski (mk) + Kjartan Maraas (nb) + Miloš Popović) (sr) + Nguyễn Thái Ngọc Duy (vi) + Raivis Dejus (lv) + Wadim Dziedzic (pl) + +Bug Fixes: + #318003 : Support move of the event in day view when dropped over the source list. Use the same function for events/tasks/memos. Encode string data same as memos and tasks do, with a source UID. Removed inappropriate comments. (Milan Crha) + #342446 : Use localized digits in the calendar widget. (behnam esfahbod) + #362754 : Ensure to show default groups and sources with actual localized name, not the one it was stored last time. (Milan Crha) + #442869 : Delete attendee only if we have enough rights for it. (Milan Crha) + #450554 (BNC) : Remove all attendees from the list-view and name-selector before populating it on 'event_changed' callback. (Suman Manjunath) + #470474 (BNC) : fix unused strings. (Bharath Acharya) + #539467 : Find group by its base uri, not by a localized name. (Milan Crha) + #546637 : Partial fix for unread vfolders (Srinivasa Ragavan) + #559604 : Additional Information On Calendar Tooltip (Milan Crha) + #561628 : Initialize 'parent_class' with its parent, not with itself. (Milan Crha) + #562449 : regression in vfolder functionality with read/deleted messages (Srinivasa Ragavan) + #567654 : Crash in vfolders (Srinivasa Ragavan) + #567824 : Fix all header related bugs in calendar printing. (Bharath Acharya) + #347287 : MVC for calendar. (Chenthill Palanisamy) + #450535 (BNC): Monthly Calendar Highlighted Days Does Not Pass To Meeting/Appointment (Chenthill Palanisamy) + #463602 (bnc) In Calendar View, Meeting/Recur/Alarm Icons Obscure Time Of Meeting. (Chenthill Palanisamy) + + Other contributions: + + Cross-compilation from Linux to Windows support by Fridrich Strba. on Windows. + Added hooks for Seek plugin which is under development. (Johnny Jacob) + Show attachment bar at all times. Seems like the contents are missing at times. (Srinivasa Ragavan) + Fix compiler warnings. (Matthew Barnes) + function-declaration compiler warning. (Suman Manjunath) + Migrate the test programs off libgnomeui/libbonobo. (Matthew Barnes) + Evolution 2.25.5 2009-01-19 --------------------------- diff --git a/configure.in b/configure.in index fea18b55b1..d828f48f8c 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], [90]) +m4_define([evo_micro_version], [91]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |