From 36f4e0c5c642cc856c8c8f9abd758683e227d571 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 23 Apr 2007 03:59:01 +0000 Subject: ** Evolution 2.11.1 release svn path=/trunk/; revision=33447 --- ChangeLog | 4 ++++ NEWS | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 6 +++--- 3 files changed, 74 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d044cc7fc2..49dba43d80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-23 Srinivasa Ragavan + + ** NEWS, configure.in: Evolution 2.11.1 release + 2007-04-20 Matthew Barnes * configure.in: diff --git a/NEWS b/NEWS index 91666cb569..31bbf082ac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,70 @@ +Evolution 2.11.1 2007-04-23 +--------------------------- + +New in 2.11.1: + Improved SPAM support (Srinivasa Ragavan) + Bogofilter plugin (Mikhail Zabaluev) + Spinner for progress indication (Srinivasa Ragavan) + Improved Backup/restore plugin (Srinivasa Ragavan) + Improved Groupwise status tracking (Sankar) + Improved GtkPrint support (Matthew Barnes) + +Bug fixes: + #211082: Contact merging support on creation (Ebby Wiselyn) + #429422 and #419469: Code cleanups (Matthew Barnes) + #415985 and #416028: Fix crash in calendar (Wang Xin) + #419524: Fix incorrect includes (Matthew Barnes) + #426812: Refactor the printing infrastructure (Matthew Barnes) + #353662: Signature list now scrollable using keyboard (Baris Cicek) + #423766: Fix saving of mail attachments (Matthew Barnes) + #343195: Get total number of mails with CAMEL_FOLDER_TOTAL if the folder + is junk folder. (Hiroyuki Ikezoe) + #383953: Fix message count display (Matthew Barnes) + #332765: More intelligent message selection (Christof Krüger) + #424795: Fix system beep (Karl Relton) + #352713: Update parent rows when a child row changes (René Stadler) + #400241: Don't #include since we don't + install that file (Matthew Barnes) + #411331: Fix the message selection (Srinivasa Ragavan) + #375577: Correctly capitalize SpamAssassin (Priit Laes) + #387619: Remove use of deprecated icon names (Rodney Dawes) + #373116: Migrate from GnomeColorPicker to GtkColorButton (Matthew + Barnes) + #373837: Migrate from GnomeFontPicker to GtkFontButton (Matthew Barnes) + #271851: fix startup notification problem (Stephen Cook) + #259606: Added support for middle click to open the component in new + window (Michael Meeks) + #396645: Show only cert files in filechooser (Gilles Dartiguelongue) + #426816: Refactor the printing infrastructure (Matthew Barnes) + #329168: Add missing mnemonic widgets (Andre Klapper) + #408423: Code cleanups and several memory leaks (Daniel Gryniewicz) + #353922: Fix a duplicate keyboard shortcut (Diego Escalante Urrelo) + #401539: Fix a crasher (Matthew Barnes) + #356523: Copies the file uri and decodes it before trying to attach the + image (Martin Olsson) + #243241: Show only enabled accounts on composer (Paul Iadonisi) + #430559: Added mnemonics. (Vinod) + #426743: Corrected typo "asychronous" (Elizabeth Greene) + #404233: change "E-Mail" to "Email" (Andre Klapper) + #426487: Date is garbled in contacts preview pane on locale "ja_JP.PCK" + (Xiurong Simon Zheng) + #426829: Code cleanups (Xiurong Simon Zheng) + #406933: Call gettext() on the EConfigItem labels (Jeff Cai) + #380843: Fix time format translations (Jeff Cai & takao.fujiwara) + #426481: Fix Typo Assitant (Elizabeth Greene) + #404764: Fix typos and reword a string (Andre Klapper) + + +Updated Translations: + David Lodge (en_GB) + Yair Hershkovitz (he) + Daniel Nylander (sv) + Djihed Afifi (ar) + Jakub Friedl (cs) + Duarte Loreto (pt) + Laurent Dhima (sq) + Hendrik Richter (de) + Evolution 2.10.0 2007-03-12 --------------------------- diff --git a/configure.in b/configure.in index a26a0c03f4..eec87a060e 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.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.11.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) @@ -30,7 +30,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files dnl dnl This should always be the major/minor of the stable version or stable version to be dnl ************************************************************************************************* -BASE_VERSION=2.10 +BASE_VERSION=2.12 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) @@ -52,7 +52,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, 0, [If we are in development mode or not]) +AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not]) AC_SUBST(DEVELOPMENT) AC_ISC_POSIX -- cgit v1.2.3