summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-05-03 18:02:11 +0530
committerChenthill Palanisamy <pchenthill@novell.com>2010-05-03 18:02:11 +0530
commit0e88e392b03ffcf249041ba85848f4b408d2070e (patch)
treea37b06f97771ec35293860fb44c77d8e1b9525fa
parent3dd0f8cfb93edc5a87ecb28567ad1ccc0427d87b (diff)
downloadevolution-data-server-EVOLUTION_DATA_SERVER_2_31_1.tar.gz
news update for 2.31.1 releaseEVOLUTION_DATA_SERVER_2_31_1
-rw-r--r--NEWS93
1 files changed, 93 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69361f0b6..295dd3165 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,96 @@
+Evolution-Data-Server 2.31.1 2010-05-03
+----------------------------------------
+Bug Fixes:
+ Bug #617263 - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
+ Bug #545505 - Properly free unused message infos periodically (Milan Crha)
+ Bug #616819 - CamelIMAPXStore type definition typo (Milan Crha)
+ Bug #615735 - Contacts are not displayed in GW Addressbook. (Bharath Acharya)
+ Bug #608620 - Use CRLF in signed & encrypted S/MIME messages (dev+gnome)
+ Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all) (Matt McCutchen 2)
+ Bug #616318 - Don't use an unitialized key in folder_changed_remove_uid (Claudio Saavedra)
+ Bug #616821 - From field missing in mail (Milan Crha)
+ Bug #580021 — Port to external libgdata (Philip Withnall)
+ Bug #603773 - com_err.h doesn't exist on Solaris (Matthew Barnes)
+ Bug #501140 - IMAP provider missing mnemonics (Alex Kloss)
+ Bug #562595 - POP3 Delete after X days should depend on Leave messages (Milan Crha)
+ Bug #615776 - Drop camel-private.h and offer a public alternative for locks (Milan Crha)
+ Bug #608766 - Replace pthread with GLib's GThread (Milan Crha)
+ Bug #507423 (bnc) - Message list in Inbox doesn't get refreshed (Chenthill Palanisamy)
+ Bug #611646 - Calendar shows recurring birthdays incorrectly (Milan Crha)
+ Bug #615290 - Fails to build with Heimdal Kerberos (Alexandre Rostovtsev)
+ Bug #514041 - Add space between categories (punit)
+ Bug #583791 (bnc) - User created contact list does not behave reliably (Bharath Acharya)
+ Bug #253510 - Do not use "Item(s)" in translatable string (Milan Crha)
+ Bug #336776 - Learning junk feedback in status bar unclear (Milan Crha)
+ Bug #593843 - Unclear "Use cancel" translatable message (Milan Crha)
+ Bug #538793 - Translation issues under camel/providers/local (Milan Crha)
+ Bug #614388 - Broken Delete after X days behaviour (Lucian Langa)
+ Bug #325121 - Do not translate developer strings in g_param_spec_* (Milan Crha)
+ Bug #261087 - "Learning junk" in camel difficult to translate (Milan Crha)
+ Bug #611247 - Bad concatenation for translators (Claude Paroz)
+ Bug #610353 - Search folder with label matches on substring (Milan Crha)
+ Bug #570508 - Google Contacts does not display business phone (Jim McMahon)
+ Bug #567000 - [IMAP] Renaming folder generates errors (Milan Crha)
+ Bug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979 (Milan Crha)
+ Bug #518876 - Does not display recent messages in nntp (Milan Crha)
+ Bug #418502 - Evolution causes gpg stale locks (Milan Crha)
+ Bug 614056 - evolution-data-server-2.29.92 failed to build (Chenthill Palanisamy)
+ Bug 549221 - Deleted E-Mails re-appear in Evolution client (Chenthill Palanisamy)
+ Bug 549225 (bnc) -Evlution client does not update status of messages in the GroupWise Post Office (Chenthill Palanisamy)
+
+Miscellaneous Fixes:
+ Set the CamelIMAPXFolder type to OFFLINE_FOLDER type (Chenthill Palanisamy)
+ Add a null check while accessing folder_get_fullname - imapx (Chenthill Palanisamy)
+ Fix a crasher in moving large number of messages - imapx (Chenthill Palanisamy)
+ Make selecting a folder to work - imapx (Chenthill Palanisamy)
+ Remove a stray file (Kjartan Maraas)
+ Don't abbreviate public symbols. (Matthew Barnes)
+ Use GObject properties instead of CamelArg. (Matthew Barnes)
+ Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
+ Specify the executable extension where applicable in the service files (Fridrich Štrba)
+ The 'operation' in camel_mime_filter_progress_new can be NULL (Milan Crha)
+ Port Camel to GObject. (Matthew Barnes)
+ Clean up the Google Contacts addressbook backend (Philip Withnall)
+ Whitespace fixes for the Google Contacts addressbook backend (Philip Withnall)
+ Get Camel tests building again. (Matthew Barnes)
+ Seal up libedataserverui classes. (Matthew Barnes)
+ A little bit more of cleaning (Fridrich Štrba)
+ Show deleted mails from trash and fix a crash (Chenthill Palanisamy)
+ [win32] Use _WIN32 define instead of G_OS_WIN32 in public headers (Fridrich Štrba)
+ [win32] G_OS_WIN32 cannot be defined if no glib header is included (Fridrich Štrba)
+ Implement CamelVeeStore::get_name() (Milan Crha)
+ Bump gtk+ version requirement to 2.20.0 (Milan Crha)
+ Add GSEAL_ENABLE to AS_COMPILER_FLAGS. (Matthew Barnes)
+ Assure that G_OS_WIN32 can be defined before relying on it (Fridrich Štrba)
+ Compare the recurrence appointments using item id rather than rid while fetching deltas, Rid comparision may not be fool-proof as default_zone can change (Chenthill Palanisamy)
+ Don't leave dangling stale pointers to ECal's in the backend (Michael Meeks)
+ Drop the "hula" Camel provider. (Matthew Barnes)
+ Drop the "imap4" Camel provider. (Matthew Barnes)
+ [win32] Trying to remove inclusion of win32 headers in camel headers. Following the new include policy of camel/camel.h, windows defines were poluting everything. Trying to make them unseen and unheard of. (Fridrich Štrba)
+ Do not call camel_mime_filter_basic_new recursively (Milan Crha)
+ Assure that the G_OS_WIN32 is defined on windows (Fridrich Štrba)
+ Lock down Camel headers. (Matthew Barnes)
+ Implicit declaration of function 'gpg_ctx_op_cancel' on windows (Milan Crha)
+ Add gtk-doc tests, but leave them disabled. (Matthew Barnes)
+ Add --name-space to MKDB_OPTIONS. (Matthew Barnes)
+ Remove deprecated API from libedataserver. (Matthew Barnes)
+ Remove ESourceOptionMenu from libedataserverui. (Matthew Barnes)
+ Convert ENTITY tags to xi:include in Camel API docs. (Matthew Barnes)
+ Fix a crash on quit - imapx (Chenthill Palanisamy)
+
+Translations:
+ Valencian translation (ca)
+ Francisco Diéguez (gl)
+ Jorge González (es)
+ Fran Diéguez (gl)
+ Philip Withnall (en_GB)
+ Theppitak Karoonboonyanan (th)
+ Mario Blättermann (de)
+ Kjartan Maraas (nn)
+ Laurent Coudeur (fr)
+ Wadim Dziedzic (pl)
+ Shankar Prasad (kn)
+
Evolution-Data-Server 2.29.92 2010-03-08
----------------------------------------