lp:ubuntu/maverick-proposed/evolution-data-server

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick-proposed/evolution-data-server
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

139. By Mathieu Trudel-Lapierre

lp664167_de16bec_encode_auth_in_proxy_url.patch: backport another fix from
the gnome-2.32 branch to support encoding proxy user/passwd auth parameters
in proxy URL (LP: #664167)

138. By Didier Roche-Tolomelli

* debian/patches/107-git-consider-local-inbox-as-inbox.patch:
  - adapted from upstream git: local inbox wasn't recognized as an inbox,
    debugged with upstream shown that the consequence was POP account not
    getting notification neither indicator support in the messaging menu.
    (LP: #657837)
* debian/patches/108-git-fix-eproxy-and-https.patch:
  - fix the authentication of https webcal through a proxy (LP: #659167)

137. By Didier Roche-Tolomelli

Mege from debian unstable, backporting the upstream patch list
in 2.30.3-2lockup fix. This fixes a lot of bugs when people find evo
unressponding or crashing

136. By Jamie Strandboge

debian/rules: don't strip sgid and group off of camel-lock-helper and use
DEB_FIXPERMS_EXCLUDE instead of DEB_FIXPERMS_EXCLUDE_evolution-data-server
since debhelper doesn't handle _<pkg> as expected (LP: #641243)

135. By Baptiste Mille-Mathias

* debian/patches/60_google_backend_lookup.patch:
  - Fix crash when lookup address in google backend (LP: #602225)

134. By Didier Roche-Tolomelli

* Merge from debian unstable. Remaining changes:
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one
  + debian/rules:
    - don't build documentation it's shipped with the tarball
* use dh_autoreconf now, as in debian (it's in main now)
  - remove debian/patches/90_autoreconf.patch
  - change debian/rules to include it
  - build-dep in debian/control
* disable large file support, like in debian, which causes crashes
  (LP: #584536)
* debian/patches/91_revert_formatted_adress.patch: removed, upstream
* debian/patches/01_build_with_deprecated_symbols.patch:
  - remove -DGDK_DISABLE_DEPRECATED to build it

133. By Didier Roche-Tolomelli

* debian/control:
  libebook1.2-dev to depend on libdbus-glib-1-dev (LP: #590094)
* Fix bzr add to include the previous patch

132. By Didier Roche-Tolomelli

* debian/patches/91_revert_formatted_adress.patch:
  - create a lot of issues with names containing a ". " as the recipient
    (LP: #595867)
* debian/patches/92_crash_on_format_itip.patch:
  - don't crash when receiving a new event email

131. By Didier Roche-Tolomelli

* New upstream release:
  - Mail inline parser doesn't always work (Milan Crha) (LP: #219104)
  - Corruption of mailbox and can't expunge trash (Milan Crha)
    (LP: #286497, #325157)
  - WebDAV addressbook is too strict about content-type (Petr Tomasek)
  - Handle server's resource rename on WebDAV PUT response (Milan Crha)
  - Use NSS SQLite database, if available (Craig Ringer)
  - Fix NULL return without exception on krb5-auth-dialog
    failure (David Woodhouse)
  - Categories not translated in menus (Matthew Barnes) (LP: #443215)
  - Fix translation domain for default categories (Gert Michael Kulyk)
  - Mishandling of '@' in WebDAV contacts username (Milan Crha)
    (LP: #497146)
  - Use CRLF in signed & encrypted S/MIME messages
  - Remove superfluous space in flags in APPEND command (David Woodhouse)
  - Crash in gnome_keyring_item_info_free from e-passwords.c (Milan Crha)
  - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
  - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
    (Matt McCutchen 2)
  - Contacts are not displayed in GW Addressbook (Bharath Acharya)
  - Don't use an unitialized key in folder_changed_remove_uid
    (Claudio Saavedra)
  - Evolution didn't quit due to deadlock (Milan Crha)
  - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
  - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
  - Return formatted address in e_destination_get_address (David Ayers)
    (LP: #229187)
  - Add imap-over-custom-command support for imapx (David Woodhouse)
  - Fix fetch of large mails from broken servers like Exchange
    (David Woodhouse)
  - Fix double command ->complete() in imapx_command_start_next()
    (David Woodhouse)
  - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
  - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
  - Remove GroupWise debugging messages. (Matthew Barnes)
  - Bump libedataserver soname twice. (Matthew Barnes)
  - Check EBook DBus error names without underscores too (Milan Crha)
  - Create a section in the name selector dialog in its own function
    (Federico Mena Quintero)
  - Create the configdir instead of bailing out if it does not exist
    (Fridrich Štrba)
  - Don't set a default vertical size for the name selector window
    (Federico Mena Quintero)
  - Fix locking issues in cancel_all_jobs() (David Woodhouse)
  - Fix pointlessly narrow default width in the name selection dialog
  - Name the pointless label at the top, so it can be disabled for MeeGo
    (Michael Meeks)
  - Fix tagprefix for multiple accounts. (David Woodhouse)
  - Fix typo in patch for bug on WebDAV (Milan Crha)
  - Put the name selector's section labels in the same row as the
    treeviews (Federico Mena Quintero)
  - Redo the container hierarchy in the name selector dialog
    (Federico Mena Quintero)
  - Remove an unused label in the name selector dialog
    (Federico Mena Quintero)
  - Remove border_width from the name selector's dialog toplevel
    contents (Federico Mena Quintero)
  - Shrink the spacing between the name selector's sections
    (Federico Mena Quintero)
  - Skip WebDAV responses which don't begin with BEGIN:VCARD (Milan Crha)
  - Specify the executable extension where applicable in the service
    files (Fridrich Štrba)
  - updated translations
* Removed patches from upstream:
  - debian/patches/01_unitialized_key.patch
  - debian/patches/02_fix-warning-in_source_get_uri.patch
  - debian/patches/03_bump-soname-libedataserver.patch
* debian/patches/25_mute-debug-messages.patch updated
* debian/patches/90_autoreconf.patch: refreshed

130. By Didier Roche-Tolomelli

* Merge from debian unstable. Remaining changes:
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one
  + debian/rules:
    - don't build documentation it's shipped with the tarball
  + don't use dh-autoreconf fow now (in universe):
    - debian/control: don't list it
    - debian/rules: don't include the .mk file
    - add debian/patches/90_autoreconf.patch to get the new soname

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/evolution-data-server
This branch contains Public information 
Everyone can see this information.

Subscribers