diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-23 11:59:01 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-23 11:59:01 +0800 |
commit | 36f4e0c5c642cc856c8c8f9abd758683e227d571 (patch) | |
tree | 085c764a3b8ff51bc91c812d356270b3ba8e6942 | |
parent | e4a4c2f2a2733ee60a918fabe41faf55f7cc7f41 (diff) | |
download | gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.gz gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.tar.zst gsoc2013-evolution-36f4e0c5c642cc856c8c8f9abd758683e227d571.zip |
** Evolution 2.11.1 release
svn path=/trunk/; revision=33447
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 67 | ||||
-rw-r--r-- | configure.in | 6 |
3 files changed, 74 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2007-04-23 Srinivasa Ragavan <sragavan@novell.com> + + ** NEWS, configure.in: Evolution 2.11.1 release + 2007-04-20 Matthew Barnes <mbarnes@redhat.com> * configure.in: @@ -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 <composer/e-msg-composer.h> 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 |