From 4ac8644e513981c0572b65c8b54223e8bdf75dc4 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 4 Sep 2007 13:07:31 +0000 Subject: Evolution 2.11.92 release * NEWS, configure.in: Evolution 2.11.92 release svn path=/trunk/; revision=34177 --- ChangeLog | 4 ++++ NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afcdf8690e..24909a5a39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-03 Srinivasa Ragavan + + * NEWS, configure.in: Evolution 2.11.92 release + 2007-09-03 Milan Crha ** Fix for bug #201167 by Nathan Owens diff --git a/NEWS b/NEWS index cd20f34ec0..f2d736c535 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Evolution 2.11.92 2007-09-03 +---------------------------- + +Bug fixes: + #201167: Complete implementation of Categories synching and lots of bug fixes (Nathan Owens and Tom Billiet) + #351672: Dragging imap message when another is copying locks X (Gavin Scott) + #377763: Do not scale under 1x1 pixel (Milan Crha) + #378759: Fixed a crash when entering S/MIME password for signing email (Milan Crha) + #431459: Avoid reentrancy of prefer-plain plugin (Srinivasa Ragavan) + #466051: When memo start date is set to 'None', do not store DTSTART property. (Suman Manjunath) + #469886: Update FSF address in header comments (Tobias Mueller) + #471791: Move away from g_assert to g_critical (Srinivasa Ragavan) + +Other Contributors: + - Add mail/default/pl/Makefile to AC_OUTPUT (Matthew Barnes) + - Add Evolution contributors names to credits page (Gilbert Dartiguelongue) + +Updated Translations: + Kjartan Maraas (nb) + Ivar Smolin (et) + Takeshi AIHANA (ja) + Washington Lins (pt_BR) + Jovan Naumovski (mk) + Ankit Patel (gu) + Tirumurthi Vasudevan (ta) + Ilkka Tuohela (fi) + GNOME PL Team (pl) + Daniel Nylander (sv) + Jorge Gonzalez (es) + Theppitak Karoonboonyanan (th) + Clytie Siddall (vi) + Funda Wang (zh_CN) + Duarte Loreto (pt) + Evolution 2.11.91 2007-08-27 ---------------------------- diff --git a/configure.in b/configure.in index 735d23f20f..5a14414e22 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.91, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.11.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names -- cgit