aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-02-03 14:19:22 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2009-02-03 14:19:22 +0800
commitbc0fdcbdeef4ec5fd72715766c64492b82979ee0 (patch)
tree34389006788a800b5640907a257d4ceacf024ca9
parent4e64ccf99eb1ab9be33367a2164ae958576964ec (diff)
downloadgsoc2013-evolution-EVOLUTION_2_25_90.tar
gsoc2013-evolution-EVOLUTION_2_25_90.tar.gz
gsoc2013-evolution-EVOLUTION_2_25_90.tar.bz2
gsoc2013-evolution-EVOLUTION_2_25_90.tar.lz
gsoc2013-evolution-EVOLUTION_2_25_90.tar.xz
gsoc2013-evolution-EVOLUTION_2_25_90.tar.zst
gsoc2013-evolution-EVOLUTION_2_25_90.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--ChangeLog4
-rw-r--r--NEWS49
-rw-r--r--configure.in2
3 files changed, 54 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff9a9f59ac..7cf19125f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/NEWS b/NEWS
index 0fa3b65862..f572e09c56 100644
--- a/NEWS
+++ b/NEWS
@@ -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],