Merge lp://qastaging/~bmillemathias/ubuntu/maverick/obexd/main into lp://qastaging/ubuntu/maverick/obexd

Proposed by Baptiste Mille-Mathias
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp://qastaging/~bmillemathias/ubuntu/maverick/obexd/main
Merge into: lp://qastaging/ubuntu/maverick/obexd
Diff against target: 4316 lines (+1215/-827)
46 files modified
AUTHORS (+1/-0)
ChangeLog (+27/-0)
Makefile.am (+4/-3)
Makefile.in (+20/-19)
client/main.c (+41/-34)
client/pbap.c (+24/-6)
client/session.c (+167/-128)
client/session.h (+2/-2)
client/sync.c (+1/-1)
client/transfer.c (+72/-54)
client/transfer.h (+1/-1)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+31/-0)
debian/control (+2/-1)
debian/obexd-client.examples (+2/-2)
gdbus/watch.c (+1/-1)
plugins/bluetooth.c (+7/-7)
plugins/filesystem.c (+26/-10)
plugins/ftp.c (+8/-8)
plugins/nokia-backup.c (+30/-28)
plugins/opp.c (+1/-1)
plugins/pbap.c (+40/-18)
plugins/phonebook-dummy.c (+4/-4)
plugins/phonebook-ebook.c (+20/-11)
plugins/phonebook-tracker.c (+11/-5)
plugins/syncevolution.c (+3/-2)
plugins/usb.c (+4/-4)
plugins/vcard.c (+62/-18)
src/btio.c (+13/-6)
src/btio.h (+1/-0)
src/log.c (+138/-0)
src/log.h (+56/-0)
src/logging.c (+0/-234)
src/logging.h (+0/-35)
src/main.c (+22/-15)
src/manager.c (+5/-5)
src/mimetype.c (+12/-10)
src/mimetype.h (+2/-0)
src/obex.c (+302/-99)
src/obex.h (+1/-1)
src/plugin.c (+5/-5)
src/server.c (+4/-4)
src/service.c (+7/-5)
src/transport.c (+3/-3)
test/pbap-client (+21/-26)
To merge this branch: bzr merge lp://qastaging/~bmillemathias/ubuntu/maverick/obexd/main
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+32301@code.qastaging.launchpad.net

Description of the change

obexd (0.30-0ubuntu1) maverick; urgency=low

  * New upstream release (LP: #616269)
    - Fix issue with empty error messages.
    - Fix issue with query for vCarcd listing.
    - Fix problem with incoming calls query.
    - Fix handling of vCard filter settings.
    - Fix potential buffer overflow with target sizes.
    - Fix NULL checking within PBAP GET operation.
    - Fix NULL checking for PBAP name parameter.
    - Fix crash when processing OBEX_EV_PROGRESS event.
    - Fix crash when resetting a session with no service.
    - Fix not closing socket when connection attempt fails.
    - Fix de-registering PBAP drivers on init failure scenarios.
    - Add variable target size support to MIME type drivers.
    - Add support for returning all eBook TEL attributes.
    - Add PBAP client tests for ICH, OCH, MCH and CCH.
    - Fix security requirements for legacy devices.
    - Fix empty 'N:' parameter handling for vCards.
    - Fix order of contacts in the combined calls folder.
    - Fix not replying error when transfer could not be started.
    - Fix not unregistering transfer when completed.
    - Fix memory leak when freeing transfer parameters.
    - Fix issues with handling of driver reset.
    - Add support for responding to Auth Challenge.
    - Add support for dynamic debug feature.
  * debian/control:
    - set XSBC-Original-Maintainer and Maintainer

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches