This commit is contained in:
parent
fdd557ce3f
commit
6d49778031
11
bluez-4.41-as_needed.patch
Normal file
11
bluez-4.41-as_needed.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- test/Makefile.am
|
||||
+++ test/Makefile.am
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
agent_LDADD = @DBUS_LIBS@
|
||||
|
||||
-btiotest_LDADD = @GLIB_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
|
||||
+btiotest_LDADD = $(top_builddir)/common/libhelper.a @GLIB_LIBS@ @BLUEZ_LIBS@
|
||||
|
||||
noinst_MANS = bdaddr.8
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d52dc7b7ddcdbeef35302d30f09307d72584562174e56f61e41b65176e6187a3
|
||||
size 779381
|
3
bluez-4.42.tar.bz2
Normal file
3
bluez-4.42.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aad63d07ba1ecc50c5b7ff9e298b24a3e29694f7df6350453acd79c2610a3e69
|
||||
size 823267
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 12:49:46 CEST 2009 - cmorve69@yahoo.es
|
||||
|
||||
- fixed build with --as-needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 21 19:11:20 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.42:
|
||||
This is the release that should contain fixes found during
|
||||
interoperability testing:
|
||||
- Add TI WL1271 to Texas Instruments chip list.
|
||||
- Add special udev mode to bluetoothd.
|
||||
- Fix regression when there is no agent registered.
|
||||
- Fix error return when bonding socket hang up.
|
||||
- Fix SCO server socket for HFP handsfree role.
|
||||
- Fix shutdown on SCO socket before closing.
|
||||
- Fix shutdown on A2DP audio stream channel before closing.
|
||||
- Fix issue with asserting on AVDTP reference count bugs.
|
||||
- Fix authorization denied issue with certain headsets.
|
||||
- Fix AVRCP UNITINFO and SUBUNIT INFO responses.
|
||||
- Fix discovery cancel issues in case SDP discovery fails.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 19:32:51 CEST 2009 - seife@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez-gstreamer (Version 4.41)
|
||||
# spec file for package bluez-gstreamer (Version 4.42)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel
|
||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.41
|
||||
Version: 4.42
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -39,6 +39,7 @@ Source4: bluetooth.sh
|
||||
Source5: org.bluez.service
|
||||
Source6: README.SUSE
|
||||
Source7: bluetooth.rules
|
||||
Patch: bluez-4.41-as_needed.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: libbluetooth3 = %{version}
|
||||
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
||||
@ -57,13 +58,14 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -n bluez-%{version} -q
|
||||
%patch
|
||||
cp %{S:1} scripts/
|
||||
cp %{S:6} .
|
||||
cp %{S:7} scripts
|
||||
%{?suse_update_config:%{suse_update_config -f . }}
|
||||
|
||||
%build
|
||||
#autoreconf -sfi
|
||||
autoreconf -sfi
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir
|
||||
#make
|
||||
#%build
|
||||
@ -109,391 +111,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2009 seife@suse.de
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
* Wed May 20 2009 seife@suse.de
|
||||
- update to bluez-4.40:
|
||||
- Add telephony driver for oFono telephony stack.
|
||||
- Add support for Dell specific HID proxy switching.
|
||||
- Add support for running hid2hci from udev.
|
||||
- Add mapping for AVRCP Play and Pause to dedicated key codes.
|
||||
- Fix AVRCP keycodes to better match existing X keymap support.
|
||||
- Fix various quoting issues within telephony support.
|
||||
- Fix memory allocation issue when generating PDUs for SDP.
|
||||
- Fix race condition on device removal.
|
||||
- Fix non-cancelable issue with CreateDevice method.
|
||||
- Fix non-working CancelDiscovery method call.
|
||||
* Mon May 11 2009 seife@suse.de
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
* Mon May 04 2009 seife@suse.de
|
||||
- update to bluez-4.38:
|
||||
- Add support for builtin plugins.
|
||||
- Add framework for adapter operations.
|
||||
- Add constants for Enhanced Retransmission modes.
|
||||
- Fix HCI socket leak in device_remove_bonding.
|
||||
- Fix various format string issues.
|
||||
- Fix crashes with various free functions.
|
||||
- Fix issues with Headset and A2DP drivers to load again.
|
||||
- Fix sending AVRCP button released passthrough messages
|
||||
- Fix bug which prevent input devices to work after restart.
|
||||
- Fix issue with interpretation of UUID-128 as channel.
|
||||
* Thu Apr 23 2009 seife@suse.de
|
||||
- update to bluez-4.37:
|
||||
- Add version value for Bluetooth 3.0 devices.
|
||||
- Add additional L2CAP extended feature mask bits.
|
||||
- Add support for loading plugins in priority order.
|
||||
- Add support for more detailed usage of disconnect watches.
|
||||
- Add support for AVRCP volume control.
|
||||
- Add saturated clipping of SBC decoder output to 16-bit.
|
||||
- Fix potentially infinite recursion of adapter_up.
|
||||
- Fix SCO handling in the case of an incoming call.
|
||||
- Fix input service to use confirm callback.
|
||||
- Fix cleanup of temporary device entries from storage.
|
||||
* Sun Apr 19 2009 seife@suse.de
|
||||
- update to bluez-4.36:
|
||||
- Add proper tracking of AVCTP connect attempts.
|
||||
- Add support to channel pattern in Serial interface.
|
||||
- Fix A2DP sink crash if removing device while connecting.
|
||||
- Fix error handling if HFP indicators aren't initialized.
|
||||
- Fix segfault while handling an incoming SCO connection.
|
||||
- Fix Serial.Disconnect to abort connection attempt.
|
||||
* Sun Apr 12 2009 seife@suse.de
|
||||
- update to bluez-4.35:
|
||||
- Add support for Handsfree profile headset role.
|
||||
- Add additional checks for open SEIDs from clients.
|
||||
- Fix device removal while audio IPC client is connected.
|
||||
- Fix device removal when an authorization request is pending.
|
||||
- Fix incoming AVDTP connect while authorization in progress.
|
||||
- Fix disconnection timers for audio support.
|
||||
- Fix various potential NULL pointer deferences.
|
||||
- Fix callheld indicator value for multiple calls.
|
||||
- Fix voice number type usage.
|
||||
- Fix GDBus watch handling.
|
||||
- add an explicit requires: for the exact libbluetooth3 version
|
||||
to the bluez package. Fixes the problem that it was possible to
|
||||
install a newer bluez package without updating the libraries
|
||||
* Tue Mar 31 2009 seife@suse.de
|
||||
- update to bluez-4.34:
|
||||
- Add support for version checks of plugins.
|
||||
- Add support for class property on adapter interface.
|
||||
- Add support for second SDP attempt after connection reset.
|
||||
- Add support for more detailed audio states.
|
||||
- Add support for HFP+A2DP auto connection feature.
|
||||
- Add support for new and improved audio IPC.
|
||||
- Add program for testing audio IPC interface.
|
||||
- Fix various AVDTP qualification related issues.
|
||||
- Fix broken SDP AttributeIdList parsing.
|
||||
- Fix invalid memory access of SDP URL handling.
|
||||
- Fix local class of device race conditions.
|
||||
- Fix issue with periodic inquiry on startup.
|
||||
- Fix missing temporary devices in some situations.
|
||||
- Fix SBC alignment issue for encoding with four subbands.
|
||||
* Tue Mar 17 2009 seife@suse.de
|
||||
- update to bluez-4.33:
|
||||
- Add Paired property to the DeviceFound signals.
|
||||
- Add support for Headset profile 1.2 version.
|
||||
- Fix broken network configuration when IPv6 is disabled.
|
||||
- Fix network regression that caused disconnection.
|
||||
- Fix SDP truncation of strings with NULL values.
|
||||
- Fix service discovery handling of CUPS helper.
|
||||
* Mon Mar 09 2009 mmarek@suse.cz
|
||||
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
|
||||
(required by new module-init-tools).
|
||||
* Mon Mar 02 2009 seife@suse.de
|
||||
- update to bluez-4.32:
|
||||
- Fix broken SDP record handling.
|
||||
- Fix SDP data buffer parsing.
|
||||
- Fix more SDP memory leaks.
|
||||
- Fix read scan enable calls.
|
||||
- Fix A2DP stream handling.
|
||||
* Thu Feb 26 2009 seife@suse.de
|
||||
- update to bluez-4.31:
|
||||
- Add support for new BtIO helper library.
|
||||
- Fix AVDTP session close issue.
|
||||
- Fix SDP memory leaks.
|
||||
- Fix various uninitialized memory issues.
|
||||
- Fix duplicate signal emissions.
|
||||
- Fix property changes request handling.
|
||||
- Fix class of device storage handling.
|
||||
* Fri Feb 13 2009 seife@suse.de
|
||||
- update to bluez-4.30:
|
||||
- Add CID field to L2CAP socket address structure.
|
||||
- Fix reset of authentication requirements after bonding.
|
||||
- Fix storing of link keys when using dedicated bonding.
|
||||
- Fix storing of pre-Bluetooth 2.1 link keys.
|
||||
- Fix resetting trust settings on every reboot.
|
||||
- Fix handling of local name changes.
|
||||
- Fix memory leaks in hciconfig and hcitool
|
||||
* Sun Feb 08 2009 seife@suse.de
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
* Thu Feb 05 2009 seife@suse.de
|
||||
- update to bluez-4.28:
|
||||
- Add AVDTP signal fragmentation support.
|
||||
- Add more SBC performance optimizations.
|
||||
- Add more SBC audio quality improvements.
|
||||
- Use native byte order for audio plugins.
|
||||
- Set the adapter alias only after checking the EIR data.
|
||||
- Fix auto-disconnect issue with explicit A2DP connections.
|
||||
- Fix invalid memory access of ALSA plugin.
|
||||
- Fix compilation with -Wsign-compare.
|
||||
- The ALSA plugin now contains a fix to avoid invalid memory
|
||||
access. This might break some audio players that make
|
||||
assumptions on some ALSA API calls that are ambigue. Please
|
||||
report any problems you might encounter.
|
||||
* Fri Jan 23 2009 coolo@suse.de
|
||||
- init script should work with strict /bin/sh too
|
||||
* Sun Jan 18 2009 seife@suse.de
|
||||
- update to bluez-4.27:
|
||||
"This release contains multiple fixes for the Simple Pairing support and
|
||||
newer kernel versions. It highly improves the interoperability and the
|
||||
security handling with Bluetooth 2.1 based devices."
|
||||
- Add more SBC optimization (MMX and ARM NEON).
|
||||
- Add BT_SECURITY and BT_DEFER_SETUP definitions.
|
||||
- Add support for deferred connection setup.
|
||||
- Add support for fragmentation of data packets.
|
||||
- Add option to trigger dedicated bonding.
|
||||
- Follow MITM requirements from remote device.
|
||||
- Require MITM for dedicated bonding if capabilities allow it.
|
||||
- Fix IO capabilities for non-pairing and pairing cases.
|
||||
- Fix no-bonding connections in non-bondable mode.
|
||||
- Fix new pairing detection with SSP.
|
||||
- Fix bonding with pre-2.1 devices and newer kernels.
|
||||
- Fix LIAC setting while toggling Pairable property.
|
||||
- Fix device creation for incoming security mode 3 connects.
|
||||
- Fix crash within A2DP with bogus pointer.
|
||||
- Fix issue with sdp_copy_record() function.
|
||||
- Fix crash with extract_des() if sdp_uuid_extract() fails.
|
||||
* Thu Jan 15 2009 seife@suse.de
|
||||
- update to bluez-4.26:
|
||||
- Use of constant shift in SBC quantization code.
|
||||
- Add possibility to analyze 4 blocks at once in encoder.
|
||||
- Fix correct handling of frame sizes in the encoder.
|
||||
- Fix for big endian problems in SBC codec.
|
||||
- Fix audio client socket to always be non-blocking.
|
||||
- Update telephony support for Maemo.
|
||||
- version 4.25:
|
||||
- Fix receiving data over the audio control socket.
|
||||
- Fix subbands selection for joint-stereo in SBC encoder.
|
||||
- Add new SBC analysis filter function.
|
||||
- version 4.24:
|
||||
- Fix signal emissions when removing adapters.
|
||||
- Fix missing adapter signals on exit.
|
||||
- Add support for bringing adapters down on exit.
|
||||
- Add support for RememberPowered option.
|
||||
- Add support for verbose compiler warnings.
|
||||
- Add more options to SBC encoder.
|
||||
- version 4.23:
|
||||
- Update audio IPC for better codec handling.
|
||||
- Fix bitstream optimization for SBC encoder.
|
||||
- Fix length header values of IPC messages.
|
||||
- Fix multiple coding style violations.
|
||||
- Fix FindDevice to handle temporary devices.
|
||||
- Add configuration option for DeviceID.
|
||||
- Add support for InitiallyPowered option.
|
||||
- Add missing signals for manager properties.
|
||||
- Add telephony support for Maemo.
|
||||
* Tue Jan 13 2009 seife@suse.de
|
||||
- fix the modprobe.d config syntax (bnc#465643)
|
||||
* Thu Jan 08 2009 seife@suse.de
|
||||
- add a modprobe.d config, setting reset=1 for btusb (bnc#461369)
|
||||
* Sun Dec 07 2008 seife@suse.de
|
||||
- update to bluez-4.22:
|
||||
- Add deny statements to D-Bus access policy.
|
||||
- Add support for LegacyPairing property.
|
||||
- Add support for global properties.
|
||||
- Add more commands to telephony testing script.
|
||||
- Add sender checks for serial and network interfaces.
|
||||
- Remove deprecated methods and signals from input interface.
|
||||
- Remove deprecated methods and signals from network interface.
|
||||
- Remove OffMode option and always use device down.
|
||||
* Mon Dec 01 2008 seife@suse.de
|
||||
- update to bluez-4.21:
|
||||
- Fix adapter initialization logic.
|
||||
- Fix adapter setup and start security manager early.
|
||||
- Fix usage issue with first_init variable.
|
||||
* Mon Dec 01 2008 seife@suse.de
|
||||
- update to bluez-4.20:
|
||||
- Cleanup session handling.
|
||||
- Cleanup mode setting handling, removed deprecated RequestMode,
|
||||
ReleaseMode and Mode methods.
|
||||
- Fix issue with concurrent audio clients.
|
||||
- Fix issue with HFP/HSP suspending.
|
||||
- Fix AT result code syntax handling.
|
||||
- Add Handsfree support for AT+NREC.
|
||||
- Add PairableTimeout adapter property.
|
||||
- refresh pcmciarules patch
|
||||
* Sun Nov 23 2008 seife@suse.de
|
||||
- update to bluez-4.19:
|
||||
- Fix D-Bus signal emmissions for CreateDevice.
|
||||
- Fix issues with UUID probing.
|
||||
- Fix +BSRF syntax issue.
|
||||
- Add Pairable adapter property.
|
||||
- Add sdp_copy_record() library function.
|
||||
* Tue Nov 11 2008 seife@suse.de
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
* Mon Nov 10 2008 seife@suse.de
|
||||
- add DBus API documentation files to the bluez package
|
||||
* Sun Nov 09 2008 seife@suse.de
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
- update to bluez-4.17:
|
||||
- Fix SBC encoder not writing last frame.
|
||||
- Fix missing timer for A2DP suspend.
|
||||
- Add more supported devices to hid2hci utility.
|
||||
- Add additional functionality to Handsfree support.
|
||||
* Wed Oct 22 2008 seife@suse.de
|
||||
- update to bluez-4.16:
|
||||
"This release fixes two potential crashes within bluetoothd.
|
||||
It is strongly advised to upgrade to this version."
|
||||
- Fix wrong parameter usage of watch callbacks.
|
||||
- Fix parameters for callback upon path removal.
|
||||
- Fix unloading of adapter drivers.
|
||||
ver 4.15:
|
||||
- Fix various A2DP state machine issues.
|
||||
- Fix some issues with the Handsfree error reporting.
|
||||
- Fix format string warnings with recent GCC versions.
|
||||
- Remove dependency on GModule.
|
||||
* Sat Oct 18 2008 seife@suse.de
|
||||
- update to bluez-4.14:
|
||||
- Fix types of property arrays.
|
||||
- Fix potential crash with input devices.
|
||||
- Fix PS3 BD remote input event generation.
|
||||
- Allow dynamic adapter driver registration.
|
||||
- Update udev rules.
|
||||
* Tue Oct 14 2008 seife@suse.de
|
||||
- split up bluez and bluez-gstreamer to avoid circular dependencies
|
||||
* Mon Oct 13 2008 seife@suse.de
|
||||
- update to bluez-4.13:
|
||||
- Fix service discovery and UUID handling.
|
||||
- Fix bonding issues with Simple Pairing.
|
||||
- Fix file descriptor misuse of SCO connections.
|
||||
- Fix various memory leaks in the device handling.
|
||||
- Fix AVCTP disconnect handling.
|
||||
- Fix GStreamer modes for MP3 encoding.
|
||||
- Add operator selection to Handsfree support.
|
||||
* Mon Oct 06 2008 seife@suse.de
|
||||
- update to bluez-4.12:
|
||||
- Fix crash with missing icon value.
|
||||
- Fix error checks of HAL plugin.
|
||||
- Fix SCO server socket cleanup on exit.
|
||||
- Fix memory leaks from DBusPendingCall.
|
||||
- Fix handling of pending authorization requests.
|
||||
- Fix missing protocol UUIDs in record pattern.
|
||||
* Sun Oct 05 2008 seife@suse.de
|
||||
- update to bluez-4.11:
|
||||
- Change SCO server socket into a generic one. Should fix
|
||||
connection issues with headsets.
|
||||
- Fix uninitialized reply of multiple GetProperties methods.
|
||||
* Sat Oct 04 2008 seife@suse.de
|
||||
- update to bluez-4.10:
|
||||
- Fix memory leaks with HAL messages.
|
||||
- Add more advanced handsfree features.
|
||||
- Add properties to audio, input and network interfaces.
|
||||
- Stop device discovery timer on device removal.
|
||||
* Mon Sep 29 2008 seife@suse.de
|
||||
- update to bluez-4.9:
|
||||
- Fix signals for Powered and Discoverable properties.
|
||||
- Fix handling of Alias and Icon properties.
|
||||
- Fix duplicate entries for service UUIDs.
|
||||
Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de
|
||||
- update to bluez-4.8:
|
||||
- fix two bluetoothd crashes during device pairing
|
||||
- reenable HAL plugin, no need for libhal anymore
|
||||
- hciconfig and hcitool now show all extended features pages
|
||||
(important because page 1 indicates simple pairing support)
|
||||
* Sat Sep 27 2008 seife@suse.de
|
||||
- fix a crash when e.g. connecting a new input device
|
||||
* Fri Sep 26 2008 seife@suse.de
|
||||
- update to bluez-4.7:
|
||||
- Fix pairing and service discovery logic.
|
||||
- Fix crashes during suspend and resume.
|
||||
- Fix race condition within devdown mode.
|
||||
- Add RequestSession and ReleaseSession methods.
|
||||
- Add Powered and Discoverable properties.
|
||||
- Add Devices property and deprecate ListDevices.
|
||||
- Add workaround for a broken carkit from Nokia.
|
||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||
* Thu Sep 25 2008 seife@suse.de
|
||||
- fix a bluetoothd crash after resume
|
||||
* Wed Sep 24 2008 seife@suse.de
|
||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||
/var/run is cleaned up later in the boot process
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
- add more useful stuff to bluez-test
|
||||
- add dbus-activation of bluetoothd
|
||||
- use dbus-activation to start on adapter hotplug event
|
||||
- add bluetooth-coldplug init script to make sure that bluetoothd
|
||||
is started when adapter is plugged in before DBus is started
|
||||
- add "Provides: bluez-utils" to bluez, to help the solver
|
||||
* Wed Sep 17 2008 dmueller@suse.de
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
* Mon Sep 15 2008 seife@suse.de
|
||||
- update to bluez-4.6:
|
||||
* add a smooth upgrade path of configured input devices from
|
||||
BlueZ 3.x to the 4.x series
|
||||
* fix a couple of regressions with the adapter initialization and
|
||||
the input service
|
||||
Detailed changelog:
|
||||
version 4.6:
|
||||
* Fix Device ID record handling.
|
||||
* Fix service browsing and storage.
|
||||
* Fix authentication and encryption for input devices.
|
||||
* Fix adapter name initialization.
|
||||
version 4.5:
|
||||
* Fix initialization issue with new adapters.
|
||||
* Send HID authentication request without blocking.
|
||||
* Hide the verbose SDP debug behind SDP_DEBUG.
|
||||
* Add extra UUIDs for service discovery.
|
||||
* Add SCO server socket listener.
|
||||
* Add authorization support to service plugin.
|
||||
* Mon Sep 15 2008 dmueller@suse.de
|
||||
- fix devel package requires
|
||||
* Tue Sep 09 2008 seife@suse.de
|
||||
- initial checkin of BlueZ 4
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 12:49:35 CEST 2009 - cmorve69@yahoo.es
|
||||
|
||||
- fixed build with --as-needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 21 19:11:20 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.42:
|
||||
This is the release that should contain fixes found during
|
||||
interoperability testing:
|
||||
- Add TI WL1271 to Texas Instruments chip list.
|
||||
- Add special udev mode to bluetoothd.
|
||||
- Fix regression when there is no agent registered.
|
||||
- Fix error return when bonding socket hang up.
|
||||
- Fix SCO server socket for HFP handsfree role.
|
||||
- Fix shutdown on SCO socket before closing.
|
||||
- Fix shutdown on A2DP audio stream channel before closing.
|
||||
- Fix issue with asserting on AVDTP reference count bugs.
|
||||
- Fix authorization denied issue with certain headsets.
|
||||
- Fix AVRCP UNITINFO and SUBUNIT INFO responses.
|
||||
- Fix discovery cancel issues in case SDP discovery fails.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 19:32:51 CEST 2009 - seife@suse.de
|
||||
|
||||
|
398
bluez.spec
398
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.41)
|
||||
# spec file for package bluez (Version 4.42)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.41
|
||||
Version: 4.42
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -39,6 +39,7 @@ Source5: org.bluez.service
|
||||
Source6: README.SUSE
|
||||
Source7: bluetooth.modprobe
|
||||
Source8: bluetooth.rules
|
||||
Patch: bluez-4.41-as_needed.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: bluez-utils = 3.36
|
||||
Obsoletes: bluez-utils <= 3.36
|
||||
@ -109,7 +110,7 @@ Authors:
|
||||
|
||||
%package test
|
||||
Group: Development/Tools/Debuggers
|
||||
License: GPL v2 or later; X11/MIT
|
||||
License: GPL v2 or later ; MIT License (or similar)
|
||||
Summary: Tools for testing of various Bluetooth-functions
|
||||
Requires: libbluetooth3 = %{version} python-gobject2 dbus-1-python
|
||||
|
||||
@ -162,6 +163,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
cp %{S:1} scripts/
|
||||
cp %{S:6} .
|
||||
%{?suse_update_config:%{suse_update_config -f . }}
|
||||
@ -169,7 +171,7 @@ mkdir dbus-apis
|
||||
cp -a doc/*.txt dbus-apis/
|
||||
|
||||
%build
|
||||
#autoreconf -sfi
|
||||
autoreconf -sfi
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir
|
||||
#make
|
||||
#%build
|
||||
@ -361,391 +363,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2009 seife@suse.de
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
* Wed May 20 2009 seife@suse.de
|
||||
- update to bluez-4.40:
|
||||
- Add telephony driver for oFono telephony stack.
|
||||
- Add support for Dell specific HID proxy switching.
|
||||
- Add support for running hid2hci from udev.
|
||||
- Add mapping for AVRCP Play and Pause to dedicated key codes.
|
||||
- Fix AVRCP keycodes to better match existing X keymap support.
|
||||
- Fix various quoting issues within telephony support.
|
||||
- Fix memory allocation issue when generating PDUs for SDP.
|
||||
- Fix race condition on device removal.
|
||||
- Fix non-cancelable issue with CreateDevice method.
|
||||
- Fix non-working CancelDiscovery method call.
|
||||
* Mon May 11 2009 seife@suse.de
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
* Mon May 04 2009 seife@suse.de
|
||||
- update to bluez-4.38:
|
||||
- Add support for builtin plugins.
|
||||
- Add framework for adapter operations.
|
||||
- Add constants for Enhanced Retransmission modes.
|
||||
- Fix HCI socket leak in device_remove_bonding.
|
||||
- Fix various format string issues.
|
||||
- Fix crashes with various free functions.
|
||||
- Fix issues with Headset and A2DP drivers to load again.
|
||||
- Fix sending AVRCP button released passthrough messages
|
||||
- Fix bug which prevent input devices to work after restart.
|
||||
- Fix issue with interpretation of UUID-128 as channel.
|
||||
* Thu Apr 23 2009 seife@suse.de
|
||||
- update to bluez-4.37:
|
||||
- Add version value for Bluetooth 3.0 devices.
|
||||
- Add additional L2CAP extended feature mask bits.
|
||||
- Add support for loading plugins in priority order.
|
||||
- Add support for more detailed usage of disconnect watches.
|
||||
- Add support for AVRCP volume control.
|
||||
- Add saturated clipping of SBC decoder output to 16-bit.
|
||||
- Fix potentially infinite recursion of adapter_up.
|
||||
- Fix SCO handling in the case of an incoming call.
|
||||
- Fix input service to use confirm callback.
|
||||
- Fix cleanup of temporary device entries from storage.
|
||||
* Sun Apr 19 2009 seife@suse.de
|
||||
- update to bluez-4.36:
|
||||
- Add proper tracking of AVCTP connect attempts.
|
||||
- Add support to channel pattern in Serial interface.
|
||||
- Fix A2DP sink crash if removing device while connecting.
|
||||
- Fix error handling if HFP indicators aren't initialized.
|
||||
- Fix segfault while handling an incoming SCO connection.
|
||||
- Fix Serial.Disconnect to abort connection attempt.
|
||||
* Sun Apr 12 2009 seife@suse.de
|
||||
- update to bluez-4.35:
|
||||
- Add support for Handsfree profile headset role.
|
||||
- Add additional checks for open SEIDs from clients.
|
||||
- Fix device removal while audio IPC client is connected.
|
||||
- Fix device removal when an authorization request is pending.
|
||||
- Fix incoming AVDTP connect while authorization in progress.
|
||||
- Fix disconnection timers for audio support.
|
||||
- Fix various potential NULL pointer deferences.
|
||||
- Fix callheld indicator value for multiple calls.
|
||||
- Fix voice number type usage.
|
||||
- Fix GDBus watch handling.
|
||||
- add an explicit requires: for the exact libbluetooth3 version
|
||||
to the bluez package. Fixes the problem that it was possible to
|
||||
install a newer bluez package without updating the libraries
|
||||
* Tue Mar 31 2009 seife@suse.de
|
||||
- update to bluez-4.34:
|
||||
- Add support for version checks of plugins.
|
||||
- Add support for class property on adapter interface.
|
||||
- Add support for second SDP attempt after connection reset.
|
||||
- Add support for more detailed audio states.
|
||||
- Add support for HFP+A2DP auto connection feature.
|
||||
- Add support for new and improved audio IPC.
|
||||
- Add program for testing audio IPC interface.
|
||||
- Fix various AVDTP qualification related issues.
|
||||
- Fix broken SDP AttributeIdList parsing.
|
||||
- Fix invalid memory access of SDP URL handling.
|
||||
- Fix local class of device race conditions.
|
||||
- Fix issue with periodic inquiry on startup.
|
||||
- Fix missing temporary devices in some situations.
|
||||
- Fix SBC alignment issue for encoding with four subbands.
|
||||
* Tue Mar 17 2009 seife@suse.de
|
||||
- update to bluez-4.33:
|
||||
- Add Paired property to the DeviceFound signals.
|
||||
- Add support for Headset profile 1.2 version.
|
||||
- Fix broken network configuration when IPv6 is disabled.
|
||||
- Fix network regression that caused disconnection.
|
||||
- Fix SDP truncation of strings with NULL values.
|
||||
- Fix service discovery handling of CUPS helper.
|
||||
* Mon Mar 09 2009 mmarek@suse.cz
|
||||
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
|
||||
(required by new module-init-tools).
|
||||
* Mon Mar 02 2009 seife@suse.de
|
||||
- update to bluez-4.32:
|
||||
- Fix broken SDP record handling.
|
||||
- Fix SDP data buffer parsing.
|
||||
- Fix more SDP memory leaks.
|
||||
- Fix read scan enable calls.
|
||||
- Fix A2DP stream handling.
|
||||
* Thu Feb 26 2009 seife@suse.de
|
||||
- update to bluez-4.31:
|
||||
- Add support for new BtIO helper library.
|
||||
- Fix AVDTP session close issue.
|
||||
- Fix SDP memory leaks.
|
||||
- Fix various uninitialized memory issues.
|
||||
- Fix duplicate signal emissions.
|
||||
- Fix property changes request handling.
|
||||
- Fix class of device storage handling.
|
||||
* Fri Feb 13 2009 seife@suse.de
|
||||
- update to bluez-4.30:
|
||||
- Add CID field to L2CAP socket address structure.
|
||||
- Fix reset of authentication requirements after bonding.
|
||||
- Fix storing of link keys when using dedicated bonding.
|
||||
- Fix storing of pre-Bluetooth 2.1 link keys.
|
||||
- Fix resetting trust settings on every reboot.
|
||||
- Fix handling of local name changes.
|
||||
- Fix memory leaks in hciconfig and hcitool
|
||||
* Sun Feb 08 2009 seife@suse.de
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
* Thu Feb 05 2009 seife@suse.de
|
||||
- update to bluez-4.28:
|
||||
- Add AVDTP signal fragmentation support.
|
||||
- Add more SBC performance optimizations.
|
||||
- Add more SBC audio quality improvements.
|
||||
- Use native byte order for audio plugins.
|
||||
- Set the adapter alias only after checking the EIR data.
|
||||
- Fix auto-disconnect issue with explicit A2DP connections.
|
||||
- Fix invalid memory access of ALSA plugin.
|
||||
- Fix compilation with -Wsign-compare.
|
||||
- The ALSA plugin now contains a fix to avoid invalid memory
|
||||
access. This might break some audio players that make
|
||||
assumptions on some ALSA API calls that are ambigue. Please
|
||||
report any problems you might encounter.
|
||||
* Fri Jan 23 2009 coolo@suse.de
|
||||
- init script should work with strict /bin/sh too
|
||||
* Sun Jan 18 2009 seife@suse.de
|
||||
- update to bluez-4.27:
|
||||
"This release contains multiple fixes for the Simple Pairing support and
|
||||
newer kernel versions. It highly improves the interoperability and the
|
||||
security handling with Bluetooth 2.1 based devices."
|
||||
- Add more SBC optimization (MMX and ARM NEON).
|
||||
- Add BT_SECURITY and BT_DEFER_SETUP definitions.
|
||||
- Add support for deferred connection setup.
|
||||
- Add support for fragmentation of data packets.
|
||||
- Add option to trigger dedicated bonding.
|
||||
- Follow MITM requirements from remote device.
|
||||
- Require MITM for dedicated bonding if capabilities allow it.
|
||||
- Fix IO capabilities for non-pairing and pairing cases.
|
||||
- Fix no-bonding connections in non-bondable mode.
|
||||
- Fix new pairing detection with SSP.
|
||||
- Fix bonding with pre-2.1 devices and newer kernels.
|
||||
- Fix LIAC setting while toggling Pairable property.
|
||||
- Fix device creation for incoming security mode 3 connects.
|
||||
- Fix crash within A2DP with bogus pointer.
|
||||
- Fix issue with sdp_copy_record() function.
|
||||
- Fix crash with extract_des() if sdp_uuid_extract() fails.
|
||||
* Thu Jan 15 2009 seife@suse.de
|
||||
- update to bluez-4.26:
|
||||
- Use of constant shift in SBC quantization code.
|
||||
- Add possibility to analyze 4 blocks at once in encoder.
|
||||
- Fix correct handling of frame sizes in the encoder.
|
||||
- Fix for big endian problems in SBC codec.
|
||||
- Fix audio client socket to always be non-blocking.
|
||||
- Update telephony support for Maemo.
|
||||
- version 4.25:
|
||||
- Fix receiving data over the audio control socket.
|
||||
- Fix subbands selection for joint-stereo in SBC encoder.
|
||||
- Add new SBC analysis filter function.
|
||||
- version 4.24:
|
||||
- Fix signal emissions when removing adapters.
|
||||
- Fix missing adapter signals on exit.
|
||||
- Add support for bringing adapters down on exit.
|
||||
- Add support for RememberPowered option.
|
||||
- Add support for verbose compiler warnings.
|
||||
- Add more options to SBC encoder.
|
||||
- version 4.23:
|
||||
- Update audio IPC for better codec handling.
|
||||
- Fix bitstream optimization for SBC encoder.
|
||||
- Fix length header values of IPC messages.
|
||||
- Fix multiple coding style violations.
|
||||
- Fix FindDevice to handle temporary devices.
|
||||
- Add configuration option for DeviceID.
|
||||
- Add support for InitiallyPowered option.
|
||||
- Add missing signals for manager properties.
|
||||
- Add telephony support for Maemo.
|
||||
* Tue Jan 13 2009 seife@suse.de
|
||||
- fix the modprobe.d config syntax (bnc#465643)
|
||||
* Thu Jan 08 2009 seife@suse.de
|
||||
- add a modprobe.d config, setting reset=1 for btusb (bnc#461369)
|
||||
* Sun Dec 07 2008 seife@suse.de
|
||||
- update to bluez-4.22:
|
||||
- Add deny statements to D-Bus access policy.
|
||||
- Add support for LegacyPairing property.
|
||||
- Add support for global properties.
|
||||
- Add more commands to telephony testing script.
|
||||
- Add sender checks for serial and network interfaces.
|
||||
- Remove deprecated methods and signals from input interface.
|
||||
- Remove deprecated methods and signals from network interface.
|
||||
- Remove OffMode option and always use device down.
|
||||
* Mon Dec 01 2008 seife@suse.de
|
||||
- update to bluez-4.21:
|
||||
- Fix adapter initialization logic.
|
||||
- Fix adapter setup and start security manager early.
|
||||
- Fix usage issue with first_init variable.
|
||||
* Mon Dec 01 2008 seife@suse.de
|
||||
- update to bluez-4.20:
|
||||
- Cleanup session handling.
|
||||
- Cleanup mode setting handling, removed deprecated RequestMode,
|
||||
ReleaseMode and Mode methods.
|
||||
- Fix issue with concurrent audio clients.
|
||||
- Fix issue with HFP/HSP suspending.
|
||||
- Fix AT result code syntax handling.
|
||||
- Add Handsfree support for AT+NREC.
|
||||
- Add PairableTimeout adapter property.
|
||||
- refresh pcmciarules patch
|
||||
* Sun Nov 23 2008 seife@suse.de
|
||||
- update to bluez-4.19:
|
||||
- Fix D-Bus signal emmissions for CreateDevice.
|
||||
- Fix issues with UUID probing.
|
||||
- Fix +BSRF syntax issue.
|
||||
- Add Pairable adapter property.
|
||||
- Add sdp_copy_record() library function.
|
||||
* Tue Nov 11 2008 seife@suse.de
|
||||
- add bluez-compat package, containing pand and dund (bnc#435591)
|
||||
* Mon Nov 10 2008 seife@suse.de
|
||||
- add DBus API documentation files to the bluez package
|
||||
* Sun Nov 09 2008 seife@suse.de
|
||||
- update to bluez-4.18:
|
||||
- Fix release before close issue with RFCOMM TTYs.
|
||||
- Fix Connected property on input interface.
|
||||
- Fix DeviceFound signals during initial name resolving.
|
||||
- Fix service discovery handling.
|
||||
- Fix duplicate UUID detection.
|
||||
- Fix SBC gain mismatch and decoding handling.
|
||||
- Add more options to SBC encoder and decoder.
|
||||
- Add special any adapter object for service interface.
|
||||
- Add variable prefix to adapter and device object paths.
|
||||
* Mon Nov 03 2008 seife@suse.de
|
||||
- fix START_SERVICES=no and wrong "Default:"-comment (bnc#435489)
|
||||
* Mon Oct 27 2008 seife@suse.de
|
||||
- update to bluez-4.17:
|
||||
- Fix SBC encoder not writing last frame.
|
||||
- Fix missing timer for A2DP suspend.
|
||||
- Add more supported devices to hid2hci utility.
|
||||
- Add additional functionality to Handsfree support.
|
||||
* Wed Oct 22 2008 seife@suse.de
|
||||
- update to bluez-4.16:
|
||||
"This release fixes two potential crashes within bluetoothd.
|
||||
It is strongly advised to upgrade to this version."
|
||||
- Fix wrong parameter usage of watch callbacks.
|
||||
- Fix parameters for callback upon path removal.
|
||||
- Fix unloading of adapter drivers.
|
||||
ver 4.15:
|
||||
- Fix various A2DP state machine issues.
|
||||
- Fix some issues with the Handsfree error reporting.
|
||||
- Fix format string warnings with recent GCC versions.
|
||||
- Remove dependency on GModule.
|
||||
* Sat Oct 18 2008 seife@suse.de
|
||||
- update to bluez-4.14:
|
||||
- Fix types of property arrays.
|
||||
- Fix potential crash with input devices.
|
||||
- Fix PS3 BD remote input event generation.
|
||||
- Allow dynamic adapter driver registration.
|
||||
- Update udev rules.
|
||||
* Tue Oct 14 2008 seife@suse.de
|
||||
- split up bluez and bluez-gstreamer to avoid circular dependencies
|
||||
* Mon Oct 13 2008 seife@suse.de
|
||||
- update to bluez-4.13:
|
||||
- Fix service discovery and UUID handling.
|
||||
- Fix bonding issues with Simple Pairing.
|
||||
- Fix file descriptor misuse of SCO connections.
|
||||
- Fix various memory leaks in the device handling.
|
||||
- Fix AVCTP disconnect handling.
|
||||
- Fix GStreamer modes for MP3 encoding.
|
||||
- Add operator selection to Handsfree support.
|
||||
* Mon Oct 06 2008 seife@suse.de
|
||||
- update to bluez-4.12:
|
||||
- Fix crash with missing icon value.
|
||||
- Fix error checks of HAL plugin.
|
||||
- Fix SCO server socket cleanup on exit.
|
||||
- Fix memory leaks from DBusPendingCall.
|
||||
- Fix handling of pending authorization requests.
|
||||
- Fix missing protocol UUIDs in record pattern.
|
||||
* Sun Oct 05 2008 seife@suse.de
|
||||
- update to bluez-4.11:
|
||||
- Change SCO server socket into a generic one. Should fix
|
||||
connection issues with headsets.
|
||||
- Fix uninitialized reply of multiple GetProperties methods.
|
||||
* Sat Oct 04 2008 seife@suse.de
|
||||
- update to bluez-4.10:
|
||||
- Fix memory leaks with HAL messages.
|
||||
- Add more advanced handsfree features.
|
||||
- Add properties to audio, input and network interfaces.
|
||||
- Stop device discovery timer on device removal.
|
||||
* Mon Sep 29 2008 seife@suse.de
|
||||
- update to bluez-4.9:
|
||||
- Fix signals for Powered and Discoverable properties.
|
||||
- Fix handling of Alias and Icon properties.
|
||||
- Fix duplicate entries for service UUIDs.
|
||||
Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de
|
||||
- update to bluez-4.8:
|
||||
- fix two bluetoothd crashes during device pairing
|
||||
- reenable HAL plugin, no need for libhal anymore
|
||||
- hciconfig and hcitool now show all extended features pages
|
||||
(important because page 1 indicates simple pairing support)
|
||||
* Sat Sep 27 2008 seife@suse.de
|
||||
- fix a crash when e.g. connecting a new input device
|
||||
* Fri Sep 26 2008 seife@suse.de
|
||||
- update to bluez-4.7:
|
||||
- Fix pairing and service discovery logic.
|
||||
- Fix crashes during suspend and resume.
|
||||
- Fix race condition within devdown mode.
|
||||
- Add RequestSession and ReleaseSession methods.
|
||||
- Add Powered and Discoverable properties.
|
||||
- Add Devices property and deprecate ListDevices.
|
||||
- Add workaround for a broken carkit from Nokia.
|
||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||
* Thu Sep 25 2008 seife@suse.de
|
||||
- fix a bluetoothd crash after resume
|
||||
* Wed Sep 24 2008 seife@suse.de
|
||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||
/var/run is cleaned up later in the boot process
|
||||
* Tue Sep 23 2008 seife@suse.de
|
||||
- add more useful stuff to bluez-test
|
||||
- add dbus-activation of bluetoothd
|
||||
- use dbus-activation to start on adapter hotplug event
|
||||
- add bluetooth-coldplug init script to make sure that bluetoothd
|
||||
is started when adapter is plugged in before DBus is started
|
||||
- add "Provides: bluez-utils" to bluez, to help the solver
|
||||
* Wed Sep 17 2008 dmueller@suse.de
|
||||
- add missing splitprovides
|
||||
- fix bluez-utils rename
|
||||
- remove bogus bluez provide
|
||||
* Mon Sep 15 2008 seife@suse.de
|
||||
- update to bluez-4.6:
|
||||
* add a smooth upgrade path of configured input devices from
|
||||
BlueZ 3.x to the 4.x series
|
||||
* fix a couple of regressions with the adapter initialization and
|
||||
the input service
|
||||
Detailed changelog:
|
||||
version 4.6:
|
||||
* Fix Device ID record handling.
|
||||
* Fix service browsing and storage.
|
||||
* Fix authentication and encryption for input devices.
|
||||
* Fix adapter name initialization.
|
||||
version 4.5:
|
||||
* Fix initialization issue with new adapters.
|
||||
* Send HID authentication request without blocking.
|
||||
* Hide the verbose SDP debug behind SDP_DEBUG.
|
||||
* Add extra UUIDs for service discovery.
|
||||
* Add SCO server socket listener.
|
||||
* Add authorization support to service plugin.
|
||||
* Mon Sep 15 2008 dmueller@suse.de
|
||||
- fix devel package requires
|
||||
* Tue Sep 09 2008 seife@suse.de
|
||||
- initial checkin of BlueZ 4
|
||||
|
Loading…
Reference in New Issue
Block a user