obexd (0.37-0maemo1) unstable; urgency=low

  * rebase to upstream 0.37 ac4d20a884b862f846d0f5d16c33bf0197bfc530
  * prepare for CSSU
  * move from obexd2 to obexd. Add Replace control to remove obexd2 packages

 -- Marcel J.E. Mol <marcel@mesa.nl>  Sat, 04 Mar 2011 09:32:35 +0200

obexd2 (0.30-0maemo1) unstable; urgency=low

  * irmc sync support
  * improved pbap support
  * other minor changes
  * ignore phonebook request for SIM/telecom
  * pcsuite signalling supports both dbus and kill:
       dbus-send --system --type=signal / com.meego.usb_moded.sig_usb_state_ind string:'ovi_suite'
       dbus-send --system --type=signal / com.meego.usb_moded.sig_usb_state_ind string:'USB disconnected'
       kill -USR1 $OBEXD_PID

 -- Marcel J.E. Mol <marcel@mesa.nl>  Sat, 14 Aug 2010 00:02:35 +0200

obexd (0.18-0maemo5+0m5) unstable; urgency=low

  * This entry has been added by BIFH queue processor
    Suffix +0m5 added to package revision

 -- Antti Julku <ext-antti.julku@nokia.com>  Fri, 18 Dec 2009 03:22:23 +0200

obexd (0.18-0maemo5) unstable; urgency=low

  * Fixes: NB#132423 - obexd crash when bluetooth file receiving and at the
    sametime select connection dialog was shown on the screen 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu, 17 Dec 2009 17:10:55 +0200

obexd (0.18-0maemo4) unstable; urgency=low

  * Clone for PR1.2
  * Fixes: NB#150421 - Power management decreases BT transfer speed 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Mon, 14 Dec 2009 16:49:20 +0200

obexd (0.18-0maemo1) unstable; urgency=low

  * New upstream release
  * Changes from upstream ChangeLog since 0.15:
     - Fix free space calculation on systems where fsfilcnt_t is 32-bit.
     - Fix SendFiles to actually use the source argument.
     - Fix Bluetooth initialization handling.
     - Add support for full non-recursive build.
     - Add support for mem-type attribute when in PC Suite mode.
     - Make sure the ONLCR flag is cleared for the TTY.
  * Fixes: NB#144661 - OPP sending from S60 phone to Rover fails

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu, 29 Oct 2009 13:49:38 +0200

obexd (0.15-0maemo1) unstable; urgency=low

  * New upstream release
  * Changes from upstream ChangeLog since 0.14:
     - Fix BtIO race condition in detecting a closed file descriptor.
     - Fix handling of strict-aliasing rules.
  * Fixes: NB#127966 - obex folder listing requires additional attributes to
    support drag and drop in PC Suite

 -- Johan Hedberg <johan.hedberg@nokia.com>  Mon, 27 Jul 2009 15:37:02 +0300

obexd (0.14-0maemo1) unstable; urgency=low

  * New upstream release (essentially same as 0.13-0maemo3 but cleaner
    packaging due to lack of backported patches)
  * Changes from upstream ChangeLog since 0.13:
     - Fix issue with symlinks on TTY based servers.
     - Add proper error logs for os_prepare_get failures.
     - Add proper error checks for finding adapter details.
     - Add support for RFCOMM channel property.
     - Add support for PBAP integration with EDS.

 -- Johan Hedberg <johan.hedberg@nokia.com>  Mon,  6 Jul 2009 23:25:26 +0300

obexd (0.13-0maemo2) unstable; urgency=low

  * Fixes: NB#109842 - Coverity findings in obexd
  * Fixes: NB#125104 - Sync engine is not detecting device in PC suite. 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri,  3 Jul 2009 16:39:57 +0300

obexd (0.13-0maemo1) unstable; urgency=low

  * New upstream release 
  * Changes from upstream ChangeLog since 0.12:
     - Fix issue when bluetoothd is restarted no record is registered.
     - Fix registration of the Transfer interface for FTP sessions.
     - Add FTP client test script.
     - Add support for OBEX root folder setup script.
     - Make root folder relative to $HOME if it doesn't start with '/'.

 -- Johan Hedberg <johan.hedberg@nokia.com>  Tue,  9 Jun 2009 06:03:03 +0300

obexd (0.12-0maemo4) unstable; urgency=low

  * Backport patches for root folder initialization.
  * Add scripts for root folder initialization 
  * Fixes: NB#101427 - obexd does not seem to understand symbolic directory
    links

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu,  4 Jun 2009 17:43:45 +0300

obexd (0.12-0maemo3) unstable; urgency=low

  * Change root folder to /home/user/.obex-root and create symlinks there 
  * Fixes: NB#101427 - obexd does not seem to understand symbolic directory
    links

 -- Johan Hedberg <johan.hedberg@nokia.com>  Wed,  3 Jun 2009 16:24:08 +0300

obexd (0.12-0maemo2) unstable; urgency=low

  * Backport BtIO related patch
  * Fixes: NB#117978 - Obex SDP records (FTP & OPP) missing after bluetoothd
    dies and is restarted 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu, 21 May 2009 23:10:15 +0300

obexd (0.12-0maemo1) unstable; urgency=low

  * New upstream release 
  * Changes from upstream ChangeLog since 0.11:
     - Fix various format string issues.
     - Fix handling of authorizations with no reply.
     - Add support for using BtIO helper library.
     - Add signal handling for toggling debug messages.
     - Add signal handling for USB TTY details.
     - Add test script for folder listing.
  * Fixes: NB#112529 - Obexd crashes when trying to reconnect while accept
    connection dialog is shown
  * Fixes: NB#113337 - Fix obexd for new USB/sync requirements
  * Fixes: NB#109900 - Accept connection dialog stays on screen after
    connection is disconnected

 -- Johan Hedberg <johan.hedberg@nokia.com>  Mon,  4 May 2009 00:03:45 +0300

obexd (0.11-0maemo1) unstable; urgency=low

  * New upstream release 
  * Changes from upstream ChangeLog since 0.10:
     - Fix bug when canceling an authorization request.
     - Fix broken handling of successful received D-Bus reply.
     - Fix broken escape handling for filenames.
     - Fix blocking issue with opened TTY.
  * Fixes: NB#112529 - Obexd crashes when trying to reconnect while accept
    connection dialog is shown
  * Fixes: NB#112493 - Unable to easily fetch files containing special
    character from obexd over bluetooth FTP

 -- Johan Hedberg <johan.hedberg@nokia.com>  Sun, 26 Apr 2009 21:30:29 +0300

obexd (0.10-0maemo2) unstable; urgency=low

  * Backport fix for pending call cancelation. Might fix: NB#105927 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Sat, 11 Apr 2009 13:18:58 +0300

obexd (0.10-0maemo1) unstable; urgency=low

  * New upstream release
  * Changes in upstream ChangeLog since 0.8:
     - Fix showing symlinks as files.
     - Fix error codes on OBEX get operations.
     - Fix "not found" error for delete operations.
     - Fix NULL pointer usage of 'nonnull' parameter.
     - Fix TTY handling with PC Suite mode.
     - Fix D-Bus NameOwnerChanged watch handling.
     - Fix O_NOCTTY issue when opening TTY device.
     - Add support for verbose compiler warnings.
     - Add support for application parameters.
     - Add support for generic GetCapabilities command.
     - Add initial support for Synchronization profile.
     - Add basic implementation of Phonebook Access profile.
     - Add basic Phonebook Access client support.
  * Might fix: NB#105611, NB#104711, NB#110496, NB#110549, NB#110178
  * Note: this requires a kernel with the fix for NB#109936

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu,  9 Apr 2009 21:16:20 +0300

obexd (0.8-0maemo3) unstable; urgency=low

  * Don't open tty upon startup. Fixes: NB#100759, NB#100939 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri,  3 Apr 2009 12:41:29 +0300

obexd (0.8-0maemo2) unstable; urgency=low

  * Backport O_NOCTTY patch. Fixes: NB#97887 

 -- Johan Hedberg <johan.hedberg@nokia.com>  Wed, 28 Jan 2009 15:00:41 +0000

obexd (0.8-0maemo1) unstable; urgency=low

  * New upstream release
  * Changes from ChangeLog since 0.7:
     - Fix memory leaks with asynchronous operations.
     - Fix issues with handling larger MTU sizes.
     - Fix session and client disconnect handling.
     - Add basic Nokia PC Suite support.
     - Add support for reinitializing TTY server.
  * Use special masync script for capability object. Fixes: NB#91609

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu, 20 Nov 2008 12:04:21 +0000

obexd (0.7-0maemo1) unstable; urgency=low

  * New upstream release
  * Changes from ChangeLog since 0.6:
     - Fix issue with transfers larger than session buffer size.
     - Fix various memory leaks within session handling.
     - Add support for OBEX client session interface.
     - Add support for File Transfer client interface.
     - Add support for using the any adapter object path.
  * Monitor bluetoothd and use the new "any" adapter. Fixes: NB#90474

 -- Johan Hedberg <johan.hedberg@nokia.com>  Sun,  9 Nov 2008 20:02:35 +0000

obexd (0.6-0maemo1) unstable; urgency=low

  * New upstream version. Changes from ChangeLog since 0.4:
     - Use BlueZ service for FTP authorization.
     - Use BlueZ service for service records.
     - Never send an OBEX abort for a server.
     - Set buffer to NULL after freeing it.
     - Include the correct COPYING file.
     - Add initial obex-client support.
     - Add missing API documenation.
     - Rename D-Bus service files.
  * Enable USB support through --tty /dev/ttyGS0

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri, 17 Oct 2008 22:31:46 +0000

obexd (0.4-0maemo1) unstable; urgency=low

  * New upstream release. Changes from ChangeLog since 0.3:
     - Add plugin infrastructure.
     - Add support for TTY transport.
     - Fix case when the client doesn't send length header.
     - Use LM_AUTH and LM_ENCRYPT instead of LM_SECURE.
  * Fix PUT/Delete detection without length header. Fixes: NB#88563

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri, 19 Sep 2008 03:06:40 +0000

obexd (0.3-0maemo3) unstable; urgency=low

  * Only enable socket security if specified. Fixes: NB#88520

 -- Johan Hedberg <johan.hedberg@nokia.com>  Tue, 16 Sep 2008 19:31:09 +0000

obexd (0.3-0maemo2) unstable; urgency=low

  * Recompile against libbluetooth3

 -- Johan Hedberg <johan.hedberg@nokia.com>  Thu,  7 Aug 2008 09:28:48 +0000

obexd (0.3-0maemo1) unstable; urgency=low

  * New upstream release. Changes from ChangeLog:
     - Add support for dynamic capability file.
     - Removing incomplete files on error.
     - Multiple bug fixes.

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri, 25 Jul 2008 09:22:59 +0000

obexd (0.2-0maemo1) unstable; urgency=low

  * New upstream release. Changes from ChangeLog:
     - Add folder listing support.
     - Add D-Bus session interface.
     - Check for dbus_watch_get_unix_fd function.
  * Implemented: NR#192005

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri,  4 Jul 2008 10:44:24 +0000

obexd (0.1-0maemo1) unstable; urgency=low

  * Initial release
  * Implemented: NR#192004
  * Partial: NR#192005

 -- Johan Hedberg <johan.hedberg@nokia.com>  Fri, 27 Jun 2008 12:09:09 +0000
