File obex-data-server.changes of Package obex-data-server
-------------------------------------------------------------------
Sun Oct 26 11:09:20 EDT 2008 - jpr@novell.com
- Update to 0.4.1, most importantly for bluez 4.x support
* Fix a race condition when client app misses
ServerSession.TransferStarted signal
* Do not use g_assert for checking if DBus context is set in
Session and ServerSession methods
* Fix TransferStarted signal emission in ServerSession
* Implement partial BIP profile support (ImagePush and
RemoteDisplay features supported)
* Add support for Bluez 4.x (still compatible with Bluez 3.x)
* Add support for USB transport (only for Sessions ATM)
* Add a way to cancel Session connection
* FTP servers now expose a capability object
* When creating new files, set permissions according to umask
* Add a way to specify source Bluetooth adapter for Sessions
* Let applications know about all sessions/servers running
* Fix filename conversion to UTF-16 (bug introduced in 0.3.2)
* Add manual page
* Properly close sockets for Session and ServerSession objects
- Drop obex-server-bluez-libs-CVE-2008-2374.diff, its upstream
-------------------------------------------------------------------
Wed Sep 17 01:35:18 CEST 2008 - ro@suse.de
- adapt CVE diff to bluez-4: function name back to original
len paramer now also in sdp_extract_pdu
-------------------------------------------------------------------
Thu Jul 3 10:14:11 CEST 2008 - tpatzig@suse.de
- update to v0.3.2
* Reduce compiler warnings
* Fix ServerSession Accept/Reject
* Use different FTP UUID for some Nokia devices
* Don't try to remove service record when it is not registered
* Check OBEX Target header for FTP sessions
* Disable FTP specific commands when OPP is used
* Use UTF-8 filenames in folder listing objects
* Improve OBEX error reporting
* Fix crashers on exit
* Portability fixes
* Check connection ID for FTP session
* Send empty Name header when using ChangeCurrentFolderToRoot
* Don't try to access memory regions that were already freed
Also fixes a long-standing segfault issue
-------------------------------------------------------------------
Wed Jul 2 21:23:34 CEST 2008 - seife@suse.de
- added patch to adopt to API change in bluez libs caused by
CVE-2008-2374 (bnc #404963)
-------------------------------------------------------------------
Tue May 27 19:03:29 CEST 2008 - rodrigo@suse.de
- Added obex-data-server-unbreak-file-uris.patch to remove the
file:// prefix from URIs, since those are not supported (bnc#391820)
-------------------------------------------------------------------
Thu Mar 6 15:56:10 CET 2008 - tpatzig@suse.de
- moved .service file to the right place (/usr/share/dbus-1/services)
- removed redundant dbus-1-devel buildrequires
-------------------------------------------------------------------
Thu Mar 6 13:27:06 CET 2008 - jpr@suse.de
- Fix dbus service file installation path
-------------------------------------------------------------------
Mon Mar 3 17:44:50 CET 2008 - tpatzig@suse.de
- update to v0.3
* API change: Manager.CreateBluetoothServer(string source_address, string pattern, boolean require_pairing)
* API change: Server.Start(string path, boolean allow_write, boolean auto_accept)
* update ods-server-test.py according to new API
* Remove some memory leaks
-------------------------------------------------------------------
Tue Feb 12 22:50:18 CET 2008 - tpatzig@suse.de
- update to v0.2
* Distribute python tests (ods-session-test.py and ods-server-test.py).
* Make object paths lowercase.
* API change: Server.Start(string path, boolean allow_write, boolean require_pairing, boolean auto_accept).
* New methods: Server.Accept(), Server.Reject().
* Fix server SDP record lifetime (now exists between Start() and Stop()).
* Make D-Bus system config file optional (enable with --enable-system-config configure option).
* Exclude dot files from folder listings.
-------------------------------------------------------------------
Thu Feb 7 11:54:47 CET 2008 - tpatzig@suse.de
- initial package build