Please upgrade evolution to 2.25.90

Bug #320329 reported by Andrew Starr-Bochicchio
8
Affects Status Importance Assigned to Milestone
evolution (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

http://ftp.gnome.org/pub/GNOME/sources/evolution/2.25/

Evolution 2.25.90 2009-02-02
----------------------------

Updated Translations:
 Andre Klapper (de)
 Bharath Acharya (PO)
 Changwoo Ryu (ko)
 Daniel Nylander (sv)
 Funda Wang (zh)
 Gabor Kelemen (hu)
 Hendrik Richter (de)
 I. Felix (ta)
 Ilkka Tuohela (fi)
 Jonh Wendell (pt)
 Jorge Gonzalez (es)
 Jovan Naumovski (mk)
 Kjartan Maraas (nb)
 Miloš Popović) (sr)
 Nguyễn Thái Ngọc Duy (vi)
 Raivis Dejus (lv)
 Wadim Dziedzic (pl)

Bug Fixes:
 #318003 : Support move of the event in day view when dropped over the source list. Use the same function for events/tasks/memos. Encode string data same as memos and tasks do, with a source UID. Removed inappropriate comments. (Milan Crha)
 #342446 : Use localized digits in the calendar widget. (behnam esfahbod)
 #362754 : Ensure to show default groups and sources with actual localized name, not the one it was stored last time. (Milan Crha)
 #442869 : Delete attendee only if we have enough rights for it. (Milan Crha)
 #450554 (BNC) : Remove all attendees from the list-view and name-selector before populating it on 'event_changed' callback. (Suman Manjunath)
 #470474 (BNC) : fix unused strings. (Bharath Acharya)
 #539467 : Find group by its base uri, not by a localized name. (Milan Crha)
 #546637 : Partial fix for unread vfolders (Srinivasa Ragavan)
 #559604 : Additional Information On Calendar Tooltip (Milan Crha)
 #561628 : Initialize 'parent_class' with its parent, not with itself. (Milan Crha)
 #562449 : regression in vfolder functionality with read/deleted messages (Srinivasa Ragavan)
 #567654 : Crash in vfolders (Srinivasa Ragavan)
 #567824 : Fix all header related bugs in calendar printing. (Bharath Acharya)
 #347287 : MVC for calendar. (Chenthill Palanisamy)
 #450535 (BNC): Monthly Calendar Highlighted Days Does Not Pass To Meeting/Appointment (Chenthill Palanisamy)
 #463602 (bnc) In Calendar View, Meeting/Recur/Alarm Icons Obscure Time Of Meeting. (Chenthill Palanisamy)

 Other contributions:

 Cross-compilation from Linux to Windows support by Fridrich Strba. on Windows.
 Added hooks for Seek plugin which is under development. (Johnny Jacob)
 Show attachment bar at all times. Seems like the contents are missing at times. (Srinivasa Ragavan)
 Fix compiler warnings. (Matthew Barnes)
 function-declaration compiler warning. (Suman Manjunath)
 Migrate the test programs off libgnomeui/libbonobo. (Matthew Barnes)

Evolution 2.25.5 2009-01-19
---------------------------

Updated Translations:
 Andre Klapper (de)
 David Planella (ca)
 Hendrik Richter (de)
 Jorge Gonzalez (es)
 Kjartan Maraas (nb)
 Luca Ferretti (it)
 Wadim Dziedzic (pl)

Bug Fixes:
 #208426 : Added support for importing .pst files into Evolution (Bharath Acharya )
 #245156 : Helper functions to make it easier. (Milan Crha)
 #246313 : Added ability to show all event in one-day view, but show only up to 6 columns in a multi-day view. (Milan Crha)
 #303738 : Forget password on AuthFailed or AuthRequired and try to reopen on AuthFailed status, which will ask for a password again. Show "Authentication Required" on such status returned. Do not free memory which hold ECal. Also always forget password for calendar with the URL key. (Milan Crha)
 #310844 : Transfer master object instead of the instance for recurring events. (Milan Crha)
 #339879 : Have two types of code expression, one "code", which adds also a "match-all" into the expression, and a "rawcode" without it. (Milan Crha)
 #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha)
 #443544 (bugzilla.novell.com) : Handle E_MEETING_FREE_BUSY_FREE. (Suman Manjunath)
 #458968 (bugzilla.novell.com) : Don't warn the user about changes being lost if he is trying to delegate the meeting. (Suman Manjunath)
 #462372 (bnc) : Add supported URI format. (Ashish Shrivastava)
 #489437 : Check whether the 'until' date is in the future, and report error if not. (Milan Crha)
 #554454 : Do not crash when received 'modified' event for something not in a model. And a leak fix. (Milan Crha)
 #555310 : Localize strings properly. (Milan Crha)
 #563364 : Manage the second day zone in a Preferences dialog. (Milan Crha)
 #563867 : Unescape "&" when passing the link to browsers. (Felix Riemann)
 #565376 : Support storing folder uri in a camel's way. Compiler warning fix. (Milan Crha)
 #565376 : Bump eds requirement to 2.25.5 because of new functionality. (Milan Crha)
 #565681 : EPlugins must be loaded after Bonobo init, else variables like `session` are not available for plugin's initialization functions (Philip Van hoof)
 #566011 : Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). (Takao Fujiwara)
 #566572 : Fix typos. (Andre Klapper)
 #566599 : Add translator comments and gettext context for meeting mail subject prefixes. (Matthew Barnes)
 #566653 : Fix a leaked info (Srinivasa Ragavan)
 #567031 : Hide also label of the combo. (Milan Crha)
 #567045 : Escalate scroll event's to a scrolled window, to let mouse wheel work over data too. (Milan Crha)
 #567129 : Add <default> tag in C locale to localize the value. Add gettext. (Takao Fujiwara)
 #567148 : Use a labelled button to bring up the timezone selector widget. (Matthew Barnes)
 #567270 : Remove already-disabled use of gnome_about_new(). (Matthew Barnes)
 #567276 : Remove unneeded #include <libgnomeui/gnome-dialog-util.h>. Removed unused function calendar_config_check_timezone_set(). (Matthew Barnes)
 #567280 : Remove unneeded #include <libgnomeui/gnome-pixmap.h>. (Matthew Barnes)
 #567281 : Remove unneeded #include <libgnomeui/gnome-messagebox.h>. (Matthew Barnes)
 #567282 : Remove unrequired #include of <libgnomeui/gnome-href.h>. (Andre Klapper)
 #567285 : Remove unneeded #include <libgnomeui/gnome-popup-menu.h>. (Matthew Barnes)
 #567409 : Remove redundancy; split up strings (Andre Klapper)
 #567687 : Force text/html part only when choosing between text/plain and it. (Milan Crha)
 #567744 : Comment attribute in property tag should be plural. e.g. <property comments="..."> (Matthew Barnes)

Other contributions:
 Call e_show_uri() instead of gnome_url_show(). (Matthew Barnes)
 <gmodule.h> API instead of <dlfcn.h> API. (Tor Lillqvist)
 Add support for category syncing. Also, retain an existing given/first name split if it exists in the pilot record. (Matt Davey)
 B & W version of our new logo to replace the old Ximian logo. Regenerate the Quick Reference PDFs with the new logo. (Matthew Barnes)
 Call e_display_help() instead of gnome_url_show(). New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. (Matthew Barnes)
 Now that we require GTK 2.14, use gtk_show_uri() instead of gnome_help_display(). (Matthew Barnes)
 Updated screenshots. ( pc radhika )
 Remove explicit mentioning of some translators. (Andre Klapper)
 Add cast to avoid warning. (Tor Lillqvist)

Tags: upgrade

Related branches

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Do not upload this attachment, FTBFS...

e-shell-window-commands.o: In function `e_shell_window_commands_setup':
/tmp/buildd/evolution-2.25.5/shell/e-shell-window-commands.c:1392: undefined reference to `launchpad_integration_add_bonobo_ui'

I'll ask around on IRC about this is the morning, but if anyone else wants to figure this out before, be my guest. The LP integrating patch applies fine and the package build deps on liblpint-bonobo-dev, Any ideas?

Revision history for this message
Sebastien Bacher (seb128) wrote :

the error is because you didn't have the lpi changes applied when updating the autoconf change

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Fixes issues discussed with Sebastien on IRC:

evolution (2.25.5-0ubuntu1) jaunty; urgency=low

  * New upstream release. (LP: #320329)
   - Fixes: evolution crashed with SIGSEGV in g_signal_emit_valist()
     (LP: #210506)
   - Fixes: Evolution shows no alarm / notification for birthdays
     in local contacts (LP: #58540)
   - Fixes: forwarding mail using filters (WISH LIST) (LP: #160324)
   - And many more in GNOME Bugzilla.
  * debian/control:
   - Bump Build-Depends on evolution-data-server-dev (>= 2.25.5),
     libglib2.0-dev to (>= 2.18), libgtk2.0-dev to (>= 2.14.0),
     libgtkhtml3.14-dev to (>= 3.25.4).
   - Add Build-Depends on libgweather-dev (>= 2.25.3).
   - Bump Standards-Version to 3.8.0
  * debian/patches/04_autoconf.patch:
    - new version update

Changed in evolution:
assignee: andrewsomething → nobody
status: In Progress → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

thank you for your work there, the autoconf patches only requires an autoconf run to update configure and the debian rules DEB_SHLIBDEPS_INCLUDE and ELIBDIR versions should be updated to 2.26 otherwise the update seems correct

Revision history for this message
Sebastien Bacher (seb128) wrote :

the new version stopped building an offline calendar plugin since it's in the standard options now, the corresponding .install and the description should be updated

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

evolution (2.25.5-0ubuntu1) jaunty; urgency=low

  * New upstream release. (LP: #320329)
   - Fixes: evolution crashed with SIGSEGV in g_signal_emit_valist()
     (LP: #210506)
   - Fixes: Evolution shows no alarm / notification for birthdays
     in local contacts (LP: #58540)
   - Fixes: forwarding mail using filters (WISH LIST) (LP: #160324)
   - And many more in GNOME Bugzilla.
  * debian/control:
   - Bump Build-Depends on evolution-data-server-dev (>= 2.25.5),
     libglib2.0-dev to (>= 2.18), libgtk2.0-dev to (>= 2.14.0),
     libgtkhtml3.14-dev to (>= 3.25.4).
   - Add Build-Depends on libgweather-dev (>= 2.25.3)
   - Remove mark-calander-offline from evolution-plugins description
     as it is now in the standard options.
  * debian/evolution-plugins.intall:
   - Remove mark-calander-offline from evolution-plugins as it is now
     in the standard options.
  * debian/patches/04_autoconf.patch:
    - new version update

Revision history for this message
Sebastien Bacher (seb128) wrote :

unsubscribing sponsors for now the update will be uploaded after the next version

Revision history for this message
James Ward (jamesward) wrote :

Is there a PPA where I can get evolution 2.25.5 from? Thanks.

Changed in evolution:
assignee: nobody → andrewsomething
status: Confirmed → In Progress
description: updated
description: updated
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :
Changed in evolution:
assignee: andrewsomething → nobody
status: In Progress → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

thank you for your work the update looks ok and will be uploaded after the current freeze to jaunty

Changed in evolution:
status: Confirmed → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :

do you want to work on the evolution-exchange update? the new version will be required since the abi number changed

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote : Re: [Bug 320329] Re: Please upgrade evolution to 2.25.90

No, problem. See: Bug #325768

On Thu, Feb 5, 2009 at 6:13 AM, Sebastien Bacher <email address hidden> wrote:
> do you want to work on the evolution-exchange update? the new version
> will be required since the abi number changed
>
> --
> Please upgrade evolution to 2.25.90
> https://bugs.launchpad.net/bugs/320329
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package evolution - 2.25.90-0ubuntu1

---------------
evolution (2.25.90-0ubuntu1) jaunty; urgency=low

  * New upstream release. (LP: #320329)
   - Fixes: evolution crashed with SIGSEGV in g_signal_emit_valist()
     (LP: #210506)
   - Fixes: Evolution shows no alarm / notification for birthdays
     in local contacts (LP: #58540)
   - Fixes: forwarding mail using filters (WISH LIST) (LP: #160324)
   - And many more in GNOME Bugzilla.
  * debian/control:
   - Bump Build-Depends on evolution-data-server-dev (>= 2.25.5),
     libglib2.0-dev to (>= 2.18), libgtk2.0-dev to (>= 2.14.0),
     libgtkhtml3.14-dev to (>= 3.25.4).
   - Add Build-Depends on libgweather-dev (>= 2.25.3)
   - Remove mark-calander-offline from evolution-plugins description
     as it is now in the standard options.
  * debian/evolution-plugins.intall:
   - Remove mark-calander-offline from evolution-plugins as it is now
     in the standard options.
  * debian/patches/04_autoconf.patch:
    - new version update

 -- Andrew Starr-Bochicchio <email address hidden> Wed, 21 Jan 2009 17:25:24 -0500

Changed in evolution:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.