~ubuntu-branches/ubuntu/feisty/evolution-exchange/feisty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-08 00:47:36 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20060808004736-3azq6mge7j7qjd2y
Tags: 2.7.91-0ubuntu1
* New upstream version:
  Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi)
  #344196 - Fixes massive CPU Usage
  #274321 - Display proper error message on socket error
  #170058 - Check icalcomponent before removing alarms 
* debian/control:
  - build with current evolution-data-server due to sonames update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-08-07  Srinivasa Ragavan <sragavan@novell.com>
 
2
 
 
3
        * configure.in: Bumped version to 2.7.91
 
4
        * NEWS: Updated changes
 
5
 
 
6
2006-08-07  Veerapuram Varadhan  <vvaradhan@novell.com>
 
7
 
 
8
        * camel/camel-stub-marshal.c (do_read): Whenever timeout happens,
 
9
        just keep reading.  Fixes #344196
 
10
        
 
11
2006-08-07  Sushma Rai  <rsushma@novell.com>
 
12
 
 
13
        * camel/camel-stub.c (connect_to_storage): Handling the error when the
 
14
        socket file path has changed and displaying proper error message.
 
15
        Fixes #274321
 
16
 
 
17
2006-07-31  Sushma Rai  <rsushma@novell.com>
 
18
 
 
19
        * camel/camel-stub-marshal.c (do_read): Come out of the loop on
 
20
        failure. Fixes the hang.
 
21
        (marshal_read): Resetting the byte array size when read fails.
 
22
        Patch submitted by "Jeffrey Stedfast <fejj@novell.com>" and
 
23
        "Arunprakash <twizst@gmail.com>". Fixes #344196 and Novell
 
24
        bugzilla bug https://bugzilla.novell.com/show_bug.cgi?id=179545.
 
25
 
 
26
2006-07-27  Chenthill Palanisamy  <pchenthill@novell.com>
 
27
 
 
28
        Fixes Novell bugzilla bug #170058
 
29
        * calendar/e-cal-backend-exchange-calendar.c: 
 
30
        (discard_alarm): Check if the icalcomponent is set
 
31
        in ECalComponent before removing the alarms.
 
32
 
 
33
2006-07-24  Sushma Rai  <rsushma@novell.com>
 
34
 
 
35
        * configure.in : Bumped the version to 2.7.90
 
36
        * NEWS : Updated
 
37
 
1
38
2006-07-24  Sushma Rai  <rsushma@novell.com>
2
39
 
3
40
        * addressbook/e-book-backend-exchange.c (e_contact_from_props)