diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-06-02 11:06:12 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-06-02 11:06:12 +0800 |
commit | fd4c5080c6a7a27dff90e9602ff4abab71b8d9d1 (patch) | |
tree | 9131da95cdd94204fa088d4974803f27f409ae72 | |
parent | 28e55bec6fa109278869f68c929d785cf172151b (diff) | |
download | gsoc2013-evolution-fd4c5080c6a7a27dff90e9602ff4abab71b8d9d1.tar.gz gsoc2013-evolution-fd4c5080c6a7a27dff90e9602ff4abab71b8d9d1.tar.zst gsoc2013-evolution-fd4c5080c6a7a27dff90e9602ff4abab71b8d9d1.zip |
Evolution 2.22.2 release.EVOLUTION_2_22_2
2008-05-26 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.22.2 release.
svn path=/branches/gnome-2-22/; revision=35563
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-05-26 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS, configure.in: Evolution 2.22.2 release. + 2008-05-08 Tor Lillqvist <tml@novell.com> * evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults @@ -1,3 +1,27 @@ +Evolution 2.22.2 2008-05-26 +--------------------------- + +Bug Fixes: + #311042: Allocate size for location and info labels differently (Matthew Barnes) + #463040: Forget former selected uid as soon as we know we moved to other. (Milan Crha) + #523402: Do not leak. Reassign back the old values before freeing (Milan Crha) + #530392: Pressing Enter in the entry activates the default response (Matthew Barnes) + #531426: Display face header images at 48x48 instead of 64x64 (Roland Clobus) + #531519: Evolution crashes on print-preview (Srinivasa Ragavan) + #531592: Strings such as window titles and status bar messages should not be escaped (Matthew Barnes) + #533465: Strip whitespace from user-entered hostname (Ritesh Khadgaray) + #533820: Fix for a crash on double-clicking the border of meetings in day-view. (Chenthill Palanisamy) + +Other Contributors: + More work on Windows support (Tor Lillqvist) + +Updated Translations: + Ivar Smolin (et) + Luca Ferretti (it) + Nikos Charonitakis (el) + Gil Forcada (ca) + Reinout van Schouwen (nl) + Evolution 2.22.1.1 2008-05-02 ----------------------------- diff --git a/configure.in b/configure.in index 179e6ceca1..73d476b779 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.22.1.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.22.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |