From c4981ea30ce9915c5be9f5e819b03558d50f55df Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 31 Oct 2007 07:11:51 +0000 Subject: Evolution 2.21.1 release. 2007-10-29 Srinivasa Ragavan * NEWS, configure.in: Evolution 2.21.1 release. svn path=/trunk/; revision=34461 --- ChangeLog | 4 +++ NEWS | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +-- 3 files changed, 87 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7796c307b4..cfae2b1091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-29 Srinivasa Ragavan + + * NEWS, configure.in: Evolution 2.21.1 release. + 2007-10-31 Michael Monreal ** Fix for bug #486351 diff --git a/NEWS b/NEWS index 7396153058..bf0dce72e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,84 @@ +Evolution 2.21.1 2007-10-29 +--------------------------- + +New in 2.21.1: + New plugin: external-editor, which will make it possible to use an external editor as the mail composer (Sankar P) + Support for Google Calendar (Ebby Wiselyn) + New Tango look icons (Michael Monreal) + +Bug fixes: + #228832: Show tasks in calendar (Milan Crha) + #230339: Print also location, if present. (Milan Crha) + #261165: Added search on CC and BCC (Andre Klapper) + #271734: Show description of operation, if available (Milan Crha) + #300693: Removed obsolete code and references to "task-sort" virtual column (Milan Crha) + #311179: Avoid selection of label text by Tab (Milan Crha) + #323977: Filters Editor Needs UI Modifications (Milan Crha) + #324472: Tasks marked as complete using multiple selection are now saved (Milan Crha) + #329823: Added support to change component's button icon (Milan Crha) + #329823: Icon change to reflect new mail (Milan Crha) + #331421: Make contact list name clickable (Milan Crha) + #331578: Run command line in other thread rather than in main thread (Milan Crha) + #337539: Omit left column when showing list of contacts (Milan Crha) + #340748: Notifies others about change (Milan Crha) + #342283: Behave consistently when printing (Milan Crha) + #346146: Appointments in "Sent Items" should not display Accept/Decline buttons (Milan Crha) + #346686: Uses new helper function to determine if row is editable (Milan Crha) + #351333: Added more descriptive hint over search bar's option button (Milan Crha) + #353656: Rename "Phone List" to "List View" (Anand V M) + #360134: Plug memory leaks (Tobias Mueller) + #395272: Minor code cleanups and value checking (Tobias Mueller) + #412360: Show tooltip for all email addresses (Milan Crha) + #413420: Change mimetype if knows the extension and if the content of file is valid. (Milan Crha) + #417999: Don't use deprecated GTK+ symbols (Milan Crha) + #423401: Better error handling when attaching remote file (Milan Crha) + #428402: Fix a crash in calendar (Milan Crha) + #428402: Really go through every component when removing one (Milan Crha) + #437579: Fix various compiler warnings (Milan Crha) + #461195: Remove needless marshalers (Hiroyuki Ikezoe) + #461272: Configure button should not be enabled for all (Sankar P) + #467364: Evolution uses "Emoticon" instead of "Smiley" (Christian Kintner) + #468736: Fixed high memory consumption (Srinivasa Ragavan) + #469657: Use destroy functions in GHashTables to simplify memory management (Matthew Barnes) + #470837: Improved "Sort by" submenu behavior (Milan Crha) + #473903: Fix compile time warnings (Milan Crha) + #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes) + #474557: Choose right widget and use PANGO_PIXELS to calculate height (Milan Crha) + #476389: Maintain UI consistency (Diego Escalante Urrelo) + #476926: Remove the --enable-gtk-doc configure option since we don't ship any Gtk-Doc content (Matthew Barnes) + #477045: Require gnome-icon-theme 2.19.91 (Matthew Barnes) + #477045: Use standard icon names where applicable (Matthew Barnes) + #478871: Shows proper 'Fields shown' description for all tables (Milan Crha) + #479257: Change icon references (Michael Monreal) + #479257: Migration of theme icons (Michael Monreal) + #479716: Maintain UI consistency (Milan Crha) + #480621: Use consistent terminology for mail messages (Matthew Barnes) + #480804: use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR (Pedro Villavicencio Garrido) + #481235: Display Face header value if contacts doesn't have any image associated with them. (Sankar P) + #481325: Fix capitalization of program name in About dialog (Matthew Barnes) + #481325: Require GTK+ 2.12 (Matthew Barnes) + #482575: Don't use "insert_image" icon (Michael Monreal) + #482603: Use document-properties icon instead of stock_folder-properties (Michael Monreal) + #483301: Remove an unused variable (Matthew Barnes) + #483989: Require libbonobo 2.16.0 or later (Matthew Barnes) + #484635: Plugged memory corruption (Bharath Acharya) + #484814: Change name and comment in .desktop file (Matthew Barnes) + #486406: Use addressbook-new icon instead of stock_addressbook (Michael Monreal) + #489027: Thread sorting for new mails fixed (Milan Crha) + #489661: Remove dead, unshipped code from addressbook/gui/widgets (Matthew Barnes) + +Updated Translations: + Jorge Gonzalez (es) + Matej Urbanči (sl) + Anas Husseini (ar) + Daniel Nylander (sv) + David Planella (ca) + Yavor Doganov (bg) + Ivar Smolin (et) + Gintautas Miliauskas (lt) + Ignacio Casal Quinteiro (gl) + Stéphane Raimbault (fr) + Evolution 2.12.0 2007-09-17 ---------------------------- diff --git a/configure.in b/configure.in index 55c7520dbc..22eef17744 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.12.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.21.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names @@ -59,7 +59,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.12 +BASE_VERSION=2.22 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) -- cgit