aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-28 23:31:05 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-28 23:31:05 +0800
commitd53e2fef9fee7dbed593d71138a63a0f9e28b25a (patch)
treeaad288b686cdc5dcdaa867f24749f3f38de0cdb1
parentefe79d1c200de30b90af7968d50c0c401a6f532d (diff)
downloadgsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar.gz
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar.bz2
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar.lz
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar.xz
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.tar.zst
gsoc2013-evolution-d53e2fef9fee7dbed593d71138a63a0f9e28b25a.zip
Evolution 2.10.2 release updates.EVOLUTION_2_10_2
* NEWS, configure.in: Evolution 2.10.2 release updates. svn path=/branches/gnome-2-18/; revision=33594
-rw-r--r--ChangeLog4
-rw-r--r--NEWS62
-rw-r--r--configure.in2
3 files changed, 67 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5599c5c8e6..4988cb5537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-28 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution 2.10.2 release updates.
+
2007-05-14 Wang Xin <jedy.wang@sun.com>
* configure.in: Fixes 380750, do not use killall on Solaris.
diff --git a/NEWS b/NEWS
index 1db218fd0e..3ec4fdbfb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,65 @@
+Evolution 2.10.2 2007-05-28
+---------------------------
+
+Bug fixes:
+ #322105: Allows non-junk training on non-junk messages (Srinivasa Ragavan)
+ #386503: Help Menu or F1 now works (Matthew Barnes, Götz Waschk)
+ #329168: Calendar Preferences Mnemonics now work (Andre Klapper)
+ #353662: Signature list now scrollable using keyboard (Baris
+ Cicek)
+ #423766: Fix saving of mail attachments (Matthew Barnes)
+ #437584: Fix compilation warnings (Gilles Dartiguelongue)
+ #425506: Fix a crash when clicking the Edit button (Xiurong
+ Simon Zheng)
+ #440493, #440566: Fixed a German typo (Hendrik Richter)
+ #432702: Fixed typo in Brazilian Portuguese translation
+ (Washington Lins)
+ #439049: Fixed "Invliad Time..." error dialog in "ja" locale
+ (Wang Xin)
+ #434981: Attachment bar now shows the correct number of
+ attachments (Matthew Barnes)
+ #380750: evolution --force-shutdown now works on Solaris (Wang
+ Xin)
+ #319504: Fix configure for LDFLAGS=-Wl,--as-needed. (Karsten
+ Bräckelmann)
+ #388789 : Fixed a subtle bug in autotools checks for iconv
+ (Matthew Barnes)
+ #112166: (bugs.launchpad.net) Fixed french translation (Stéphane
+ Raimbault)
+ #334966: Fix for crash on close. (Srinivasa Ragavan)
+ #432867: Changed default attribute for file from 0755 to 0644
+ (Milan Crha)
+ #330098: Selecting Copy on Right-clicking any memo list now works
+ (Naresh)
+ #351729: Removed unnecessary/broken windows (Milan Crha)
+ #424055: Fixed resizing of contact list dialog. (Øystein
+ Gisnås)
+ #325965: Fix a crash when selecting "mark messages as read" on a
+ Maildir subfolder (Ilkka Tuohela)
+
+Other Contributors:
+ Exchange Folder loading performance improvement (Varadhan)
+ Corrected arguments in API gtk_clipboard_set_text() (Xiurong
+ Simon Zheng)
+ Added Russian help files translations (Sergey Mironov)
+ Updated Spanish help files translations and screenshots (Jorge
+ Gonzalez)
+ Updated French help files translations and screenshots (Claude
+ Paroz)
+ Remove included file (Parthasarathi Susarla)
+
+Updated Translations:
+ Hendrik Richter (de)
+ Jakub Friedl (cs)
+ Ivar Smolin (et)
+ Claude Paroz (fr)
+ Yannig MARCHEGAY (oc)
+ Gabor Kelemen (hu)
+ Jorge Gonzalez (es)
+ Peter Bach (da)
+ Djihed Afifi (ar)
+ Washington Lins (pt_BR)
+
Evolution 2.10.1 2007-04-09
---------------------------
diff --git a/configure.in b/configure.in
index 5f1b50afad..c16c6420aa 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.10.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.10.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)