aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-19 00:07:03 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-19 00:07:03 +0800
commit32faf1d0e233b9be9fe81982887b2f62f97846ae (patch)
tree15a59a65ac1039a562b1c1147e0283815bb9b9a2
parent9487af166385eb7b91cc53cbcb31c3bbddcfdf08 (diff)
downloadgsoc2013-evolution-EVOLUTION_2_11_4.tar
gsoc2013-evolution-EVOLUTION_2_11_4.tar.gz
gsoc2013-evolution-EVOLUTION_2_11_4.tar.bz2
gsoc2013-evolution-EVOLUTION_2_11_4.tar.lz
gsoc2013-evolution-EVOLUTION_2_11_4.tar.xz
gsoc2013-evolution-EVOLUTION_2_11_4.tar.zst
gsoc2013-evolution-EVOLUTION_2_11_4.zip
Evolution 2.11.4 releaseEVOLUTION_2_11_4
svn path=/trunk/; revision=33705
-rw-r--r--ChangeLog7
-rw-r--r--NEWS53
-rw-r--r--configure.in2
3 files changed, 61 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf133c1cd..1c1455580d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-18 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Evolution 2.11.4 release
+
+ * NEWS:
+ * configure.in:
+
2007-06-12 Bastien Nocera <hadess@hadess.net>
* configure.in: Detect the X11/XF86keysym.h header, and
diff --git a/NEWS b/NEWS
index d73f59991f..898d16fbb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+Evolution 2.11.4 2007-06-18
+---------------------------
+
+New in 2.11.4:
+ Portugese help files (Duarte Loreto)
+ Add initial support for the Magic Space Bar (Mutt) to read unread emails in
+ all folders. (Srinivasa Ragavan)
+
+Bug fixes:
+ #257118: Clear button is now getting disabled after clearing the
+ search (Milan Crha)
+ #263207: Advanced Search "Remove" button is now inactive (Milan
+ Crha)
+ #325882: Fix some of the window /dialog positions (Milan Crha)
+ #330175: Added helper function which test selection for non-space
+ characters. (Milan Crha)
+ #344728: Add configuration option for Sun Kerberos v5 (Irene Huang)
+ #386503: Fix a minor typo in Makefile.am (Gilles Dartiguelongue)
+ #428328: Move away from popt to GOptions (Ghislain MARY)
+ #437584, 437935: More compilation warnings cleanup (Gilles
+ Dartiguelongue)
+ #439186: fix some bad mnemonics, mark string for translation. (Andre
+ Klapper)
+ #440075: Enable customized alarms to work correctly (Matthew Barnes)
+ #442631: Added support for multimedia keys (Bastien Nocera)
+ #443659: Fix size and alignment mis-match in the evolution
+ preferences window (Vinod)
+ #444107: Allow adding of image attachments to HTML composer
+ (Srinivasa Ragavan)
+ #444248: Fix a crash in solaris (Wang Xin)
+ #444289: Allow the "test" component to build (Tobias Mueller)
+ #444548: Included files for translating strings for "Advanced search
+ options" (Andre Klapper)
+ #444747: Fix a build break (Daniel Gryniewicz)
+ #445793: Addressbook conduit now loads correctly (Gilles
+ Dartiguelongue)
+ #445812: Included missing icons in popups (Gilles Dartiguelongue)
+ #446015: Improved "Define views" dialog (Gilles Dartiguelongue)
+ #446870: Set the correct size of the duplicate contact warning
+ window (Srinivasa Ragavan)
+ #447727: Improve display of label text (Matthew Barnes)
+ #447742: Plug a memory leak (Matthew Barnes)
+ #448201: Add translation domain (Gabor Kelemen)
+ #448223: Remove duplicated function string_without_underscores
+ (Gilles Dartiguelongue)
+
+Updated Translations:
+ Priit Laes (et)
+ Jorge Gonzalez (es)
+ Daniel Nylander (sv)
+ Pema Geyleg (dz)
+ Kjartan Maraas (nb)
+
Evolution 2.11.3 2007-06-04
---------------------------
diff --git a/configure.in b/configure.in
index 31388c41b2..5c6890f21b 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.11.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.11.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)