diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 41 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2008-03-10 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS, configure.in: Evolution 2.22.0 release. + 2008-03-05 Tor Lillqvist <tml@novell.com> * evolution-zip.in: etc/gconf/gconf.xml.defaults/apps/evolution @@ -1,3 +1,38 @@ +Evolution 2.21.93 2008-03-10 +---------------------------- + +Bug Fixes: + #282466: (Novell Bugzilla) Handle CIDs of broken cases too (Srinivasa Ragavan) + #351672: Dragging imap message when another is copying locks X (Matthew Barnes) + #520745: Fix format-string vulnerability (Tor Lillqvist/Srinivasa Ragavan) + +Other Contributors: + Changes for Windows. Misc simplification and cleanup. (Tor Lillqvist) + Updated contributors list (Johnny Jacob) + +Updated Translations: + Luca Ferretti (it) + Ivar Smolin (et) + Ankit Patel (gu) + Stéphane Raimbault (fr) + Gabor Kelemen (hu) + Åsmund Skjæveland (nn) + Hendrik Richter (de) + Takeshi AIHANA (ja) + Tino Meinen (nl) + Sandeep Shedmake (mr) + Ihar Hrachyshka, AleśNavicki (be@latin) + Changwoo Ryu (ko) + Chao-Hsiung Liao (zh_HK,zh_TW) + Maxim Dziumanenko (uk) + Kenneth Nielsen (da) + Kostas Papadimas (el) + Guntupalli Karunakar (hi) + Runa Bhattacharjee (bn_IN) + Gintautas Miliauskas (lt) + Petr Kovar (cs) + Vasiliy Faronov (ru) + Evolution 2.21.92 2008-02-25 ---------------------------- diff --git a/configure.in b/configure.in index 0c7a118eda..a22a678b4d 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.21.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.22.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names @@ -82,7 +82,7 @@ dnl The controls whether things like the development warning in shell/main.c are dnl dnl This should be set to 0 for stable releases and 1 for unstable releases dnl ************************************************************************************************* -AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not]) +AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not]) AC_SUBST(DEVELOPMENT) AC_ISC_POSIX |