evolution-mapi r50 - in trunk: . po
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-mapi r50 - in trunk: . po
- Date: Mon, 5 Jan 2009 04:26:46 +0000 (UTC)
Author: msuman
Date: Mon Jan 5 04:26:46 2009
New Revision: 50
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=50&view=rev
Log:
evolution-mapi 0.25.4 release updates
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/po/Makefile.in.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 5 04:26:46 2009
@@ -1,6 +1,24 @@
-Version 0.25.3
-15 Dec 2008
+evolution-mapi 0.25.4 2009-01-05
+---------------------------------------
+
+Bug Fixes:
+ #561654: Send the recurrence blob to meeting recipients (Suman Manjunath)
+ #564553: Fixes for compiler warnings (Matthew Barnes)
+ #564613: Memory corruption due to incorrect type passed to camel_content_set_type_param() (Johnny Jacob)
+ #564899: Fixes for compiler warnings and memory leaks (Milan Crha)
+ #564901: Fill the 'Domain' entry on editing (Milan Crha)
+ #450850: (bugzilla.novell.com) Fix for a crash when rendering meeting requests (Suman Manjunath)
+
+Updated Translations:
+ Leonardo Ferreira Fontenelle (pt_BR)
+ Simos Xenitellis (el)
+ Jorge Gonzalez (es)
+ Matej UrbanÄiÄ (sl)
+ Daniel Nylander (sv)
+ çé(Gan Lu) (zh_CN)
+
+evolution-mapi 0.25.3 2008-12-15
+---------------------------------------
* Debut tarball
-------------------------------------------------------
\ No newline at end of file
Modified: trunk/po/Makefile.in.in
==============================================================================
--- trunk/po/Makefile.in.in (original)
+++ trunk/po/Makefile.in.in Mon Jan 5 04:26:46 2009
@@ -56,7 +56,7 @@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi)
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]