Please upgrade to evolution-data-server 2.25.90

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

Bug Description

Binary package hint: evolution-data-server

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

Evolution-Data-Server 2.25.90 2009-02-02
----------------------------------------

Updated Translations:
 Andre Klapper (de)
 Changwoo Ryu (ko)
 David Planella (ca)
 Gabor Kelemen (hu)
 Laurent Coudeur and Claude Paroz (fr)
 Matthew Barnes (PO)
 Yair Hershkovitz (he)

Bug Fixes:
 #390198 : Free the exception object which was leaking. (Sankar P)
 #464758 : Evolution crashes while moving mails to Junk in Groupwise (Sankar P)
 #464878 (BNC) : When an HTML attachment contains an image tag with a source that returns a "HTTP/302 Moved Temporarily", that image is not displayed (Simon Brys)
 #467075 (BNC) : Incorrect url is displayed in Evolution plain text mails when the url is surrounded by brackets (Simon Brys)
 #467638 (BNC) : Fix the broken current_folder handling code. Lots of issues are fixed. some may remain yet. (Sankar P)
 #470143 : GroupWise Container Crash (Sankar P)
 #557348 : Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
 #568332 : Sqlite vfs for async disk wrigte (Milan Crha)
 #568561 : crash in summary_reloaded (Srinivasa Ragavan)
 #569405 : Negated header criterion fails to match messages without the header (Matt McCutchen 2)
 #569742 : Do not crash when open of the file failed. Also be thread safe with respect of filling global variables. (Milan Crha)
 #569874 : Crash while deleting messages (Srinivasa Ragavan)
 #347287 : MVC for calendar. Store the current operation going on. (Chenthill Palanisamy)
 #550414 : Corruption of mbox and failure to expunge (Hiroyuki Ikezoe)

Other contributions:
 Add libical to the calendar and server deps to ensure that it is available everywhere it is needed, and not checked if we're not building the calendar. (Ross Burton)
 Fix compiler warning (Srinivasa Ragavan)
 "GUI" executable on Windows to avoid console windows that annoy end-users. (Tor Lillqvist)
 Include appropriate headers which otherwise cause build failures with strict compiler settings. (Suman Manjunath)
 Remove some trailing whitespace. (Ross Burton)
 Allow cross-compiling e-d-s for windows fix some win32 hickups. (Fridrich Strba)
 Use G_DEFINE_TYPE. (Ross Burton)
 Use GObject private data instead of g_new(). (Ross Burton)

Evolution-Data-Server 2.25.5 2009-01-19
---------------------------------------

Updated Translations:
 Andre Klapper (de)
 Kjartan Maraas (nb)
 Luca Ferretti (it)
 Wadim Dziedzic (pl)

Bug Fixes:
 #303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
 #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha)
 #435599 : Don't do to displaying and creation of organization's contact in evolution. (Ashish Shrivastava)
 #439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
 #443296 (bugzilla.novell.com) : Free memory only after it is duped. (Suman Manjunath)
 #443544 (bugzilla.novell.com) : Send a 'Free' block to the frontend if there are no 'Busy' blocks. Also set the start/end of the Free/Busy range. (Suman Manjunath)
 #463095 : Fix cinfo parsing logic (Simon Brys)
 #501298 : Make _open function quick as much as possible, to not block the sync_backend lock for long, thus other threads can work with it too. Do not search a book when it wasn't opened correctly. Do not ref/unref backend in a structure which backend holds itself. (Milan Crha)
 #518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
 #554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
 #557348 : Re-did bits of threaded vfolder (Matt McCutchen)
 #562200 : Define subclass of a GtkCellRendererToggle, which toggles itself only when user clicks over the toggle cell and not in any other case. of a GtkCellRendererToggle to prevent unnecessary toggling in a source selector when source itself doesn't have defined its color. (Milan Crha)
 #564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
 #564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
 #564543 : Call soup_form_encode_hash() instead of soup_form_encode_urlencoded(). Call soup_session_add_feature() instead of soup_logger_attach(). Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
 #564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
 #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof )
 #565376 : Support more search options (Milan Crha)
 #567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)

Other contributions:
 DB Logging and DB Optimizations (Srinivasa Ragavan )
 Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
 Always send XEV headers with messages. (Srinivasa Ragavan)
 Allowing devleoper to add migration code for in case the schema of Camel's summary SQLite data format changes. Also adds two columns, modified and created, to the summary data being stored and renames the column msg_security to dirty as requested by Srinivasa Ragavan and Sankar P. (Philip Van Hoof)
 Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
 Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
 Sync using counting manually than the old approach (Srinivasa Ragavan)

Tags: upgrade
Changed in evolution-data-server:
assignee: nobody → andrewsomething
importance: Undecided → Wishlist
status: New → In Progress
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

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

  * New upstream release. (LP: #320299)
   - Fixes: evolution crashed with SIGSEGV in e_source_group_uid_from_xmldoc()
     (LP: #269832)
   - Fixes Weather calendar getting wrong data (LP: #117984)
   - And many more on GNOME Bugzilla.
  * debian/control:
   - Bump Build-Dependency on libgtk2.0-dev to (>= 2.14.0)
   - Add Build-Dependency on libgweather-dev (>= 2.25.4)
   - Update lib packages versioning due to soname changes.
   - Bump Standards-Version to 3.8.0
  * debian/patches:
   - Drop 70_evolution_exchange_fix.patch
    + Committed upstream.
   - Add 10_svn_configure.in.pacth
    + Patch from upstream svn fixing soname versioning.
      Should be dropped with next release.

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

thank you for your work, there is some issues in the changes you did though, there is no soname changes in this version and you need to upgrade the breaks on evolution since the abi number changed

Changed in evolution-data-server:
assignee: nobody → desktop-bugs
status: Confirmed → Incomplete
Changed in evolution-data-server:
assignee: desktop-bugs → andrewsomething
status: Incomplete → In Progress
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Fixes issues discussed with Sebastien on IRC:

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

  * New upstream release. (LP: #320299)
   - Fixes: evolution crashed with SIGSEGV in e_source_group_uid_from_xmldoc()
     (LP: #269832)
   - Fixes Weather calendar getting wrong data (LP: #117984)
   - And many more on GNOME Bugzilla.
  * debian/control:
   - Bump Build-Dependency on libgtk2.0-dev to (>= 2.14.0)
   - Add Build-Dependency on libgweather-dev (>= 2.25.4)
   - Update Breaks version.
   - Bump Standards-Version to 3.8.0
  * debian/patches:
   - Drop 70_evolution_exchange_fix.patch
    + Committed upstream.
   - Add 10_svn_configure.in.pacth
    + Patch from upstream svn fixing lib versioning.
      Should be dropped with next release.

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

the update is mostly correctly now, the svn change you used require an autoconf run to update the configure though or it has no effect since autotools are not ran during the build, the effect is that the soname are not correct in the current version, once that fixed the update can be uploaded

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

there is also no need to update the standards version, that's only a number which is not really used in ubuntu and that create extra delta over debian, updating it also require verifying that there is no change required to conform to this standard version which is extra work for no good reason there

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

Third times the charm? Thanks for your help.

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

  * New upstream release. (LP: #320299)
   - Fixes: evolution crashed with SIGSEGV in e_source_group_uid_from_xmldoc()
     (LP: #269832)
   - Fixes Weather calendar getting wrong data (LP: #117984)
   - And many more on GNOME Bugzilla.
  * debian/control:
   - Bump Build-Dependency on libgtk2.0-dev to (>= 2.14.0)
   - Add Build-Dependency on libgweather-dev (>= 2.25.4)
   - Update Breaks version.
  * debian/patches:
   - Drop 70_evolution_exchange_fix.patch
    + Committed upstream.
   - Add 09_svn_configure.in.pacth
    + Patch from upstream svn fixing lib versioning.
      Should be dropped with next release.
   - Add 10_autoconf.patch as we patch configure.

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

the evolution-data-server and evolution updates you worked on are ready to be uploaded the upstream versions are buggy though so we will wait for next tarballs which are due next week to upload to jaunty, thank for your work there!

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
Sebastien Bacher (seb128) wrote :

you can use the same bug to do the next version if you are interested to work on this one

Changed in evolution-data-server:
assignee: nobody → andrewsomething
status: Confirmed → In Progress
description: updated
description: updated
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :
Changed in evolution-data-server:
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-data-server:
status: Confirmed → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

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

  * New upstream release. (LP: #320299)
   - Fixes: evolution crashed with SIGSEGV in e_source_group_uid_from_xmldoc()
     (LP: #269832)
   - Fixes Weather calendar getting wrong data (LP: #117984)
   - And many more on GNOME Bugzilla.
  * debian/control:
   - Bump Build-Dependency on libgtk2.0-dev to (>= 2.14.0)
   - Add new Build-Dependency on libgweather-dev (>= 2.25.4) and
     libical-dev (>= 0.43)
   - Update Breaks version.
  * debian/patches:
   - Drop 70_evolution_exchange_fix.patch
    + Committed upstream.

 -- Andrew Starr-Bochicchio <email address hidden> Wed, 21 Jan 2009 16:38:22 -0500

Changed in evolution-data-server:
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.