aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS84
-rw-r--r--configure.in4
3 files changed, 90 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8422a41733..0907509177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-03 Srinivasa Ragavan <sragavan@novell.com>
+
+ * configure.in, NEWS: Evolution 2.25.1 release and version bump
+
2008-11-03 Sankar P <psankar@novell.com>
License Changed from GPL to LGPL
diff --git a/NEWS b/NEWS
index 020caf47d5..6bd61eb263 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,87 @@
+Evolution 2.25.1 2008-11-03
+---------------------------
+
+New in 2.25.1:
+ New UI for Edit->Preferences->Autocompletion, to be able to setup whether show mail address for the autocompleted contact (Milan Crha)
+
+Bug Fixes:
+ #272391: New UI for Edit->Preferences->Autocompletion, with the checkbox for the key "/apps/evolution/addressbook/completion/show_address" to be able to setup whether show mail address for the autocompleted contact (Milan Crha)
+ #311479: Rephrasing the heading in Evolution Import Assistant (Kandepu Prasad)
+ #313225: Show meeting icon in 'Attachment' column on messages with '$has_cal' user flag set (Milan Crha)
+ #364542: Stop when camel operation has been canceled. Also check for cancellation when opening EBook, thus the UI (preview) will not freeze with slow address books. (Milan Crha)
+ #424818: (Novell Bugzilla) Integrate the mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing (Suman Manjunath)
+ #438155: Guard access to the 'regen' list with a lock (Milan Crha)
+ #497928: Set URI to empty string when user deletes previously selected source (Milan Crha)
+ #503898: Replace all occurences of the word "criteria" with "condition" (Matthew Barnes)
+ #511918: Use TRUE/FALSE texts for boolean values and do not free returned value for them, otherwise it crashes (Milan Crha)
+ #511947: Check for NULL values to prevent runtime warnings. (Milan Crha)
+ #514989: Calculate tomorrow from current time, not from the date to convert (Milan Crha)
+ #519491: Convert texts to valid UTF-8 texts before passing them to Gtk+ functions which requires that (Milan Crha)
+ #528816: We do not support vCalendar importer when we can parse the iCalendar from the file, because the latter holds more information, like timezones (Milan Crha)
+ #530606: Check validity of returned pointer before using it (Milan Crha)
+ #530691: Remove folders in its own thread, not in main thread (Milan Crha)
+ #530716: Differentiate between response with valid message pointer and with one already freed (Milan Crha)
+ #530872: Check for NULL soon enough to not crash (Milan Crha)
+ #535248: Check if log file has been opened successfully before using it (Milan Crha)
+ #541121: Improved itip formatter: allow replying to forwarded and already imported invitations; honor RVSP flag in invitation (Patrick Ohly)
+ #545045: Don't show SMTP in the Send/Receive dialogue if there are no unsent mails (Philip Withnall)
+ #548469: Drop support for deprecated libnm-glib (Matthew Barnes)
+ #549025: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled (Matthew Barnes)
+ #550441: Use the proper functions to traverse messages in a folder's summary. Ignore if summary not there. (Milan Crha, Srinivasa Ragavan)
+ #551121: Standardise use of "SpamAssassin" vs. "spamassassin" or "Spamassassin". (Philip Withnall)
+ #552551: Add a NULL check for search_word before calling strcmp (Philip Withnall)
+ #552575: Register default callbacks to composer to be able to send/save draft (Milan Crha)
+ #552583: Do not hide auth_mech from the URL. (Sebastian Keller)
+ #552851: Add translator comments to the accept/decline strings, and improve some other strings in the file (Philip Withnall)
+ #553067, #553070, #553105, #553106: Mark some forgotten strings for translation (Gabor Kelemen)
+ #553148: Standardise "GroupWise" usage in translatable strings (Philip Withnall)
+ #553273: Always end e_error_run/e_error_new calls with NULL parameter (Milan Crha)
+ #553297: Do not try to access uninitialized variables (Milan Crha)
+ #553461, #553389: Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly. Also, change a related string to use better terminology. (Philip Withnall)
+ #553479: String capitalisation improvements (Philip Withnall)
+ #553527: Do the EBook work in a separate thread to have better performance on reply with slow address books (Milan Crha)
+ #553609: Do not do any changes when the view has not been shown yet (Milan Crha)
+ #553715: Set end time for the event properly, not same as start time (Milan Crha)
+ #554107: Add "Subject - Trimmed" column which enables to read mailing list mails in a better way (Hans Petter Jansson)
+ #554297: Add translator comment to the occurrences of the Proxy term (Gabor Kelemen)
+ #554349: Expand threads and select messages, if user has given select-all (Sankar P)
+ #554418: Guess mime_type based on the filename only (Milan Crha)
+ #554458: Use content-type to call of g_app_info_get_all_for_type (Milan Crha)
+ #554548: French translation update (Hanka Zalska)
+ #554566: New function to update current selected rule (Lucian Langa)
+ #554664: Call attach_remote_file when knows the URI points to it. (Milan Crha)
+ #554832: Updated Spanish translation (Jorge Gonzalez)
+ #555203: Use the url value in cases where the account goes NULL. Fixes the issue of Exchange not sending mails, because it does not have a valid transport url to use (Bharath Acharya)
+ #555276: Don't load a vfolder as a sub folder (Srinivasa Ragavan)
+ #555494: Category icons are not themed. Load by file, not by icon name (Matthew Barnes)
+ #555775: Include e-util-private.h for Win32 redefinition of EVOLUTION_UIDIR and build the filename using it (Bharath Acharya)
+ #555958: Add the UI manager's accelerator group to the editor window so that menu shortcut keys work (Anis Elleuch)
+ #556059: Allow building outside the source tree (Matt Davey)
+ #556191: Remove org-gnome-mark-calendar-offline.eplug.xml (Matthew Barnes)
+ #556284: Fixes for fetching the store using mail_component_peek_local_store. Fixes the right-click crash issues caused on OS_WIN32 by Templates plugin (Bharath Acharya)
+ #557563: Updated German translation (Ronny Standke)
+ #558726: Fix a potential format string crash. (Frederic van Starbmann)
+
+Updated Translations:
+ Gabor Kelemen (hu)
+ Kenneth Nielsen (da)
+ Ivar Smolin (et)
+ Daniel Nylander (sv)
+ Mikel González (ast)
+ Ronny Standke (de)
+ Theppitak Karoonboonyanan (th)
+ Marcel Telka (sk)
+ Jorge Gonzalez (es)
+ Leonardo Ferreira Fontenelle (pt_BR)
+ Ignacio Casal Quinteiro (gl)
+ Ilkka Tuohela (fi)
+ Og Maciel (pt_BR)
+ Kjartan Maraas (nb)
+ Alexander Shopov (bg)
+ Wouter Bolsterlee (nl)
+ Goran Raki (sr, sr@latin)
+ Hari Vishnu (ml)
+
Evolution 2.24.0 2008-09-22
---------------------------
diff --git a/configure.in b/configure.in
index 1c5f0d1f07..9a88caaf5a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.25.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.25.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -1496,7 +1496,7 @@ else
E_UTIL_X11_CFLAGS=""
E_UTIL_X11_LIBS=""
fi
-EVO_SET_COMPILE_FLAGS(E_UTIL, libbonoboui-2.0 libglade-2.0 libgnomeui-2.0 libedataserver-$EDS_PACKAGE libedataserverui-$EDS_PACKAGE camel-$EDS_PACKAGE $mozilla_nspr $THREADS_CFLAGS $MANUAL_NSPR_CFLAGS $E_UTIL_X11_CFLAGS, $THREADS_LIBS $MANUAL_NSPR_LIBS $E_UTIL_X11_LIBS)
+EVO_SET_COMPILE_FLAGS(E_UTIL, libbonoboui-2.0 libglade-2.0 libgnomeui-2.0 libedataserver-$EDS_PACKAGE libedataserverui-$EDS_PACKAGE camel-$EDS_PACKAGE $mozilla_nspr, $THREADS_CFLAGS $MANUAL_NSPR_CFLAGS $E_UTIL_X11_CFLAGS, $THREADS_LIBS $MANUAL_NSPR_LIBS $E_UTIL_X11_LIBS)
AC_SUBST(E_UTIL_CFLAGS)
AC_SUBST(E_UTIL_LIBS)