Hi All, The Evolution Team is pleased to announce the release of Evolution 2.8.3.
You can download the following : http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/3.12/gtkhtml-3.12.3.tar.bz2 http://ftp.acc.umu.se/pub/gnome/sources/evolution-data-server/1.8/evolution-data-server-1.8.3.tar.bz2 http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.8/evolution-2.8.3.tar.bz2 http://ftp.acc.umu.se/pub/gnome/sources/evolution-exchange/2.8/evolution-exchange-2.8.3.tar.bz2 Upgrade Notes : Evolution 2.8.3 is a stable release series of 2.8 development. Release Notes: Evolution 2.8.3 ------------------- Updated Translations: Daniel Nylander (sv), Stéphane Raimbault (fr), Nickolay V. Shmyrev (marking strings as translatable), Djihed Afifi (ar), Francisco Javier F. Serrador (es), Hendrik Richter (de), Jakub Friedl, Priit Laes (et), Changwoo (ko), Laurent Dhima (sq). Contributions : Simon Zheng (352108), Nickolay V. Shmyrev (340165), Matthew Barnes (357970, 383027, 377511), Chris Halls (372528), Wang Xin (389966, 389961, 380064), Raghavendran (343943), Kjartan Maraas (330969). Harish Krishnaswamy (208959 - bnc, 377626) GtkHTML-3.12.3 ---------------------- Updated Translations: Ilkka Tuohela (fi) Contributors: Gilles Dartiguelongue (331813), John N. Laliberte (373092), Chris Heath (362194, 338884, 360393), Michael Monroe (358641). Evolution-Data-Server 1.8.3 ---------------------------------- Updated Translations: Stéphane Raimbault (fr), [EMAIL PROTECTED] (fr), Djihed Afifi (ar), Gabor Kelemen (hu), Ilkka Tuohela (fi), David Lodge (en_GB), Clytie Siddall (vi), Alexander Shopov (bg), Laurent Dhima (sq), Djihed Afifi (ar), Josep Puigdemont i Casamajó (ca), Francisco Javier F. Serrador (es), Priit Laes (et), Jovan Naumovski (mk), Ankit Patel (gu). Contributors : Andreas Henriksson (Fix order of memset arguments in libdb hash) Evolution Exchange 2.8.3 --------------------------------- Updated Translations: Laurent Dhima (sq), Djihed Afifi (ar). Contributions: Matthew Barnes (357660). Reporting Bugs If you have problems with 2.8.3, please take the time to submit the bug using Bug Buddy or at http://bugzilla.gnome.org. Try to fill in as much detail as you can regarding the circumstances that lead to the problem. If you have a feature request, you can also file that at http://bugzilla.gnome.org/ don't be discouraged if you don't hear from us right away, we get hundreds of feature requests a year. You can also check if your bug has been reported before by using the search functionality of Bugzilla. More information is available at the project website http://www.gnome.org/projects/evolution and the project wiki : http://go-evolution.org/ Known Issues : GW users need to apply the following patch onto evolution/plugins/groupwise-features/junk-settings.c to fix a missing translation header. Non-GW users are not affected by this. Index: junk-settings.c =================================================================== --- junk-settings.c (revision 33162) +++ junk-settings.c (working copy) @@ -23,6 +23,7 @@ # include <config.h> #endif #include <glade/glade.h> +#include <glib/gi18n.h> #include "junk-settings.h" #include <glib/gmain.h> #include <gtk/gtktreemodel.h> Index: ChangeLog =================================================================== --- ChangeLog (revision 33162) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2007-01-29 Harish Krishnaswamy <[EMAIL PROTECTED]> + + * junk-settings.c: Include glib/gi18n.h. + 2007-01-29 Kjartan Maraas <[EMAIL PROTECTED]> * send-options.c: (get_cnc): NULL check to avoid a crash Thanks, Harish Krishnaswamy _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
