OSDN Git Service

Release 4.65
[android-x86/external-bluetooth-bluez.git] / ChangeLog
1 ver 4.65:
2         Fix issues with general bonding being default setting now.
3         Fix driver removal upon device removal.
4         Add new "Blocked" property to device objects.
5         Add hciconfig support for blacklisting.
6         Add support for dynamic debug feature.
7
8 ver 4.64:
9         Fix invalid memory access in headset_get_nrec function.
10         Fix issue with disconnect event on higher protocol layers.
11         Fix issue with list parsing in sdp_set_supp_features function.
12         Fix device object reference counting for SDP browse requests.
13         Add missing memory checks whenever memory is allocated for SDP.
14         Add support for exporting local services via D-Bus.
15         Add more L2CAP Enhanced Retransmission test options.
16
17 ver 4.63:
18         Fix avdtp_abort not canceling pending requests.
19         Fix stale connection when abort gets rejected.
20
21 ver 4.62:
22         Fix accidental symbol breakage with inquiry transmit power.
23         Fix using invalid data from previous headset connection.
24         Fix double free on AVDTP Abort response.
25         Fix possible crash while verifying AVDTP version.
26         Fix missing inuse flag when AVDTP stream is configured.
27         Add support for Bluetooth controller types.
28
29 ver 4.61:
30         Fix issues with Read Inquiry Response Transmit Power Level.
31         Fix possible invalid read when removing a temporary device.
32         Fix mode restoration when remember_powered is false.
33         Fix conference call releasing in telephony-maemo.
34         Fix segmentation fault with authorization during headset disconnects.
35         Add support for handling unanswered AVDTP request on disconnect.
36         Add support for handling Inquiry Response Transmit Power Level.
37         Add support for caching of remote host features.
38         Add preliminary voice dialing support for HSP.
39
40 ver 4.60:
41         Fix voice mailbox number reading from SIM.
42         Fix some races with D-Bus mainloop integration.
43         Add helpers for D-Bus signal watches.
44
45 ver 4.59:
46         Add values for Bluetooth 4.0 specification.
47         Add SDP functions for HDP support.
48         Add test scripts for input and audio.
49         Fix missing close on BtIO create_io function.
50         Fix sending incorrect AVDTP commands after timeout occurs.
51         Fix timer removal when device disconnects unexpectedly.
52         Fix Extended Inquiry Response record for Device ID.
53
54 ver 4.58:
55         Fix crash when adapter agent exists during authentication.
56         Fix CK-20W quirks for play and pause events.
57
58 ver 4.57:
59         Fix unloading of drivers for uninitialized adapters.
60         Fix debug message to use requested and not opened SEID.
61         Fix codec selection for GStreamer plugin.
62         Fix deleting of SDP records during service updates.
63         Fix deleting of SDP records when a device is removed.
64         Fix handling when the SDP record is modified on remote device.
65         Fix potential buffer overflow by using snprintf instead of sprintf.
66         Fix const declarations for some storage function parameters.
67
68 ver 4.56:
69         Add missing values from Bluetooth 3.0 specification.
70         Add proper tracking of device paired status.
71         Fix tracking of devices without permanently stored link key.
72         Fix issue with link key removal after connection failures.
73         Fix legacy pairing information based on remote host features.
74         Fix off-by-one issue with AVDTP capability parsing.
75         Fix AVRCP, AVCTP, AVDTP, A2DP and HFP version numbers.
76         Fix agent canceling before calling agent_destroy.
77         Fix service record parsing with an empty UUID list.
78         Fix various SDP related memory leaks.
79
80 ver 4.55:
81         Add support for POSIX capabilities dropping.
82         Add special quirk for the Nokia CK-20W car kit.
83         Fix error code handling for AVDTP SetConfiguration response.
84         Fix updating out of range list when RSSI hasn't changed.
85         Fix various memory leaks and unnecessary error checks.
86
87 ver 4.54:
88         Add introspection interface to output of introspection calls.
89         Fix stream handling when media transport disconnects prematurely.
90         Fix command timeout handling when there's no stream.
91         Fix headset_suspend_stream behavior for invalid states
92         Fix issue with AVDTP ABORTING state transition.
93         Fix issue with AVDTP suspend while closing.
94
95 ver 4.53:
96         Fix issue with telephony connection state notifications.
97         Fix AVDTP stream leak for invalid media transport config.
98         Fix audio connection authorization handling with timeouts.
99         Fix race condition in authorizing audio connections.
100         Fix device authorized setting for AVRCP-only connections.
101         Fix duplicate attempts from device to connect signal channel.
102
103 ver 4.52:
104         Add AVCTP support to test utility.
105         Fix AVDTP Abort when transport closes before response.
106         Fix authorization when the audio profiles are slow to connect.
107         Fix potential AVDTP reference leaks.
108
109 ver 4.51:
110         Add utility for basic AVDTP testing.
111         Add support for configuring L2CAP FCS option.
112         Fix discovery mode for CUPS 1.4.x and later.
113         Fix global state tracking of audio service.
114         Fix last issues with the new build system.
115
116 ver 4.50:
117         Fix issue with missing manual pages in distribution.
118         Fix issue with the configuration and state directories.
119         Fix issue with creating include directory.
120         Fix dependencies of include file generation.
121
122 ver 4.49:
123         Add simple test program for basic GAP testing.
124         Add support for confirmation requests to agent example.
125         Add support for full non-recursive build.
126         Add five millisecond delay for Simple Pairing auto-accept.
127         Fix Class of Device setting when InitiallyPowered=false.
128
129 ver 4.48:
130         Add library function for comparing UUID values.
131         Add support for creating all plugins as builtins.
132         Add support for async handling of service class changes.
133         Add support for source interface to audio IPC.
134         Fix device name settings when device is off or down.
135         Fix issue with enabled SCO server when not necessary.
136         Fix missing D-Bus access policy for CUPS backend.
137         Fix discovery results of CUPS backend.
138         Fix initialization handling of Maemo telephony.
139
140 ver 4.47:
141         Add support for RFKILL unblock handling.
142         Add support for serial proxy configurations.
143         Add support for caching service class updates.
144         Fix issues with updating SDP service records.
145         Fix usage of limited discoverable mode.
146         Remove deprecated methods and signals for AudioSource.
147
148 ver 4.46:
149         Add support for A2DP sink role.
150         Fix clearing svc_cache before the adapter is up.
151         Fix various pointer after free usages.
152         Fix various memory leaks.
153
154 ver 4.45:
155         Fix UDEV_DATADIR fallback if pkg-config fails.
156         Fix adapter cleanup and setup prototypes.
157         Fix double-free with out-of-range devices.
158         Fix inband ring setting to be per-headset.
159         Fix handling of Maemo CSD startup.
160
161 ver 4.44:
162         Add some missing manual pages.
163         Fix missing number prefix when installing udev rules.
164         Fix program prefix used in Bluetooth udev rules.
165         Fix three-way calling indicator order.
166         Fix downgrade/upgrade of callheld indicator.
167         Fix +CIEV sending when indicator value changes.
168         Fix signal handling for Maemo telephony driver.
169         Fix parsing issues with messages from Maemo CSD.
170         Fix issue with duplicate active calls.
171
172 ver 4.43:
173         Add support for udev based on-demand startup.
174         Fix verbose error reporting of CUPS backend.
175         Fix various string length issues.
176         Fix issues with Maemo telephony driver.
177         Fix another device setup and temporary flag issue.
178         Fix and update example agent implementation.
179
180 ver 4.42:
181         Add TI WL1271 to Texas Instruments chip list.
182         Add special udev mode to bluetoothd.
183         Fix regression when there is no agent registered.
184         Fix error return when bonding socket hang up.
185         Fix SCO server socket for HFP handsfree role.
186         Fix shutdown on SCO socket before closing.
187         Fix shutdown on A2DP audio stream channel before closing.
188         Fix issue with asserting on AVDTP reference count bugs.
189         Fix authorization denied issue with certain headsets.
190         Fix AVRCP UNITINFO and SUBUNIT INFO responses.
191         Fix discovery cancel issues in case SDP discovery fails.
192
193 ver 4.41:
194         Fix pairing even if the ACL gets dropped before successful SDP.
195         Fix regression which caused device to be removed after pairing.
196         Fix HSP record fetching when remote device doesn't support it.
197         Fix SDP discovery canceling when clearing hs->pending.
198         Fix headset never connecting on the first attempt.
199         Fix headset state tracking if bt_search_service() fails.
200         Fix maximum headset connection count check.
201         Fix AVDTP Discover timeout handling.
202         Fix also UI_SET_KEYBIT for the new pause and play key codes.
203
204 ver 4.40:
205         Add telephony driver for oFono telephony stack.
206         Add support for Dell specific HID proxy switching.
207         Add support for running hid2hci from udev.
208         Add mapping for AVRCP Play and Pause to dedicated key codes.
209         Fix AVRCP keycodes to better match existing X keymap support.
210         Fix various quoting issues within telephony support.
211         Fix memory allocation issue when generating PDUs for SDP.
212         Fix race condition on device removal.
213         Fix non-cancelable issue with CreateDevice method.
214         Fix non-working CancelDiscovery method call.
215
216 ver 4.39:
217         Add workaround for dealing with unknown inquiry complete.
218         Fix discovering when using software scheduler.
219         Fix wrong NoInputNoOutput IO capability string.
220         Fix race condition with agent during pairing.
221         Fix agent cancellation for security mode 3 acceptor failure.
222         Fix temporary flag removal when device creation fails.
223         Fix hciattach to use ppoll instead of poll.
224         Fix service class update when adapter is down.
225         Fix service classes race condition during startup.
226         Fix release of audio client before freeing the device.
227
228 ver 4.38:
229         Add support for builtin plugins.
230         Add framework for adapter operations.
231         Add constants for Enhanced Retransmission modes.
232         Fix HCI socket leak in device_remove_bonding.
233         Fix various format string issues.
234         Fix crashes with various free functions.
235         Fix issues with Headset and A2DP drivers to load again.
236         Fix sending AVRCP button released passthrough messages
237         Fix bug which prevent input devices to work after restart.
238         Fix issue with interpretation of UUID-128 as channel.
239
240 ver 4.37:
241         Add version value for Bluetooth 3.0 devices.
242         Add additional L2CAP extended feature mask bits.
243         Add support for loading plugins in priority order.
244         Add support for more detailed usage of disconnect watches.
245         Add support for AVRCP volume control.
246         Add saturated clipping of SBC decoder output to 16-bit.
247         Fix potentially infinite recursion of adapter_up.
248         Fix SCO handling in the case of an incoming call.
249         Fix input service to use confirm callback.
250         Fix cleanup of temporary device entries from storage.
251
252 ver 4.36:
253         Add proper tracking of AVCTP connect attempts.
254         Add support to channel pattern in Serial interface.
255         Fix A2DP sink crash if removing device while connecting.
256         Fix error handling if HFP indicators aren't initialized.
257         Fix segfault while handling an incoming SCO connection.
258         Fix Serial.Disconnect to abort connection attempt.
259
260 ver 4.35:
261         Add support for Handsfree profile headset role.
262         Add additional checks for open SEIDs from clients.
263         Fix device removal while audio IPC client is connected.
264         Fix device removal when an authorization request is pending.
265         Fix incoming AVDTP connect while authorization in progress.
266         Fix disconnection timers for audio support.
267         Fix various potential NULL pointer deferences.
268         Fix callheld indicator value for multiple calls.
269         Fix voice number type usage.
270         Fix GDBus watch handling.
271
272 ver 4.34:
273         Add support for version checks of plugins.
274         Add support for class property on adapter interface.
275         Add support for second SDP attempt after connection reset.
276         Add support for more detailed audio states.
277         Add support for HFP+A2DP auto connection feature.
278         Add support for new and improved audio IPC.
279         Add program for testing audio IPC interface.
280         Fix various AVDTP qualification related issues.
281         Fix broken SDP AttributeIdList parsing.
282         Fix invalid memory access of SDP URL handling.
283         Fix local class of device race conditions.
284         Fix issue with periodic inquiry on startup.
285         Fix missing temporary devices in some situations.
286         Fix SBC alignment issue for encoding with four subbands.
287
288 ver 4.33:
289         Add Paired property to the DeviceFound signals.
290         Add support for Headset profile 1.2 version.
291         Fix broken network configuration when IPv6 is disabled.
292         Fix network regression that caused disconnection.
293         Fix SDP truncation of strings with NULL values.
294         Fix service discovery handling of CUPS helper.
295
296 ver 4.32:
297         Fix broken SDP record handling.
298         Fix SDP data buffer parsing.
299         Fix more SDP memory leaks.
300         Fix read scan enable calls.
301         Fix A2DP stream handling.
302
303 ver 4.31:
304         Add support for new BtIO helper library.
305         Fix AVDTP session close issue.
306         Fix SDP memory leaks.
307         Fix various uninitialized memory issues.
308         Fix duplicate signal emissions.
309         Fix property changes request handling.
310         Fix class of device storage handling.
311
312 ver 4.30:
313         Add CID field to L2CAP socket address structure.
314         Fix reset of authentication requirements after bonding.
315         Fix storing of link keys when using dedicated bonding.
316         Fix storing of pre-Bluetooth 2.1 link keys.
317         Fix resetting trust settings on every reboot.
318         Fix handling of local name changes.
319         Fix memory leaks in hciconfig and hcitool
320
321 ver 4.29:
322         Use AVRCP version 1.0 for now.
323         Decrease AVDTP idle timeout to one second.
324         Delay AVRCP connection when remote device connects A2DP.
325         Add workaround for AVDTP stream setup with broken headsets.
326         Add missing three-way calling feature bit for Handsfree.
327         Fix handsfree callheld indicator updating.
328         Fix parsing of all AT commands within the buffer.
329         Fix authentication replies when disconnected.
330         Fix handling of debug combination keys.
331         Fix handling of changed combination keys.
332         Fix handling of link keys when using no bonding.
333         Fix handling of invalid/unknown authentication requirements.
334         Fix closing of L2CAP raw socket used for dedicated bonding.
335
336 ver 4.28:
337         Add AVDTP signal fragmentation support.
338         Add more SBC performance optimizations.
339         Add more SBC audio quality improvements.
340         Use native byte order for audio plugins.
341         Set the adapter alias only after checking the EIR data.
342         Fix auto-disconnect issue with explicit A2DP connections.
343         Fix invalid memory access of ALSA plugin.
344         Fix compilation with -Wsign-compare.
345
346 ver 4.27:
347         Add more SBC optimization (MMX and ARM NEON).
348         Add BT_SECURITY and BT_DEFER_SETUP definitions.
349         Add support for deferred connection setup.
350         Add support for fragmentation of data packets.
351         Add option to trigger dedicated bonding.
352         Follow MITM requirements from remote device.
353         Require MITM for dedicated bonding if capabilities allow it.
354         Fix IO capabilities for non-pairing and pairing cases.
355         Fix no-bonding connections in non-bondable mode.
356         Fix new pairing detection with SSP.
357         Fix bonding with pre-2.1 devices and newer kernels.
358         Fix LIAC setting while toggling Pairable property.
359         Fix device creation for incoming security mode 3 connects.
360         Fix crash within A2DP with bogus pointer.
361         Fix issue with sdp_copy_record() function.
362         Fix crash with extract_des() if sdp_uuid_extract() fails.
363
364 ver 4.26:
365         Use of constant shift in SBC quantization code.
366         Add possibility to analyze 4 blocks at once in encoder.
367         Fix correct handling of frame sizes in the encoder.
368         Fix for big endian problems in SBC codec.
369         Fix audio client socket to always be non-blocking.
370         Update telephony support for Maemo.
371
372 ver 4.25:
373         Fix receiving data over the audio control socket.
374         Fix subbands selection for joint-stereo in SBC encoder.
375         Add new SBC analysis filter function.
376
377 ver 4.24:
378         Fix signal emissions when removing adapters.
379         Fix missing adapter signals on exit.
380         Add support for bringing adapters down on exit.
381         Add support for RememberPowered option.
382         Add support for verbose compiler warnings.
383         Add more options to SBC encoder.
384
385 ver 4.23:
386         Update audio IPC for better codec handling.
387         Fix bitstream optimization for SBC encoder.
388         Fix length header values of IPC messages.
389         Fix multiple coding style violations.
390         Fix FindDevice to handle temporary devices.
391         Add configuration option for DeviceID.
392         Add support for InitiallyPowered option.
393         Add missing signals for manager properties.
394         Add telephony support for Maemo.
395
396 ver 4.22:
397         Add deny statements to D-Bus access policy.
398         Add support for LegacyPairing property.
399         Add support for global properties.
400         Add more commands to telephony testing script.
401         Add sender checks for serial and network interfaces.
402         Remove deprecated methods and signals from input interface.
403         Remove deprecated methods and signals from network interface.
404         Remove OffMode option and always use device down.
405
406 ver 4.21:
407         Fix adapter initialization logic.
408         Fix adapter setup and start security manager early.
409         Fix usage issue with first_init variable.
410
411 ver 4.20:
412         Cleanup session handling.
413         Cleanup mode setting handling.
414         Fix issue with concurrent audio clients.
415         Fix issue with HFP/HSP suspending.
416         Fix AT result code syntax handling.
417         Add Handsfree support for AT+NREC.
418         Add PairableTimeout adapter property.
419
420 ver 4.19:
421         Fix installation of manual pages for old daemons.
422         Fix D-Bus signal emmissions for CreateDevice.
423         Fix issues with UUID probing.
424         Fix +BSRF syntax issue.
425         Add Pairable adapter property.
426         Add sdp_copy_record() library function.
427
428 ver 4.18:
429         Fix release before close issue with RFCOMM TTYs.
430         Fix Connected property on input interface.
431         Fix DeviceFound signals during initial name resolving.
432         Fix service discovery handling.
433         Fix duplicate UUID detection.
434         Fix SBC gain mismatch and decoding handling.
435         Add more options to SBC encoder and decoder.
436         Add special any adapter object for service interface.
437         Add variable prefix to adapter and device object paths.
438
439 ver 4.17:
440         Fix SBC encoder not writing last frame.
441         Fix missing timer for A2DP suspend.
442         Add more supported devices to hid2hci utility.
443         Add additional functionality to Handsfree support.
444
445 ver 4.16:
446         Fix wrong parameter usage of watch callbacks.
447         Fix parameters for callback upon path removal.
448         Fix unloading of adapter drivers.
449
450 ver 4.15:
451         Fix various A2DP state machine issues.
452         Fix some issues with the Handsfree error reporting.
453         Fix format string warnings with recent GCC versions.
454         Remove dependency on GModule.
455
456 ver 4.14:
457         Fix types of property arrays.
458         Fix potential crash with input devices.
459         Fix PS3 BD remote input event generation.
460         Allow dynamic adapter driver registration.
461         Update udev rules.
462
463 ver 4.13:
464         Fix service discovery and UUID handling.
465         Fix bonding issues with Simple Pairing.
466         Fix file descriptor misuse of SCO connections.
467         Fix various memory leaks in the device handling.
468         Fix AVCTP disconnect handling.
469         Fix GStreamer modes for MP3 encoding.
470         Add operator selection to Handsfree support.
471
472 ver 4.12:
473         Fix crash with missing icon value.
474         Fix error checks of HAL plugin.
475         Fix SCO server socket cleanup on exit.
476         Fix memory leaks from DBusPendingCall.
477         Fix handling of pending authorization requests.
478         Fix missing protocol UUIDs in record pattern.
479
480 ver 4.11:
481         Change SCO server socket into a generic one.
482         Add test script for dummy telephony plugin.
483         Fix uninitialized reply of multiple GetProperties methods.
484
485 ver 4.10:
486         Fix memory leaks with HAL messages.
487         Add more advanced handsfree features.
488         Add properties to audio, input and network interfaces.
489         Stop device discovery timer on device removal.
490
491 ver 4.9:
492         Fix signals for Powered and Discoverable properties.
493         Fix handling of Alias and Icon properties.
494         Fix duplicate entries for service UUIDs.
495
496 ver 4.8:
497         Fix retrieving of formfactor value.
498         Fix retrieving of local and remote extended features.
499         Fix potential NULL pointer dereference during pairing.
500         Fix crash with browsing due to a remotely initated pairing.
501
502 ver 4.7:
503         Fix pairing and service discovery logic.
504         Fix crashes during suspend and resume.
505         Fix race condition within devdown mode.
506         Add RequestSession and ReleaseSession methods.
507         Add Powered and Discoverable properties.
508         Add Devices property and deprecate ListDevices.
509         Add workaround for a broken carkit from Nokia.
510
511 ver 4.6:
512         Fix Device ID record handling.
513         Fix service browsing and storage.
514         Fix authentication and encryption for input devices.
515         Fix adapter name initialization.
516
517 ver 4.5:
518         Fix initialization issue with new adapters.
519         Send HID authentication request without blocking.
520         Hide the verbose SDP debug behind SDP_DEBUG.
521         Add extra UUIDs for service discovery.
522         Add SCO server socket listener.
523         Add authorization support to service plugin.
524
525 ver 4.4:
526         Add temporary fix for the CUPS compile issue.
527         Add service-api.txt to distribution.
528         Mention the variable prefix of an object path
529
530 ver 4.3:
531         Add dummy driver for telephony support.
532         Add support for discovery sessions.
533         Add service plugin for external services.
534         Various cleanups.
535
536 ver 4.2:
537         Avoid memory copies in A2DP write routine.
538         Fix broken logic with Simple Pairing check and old kernels.
539         Allow non-bondable and outgoing SDP without agent.
540         Only remove the bonding for non-temporary devices.
541         Cleanup various unnecessary includes.
542         Make more unexported functions static.
543         Add basic infrastructure for gtk-doc support.
544
545 ver 4.1:
546         Add 30 seconds timeout to BNEP connection setup phase.
547         Avoid memory copies in A2DP write routine for ALSA.
548         Make sure to include compat/sdp.h in the distribution.
549
550 ver 4.0:
551         Initial public release.
552
553 ver 3.36:
554         Add init routines for TI BRF chips.
555         Add extra attributes to the serial port record.
556         Add example record for headset audio gateway record.
557         Use Handsfree version 0x0105 for the gateway role.
558         Fix SDP record registration with specific record handles.
559         Fix BCSP sent/receive handling.
560         Fix various includes for cross-compilation.
561         Allow link mode settings for outgoing connections.
562         Allow bonding during periodic inquiry.
563
564 ver 3.35:
565         Add two additional company identifiers.
566         Add UUID-128 support for service discovery.
567         Fix usage of friendly names for service discovery.
568         Fix authorization when experiemental is disabled.
569         Fix uninitialized variable in passkey request handling.
570         Enable output of timestamps for l2test and rctest.
571
572 ver 3.34:
573         Replace various SDP functions with safe versions.
574         Add additional length validation for incoming SDP packets.
575         Use safe function versions for SDP client handling.
576         Fix issue with RemoveDevice during discovery procedure.
577         Fix collect for non-persistent service records.
578
579 ver 3.33:
580         Add functions for reading and writing the link policy settings.
581         Add definition for authentication requirements.
582         Add support for handling Simple Pairing.
583         Add Simple Pairing support to Agent interface.
584         Add ReleaseMode method to Adapter interface.
585         Add DiscoverServices method to Device interface.
586         Remove obsolete code and cleanup the repository.
587         Move over to use the libgdbus API.
588         Enable PIE by default if supported.
589
590 ver 3.32:
591         Add OCF constants for synchronous flow control enabling.
592         Add support for switching HID proxy devices from Dell.
593         Add more Bluetooth client/server helper functions.
594         Add support for input service idle timeout option.
595         Fix BNEP reconnection handling.
596         Fix return value for snd_pcm_hw_params() calls.
597         Use upper-case addresses for object paths.
598         Remove HAL support helpers.
599         Remove inotify support.
600         Remove service daemon activation handling.
601         Remove uneeded D-Bus API extension.
602
603 ver 3.31:
604         Create device object for all pairing cases.
605         Convert authorization to internal function calls.
606         Add initial support for Headset Audio Gateway role.
607         Add generic Bluetooth helper functions for GLib.
608         Fix endiannes handling of connection handles.
609         Don't optimize when debug is enabled.
610
611 ver 3.30:
612         Convert audio service into a plugin.
613         Convert input service into a plugin.
614         Convert serial service into a plugin.
615         Convert network service into a plugin.
616         Emit old device signals when a property is changed.
617         Fix missing DiscoverDevices and CancelDiscovery methods.
618         Add another company identifier.
619         Add basic support for Bluetooth sessions.
620         Add avinfo utility for AVDTP/A2DP classification.
621         Remove build option for deprecated sdpd binary.
622
623 ver 3.29:
624         Introduce new D-Bus based API.
625         Add more SBC optimizations.
626         Add support for PS3 remote devices.
627         Fix alignment trap in SDP server.
628         Fix memory leak in sdp_get_uuidseq_attr function.
629
630 ver 3.28:
631         Add support for MCAP UUIDs.
632         Add support for role switch for audio service.
633         Add disconnect timer for audio service.
634         Add disconnect detection to ALSA plugin.
635         Add more SBC optimizations.
636         Fix alignment issue of SDP server.
637         Remove support for SDP parsing via expat.
638
639 ver 3.27:
640         Update uinput.h with extra key definitions.
641         Add support for input connect/disconnect callbacks.
642         Add ifdefs around some baud rate definitions.
643         Add another company identifier.
644         Add proper HFP service level connection handling.
645         Add basic headset automatic disconnect support.
646         Add support for new SBC API.
647         Fix SBC decoder noise at high bitpools.
648         Use 32-bit multipliers for further SBC optimization.
649         Check for RFCOMM connection state in SCO connect callback.
650         Make use of parameters selected in ALSA plugin.
651
652 ver 3.26:
653         Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX.
654         Improve handling of different audio transports.
655         Enable services by default and keep old daemons disabled.
656
657 ver 3.25:
658         Add limited support for Handsfree profile.
659         Add limited support for MPEG12/MP3 codec.
660         Add basic support for UNITINFO and SUBUNITINFO.
661         Add more SBC optimizations.
662         Fix external service (un)registration.
663         Allow GetInfo and GetAddress to fail.
664
665 ver 3.24:
666         Add definitions for MDP.
667         Add TCP connection support for serial proxy.
668         Add fix for Logitech HID proxy switching.
669         Add missing macros, MIN, MAX, ABS and CLAMP.
670         Add more SBC encoder optimizations.
671         Add initial mechanism to handle headset commands.
672         Fix connecting to handsfree profile headsets.
673         Use proper function for checking signal name.
674
675 ver 3.23:
676         Fix remote name request handling bug.
677         Fix key search function to honor the mmap area size.
678         Fix Avahi integration of network service.
679         Add new plugin communication for audio service.
680         Enable basic AVRCP support by default.
681         More optimizations to the SBC library.
682         Create common error definitions.
683
684 ver 3.22:
685         Add missing include file from audio service.
686         Add SBC conformance test utility.
687         Add basic uinput support for AVRCP.
688         Fix L2CAP socket leak in audio service.
689         Fix buffer usage in GStreamer plugin.
690         Fix remote name request event handling.
691
692 ver 3.21:
693         Add constant for Bluetooth socket options level.
694         Add initial AVRCP support.
695         Add A2DP sink support to GStreamer plugin.
696         Fix interoperability with A2DP suspend.
697         Fix sign error in 8-subband encoder.
698         Fix handling of service classes length size.
699         Store Extended Inquiry Response data information.
700         Publish device id information through EIR.
701         Support higher baud rates for Ericcson based chips.
702
703 ver 3.20:
704         Fix GStreamer plugin file type detection.
705         Fix potential infinite loop in inotify support.
706         Fix D-Bus signatures for dict handling.
707         Fix issues with service activation.
708         Fix SDP failure handling of audio service.
709         Fix various memory leaks in input service.
710         Add secure device creation method to input service.
711         Add service information methods to serial service.
712         Add config file support to network service.
713         Add scripting capability to network service.
714         Add special on-mode handling.
715         Add optimization for SBC encoder.
716         Add tweaks for D-Bus 1.1.x libraries.
717         Add support for inquiry transmit power level.
718
719 ver 3.19:
720         Limit range of bitpool announced while in ACP side.
721         Use poll instead of usleep to wait for worker thread.
722         Use default event mask from the specification.
723         Add L2CAP mode constants.
724         Add HID proxy support for Logitech diNovo Edge dongle.
725         Add refresh option to re-request device names.
726         Show correct connection link type.
727
728 ver 3.18:
729         Don't allocate memory for the Bluetooth base UUID.
730         Implement proper locking for headsets.
731         Fix various A2DP SEP locking issues.
732         Fix and cleanup audio stream handling.
733         Fix stream starting if suspend request is pending.
734         Fix A2DP and AVDTP endianess problems.
735         Add network timeout and retransmission support.
736         Add more detailed decoding of EIR elements.
737
738 ver 3.17:
739         Fix supported commands bit calculation.
740         Fix crashes in audio and network services.
741         Check PAN source and destination roles.
742         Only export the needed symbols for the plugins.
743
744 ver 3.16:
745         Update company identifier list.
746         Add support for headsets with SCO audio over HCI.
747         Add support for auto-create through ALSA plugin.
748         Add support for ALSA plugin parameters.
749         Add GStreamer plugin with SBC decoder and encoder.
750         Fix network service NAP, GN and PANU servers.
751         Set EIR information from SDP database.
752
753 ver 3.15:
754         Add A2DP support to the audio service.
755         Add proxy support to the serial service.
756         Extract main service class for later use.
757         Set service classes value from SDP database.
758
759 ver 3.14:
760         Add missing signals for the adapter interface.
761         Add definitions and functions for Simple Pairing.
762         Add basic commands for Simple Pairing.
763         Add correct Simple Pairing and EIR interaction.
764         Add missing properties for remote information.
765         Add EPoX endian quirk to the input service.
766         Fix HID descriptor import and storage functions.
767         Fix handling of adapters in raw mode.
768         Fix remote device listing methods.
769
770 ver 3.13:
771         Fix some issues with the headset support.
772         Fix concurrent pending connection attempts.
773         Fix usage of devname instead of netdev.
774         Add identifier for Nokia SyncML records.
775         Add command for reading the CSR chip revision.
776         Add generic CSR radio test support.
777         Update HCI command table.
778
779 ver 3.12:
780         Add missing HCI command text descriptions
781         Add missing HCI commands structures.
782         Add missing HCI event structures.
783         Add common bachk() function.
784         Add support for limited discovery mode.
785         Add support for setting of event mask.
786         Add GetRemoteServiceIdentifiers method.
787         Add skeleton for local D-Bus server.
788         Add headset gain control methods.
789         Fix various headset implementation issues.
790         Fix various serial port service issues.
791         Fix various input service issues.
792         Let CUPS plugin discover printers in range.
793         Improve the BCM2035 UART init routine.
794         Ignore connection events for non-ACL links.
795
796 ver 3.11:
797         Update API documentation.
798         Minimize SDP root records and browse groups.
799         Use same decoder for text and URL strings.
800         Fix URL data size handling.
801         Fix SDP pattern extraction for XML.
802         Fix network connection persistent state.
803         Add network connection helper methods.
804         Add initial version of serial port support.
805         Add class of device tracking.
806
807 ver 3.10.1:
808         Add option to disable installation of manual pages.
809         Fix input service encryption setup.
810         Fix serial service methods.
811         Fix network service connection handling.
812         Provide a simple init script.
813
814 ver 3.10:
815         Add initial version of network service.
816         Add initial version of serial service.
817         Add initial version of input service.
818         Add initial version of audio service.
819         Add authorization framework.
820         Add integer based SBC library.
821         Add version code for Bluetooth 2.1 specification.
822         Add ESCO_LINK connection type constant.
823         Export sdp_uuid32_to_uuid128() function.
824
825 ver 3.9:
826         Add RemoteDeviceDisconnectRequested signal.
827         Add updated service framework.
828         Add embedded GLib library.
829         Add support for using system GLib library.
830         Create internal SDP server library.
831
832 ver 3.8:
833         Sort discovered devices list based on their RSSI.
834         Send DiscoverableTimeoutChanged signal.
835         Fix local and remote name validity checking.
836         Add ListRemoteDevices and ListRecentRemoteDevices methods.
837         Add basic integration of confirmation concept.
838         Add support for service record description via XML.
839         Add support for external commands to the RFCOMM utility.
840         Add experimental service and authorization API.
841         Add functions for registering binary records.
842
843 ver 3.7:
844         Fix class of device handling.
845         Fix error replies with pairing and security mode 3.
846         Fix disconnect method for RFCOMM connections.
847         Add match pattern for service searches.
848         Add support for prioritized watches.
849         Add additional PDU length checks.
850         Fix CSRC value for partial responses.
851
852 ver 3.6.1:
853         Fix IO channel race conditions.
854         Fix pairing issues on big endian systems.
855         Fix pairing issues with page timeout errors.
856         Fix pairing state for security mode 3 requests.
857         Switch to user as default security manager mode.
858
859 ver 3.6:
860         Update D-Bus based RFCOMM interface support.
861         Use L2CAP raw sockets for HCI connection creation.
862         Add periodic discovery support to the D-Bus interface.
863         Add initial support for device names via EIR.
864         Add proper UTF-8 validation of device names.
865         Add support for the J-Three keyboard.
866         Fix issues with the asynchronous API for SDP.
867
868 ver 3.5:
869         Fix and cleanup watch functionality.
870         Add support for periodic inquiry mode.
871         Add support for asynchronous SDP requests.
872         Add more request owner tracking.
873         Add asynchronous API for SDP.
874         Document pageto and discovto options.
875
876 ver 3.4:
877         Improve error reporting for failed HCI commands.
878         Improve handling of CancelBonding.
879         Fixed bonding reply message when disconnected.
880         Fix UUID128 string lookup handling.
881         Fix malloc() versus bt_malloc() usage.
882
883 ver 3.3:
884         Don't change inquiry mode for Bluetooth 1.1 adapters.
885         Add udev rules for Bluetooth serial PCMCIA cards.
886         Add Cancel and Release methods for passkey agents.
887         Add GetRemoteClass method.
888         Convert to using ppoll() and pselect().
889         Initialize allocated memory to zero.
890         Remove bcm203x firmware loader.
891         Remove kernel specific timeouts.
892         Add additional private data field for SDP sessions.
893         Add host controller to host flow control defines.
894         Add host number of completed packets defines.
895         Initialize various memory to zero before usage.
896
897 ver 3.2:
898         Only check for the low-level D-Bus library.
899         Update possible device minor classes.
900         Fix timeout for pending reply.
901         Add more Inquiry with RSSI quirks.
902         Sleep only 100 msecs for device detection.
903         Don't send BondingCreated on link key renewal.
904         Allow storing of all UTF-8 remote device names.
905         Create storage filenames with a generic function.
906         Fix handling of SDP strings.
907         Add adapter type for SDIO cards.
908         Add features bit for link supervision timeout.
909
910 ver 3.1:
911         Add missing placeholders for feature bits.
912         Fix handling of raw mode devices.
913         Fix busy loop in UUID extraction routine.
914         Remove inquiry mode setting.
915         Remove auth and encrypt settings.
916
917 ver 3.0:
918         Implement the new BlueZ D-Bus API.
919         Fix broken behavior with EVT_CMD_STATUS.
920         Add features bit for pause encryption.
921         Add additional EIR error code.
922         Add more company identifiers.
923         Add another Phonebook Access identifier.
924         Update sniff subrating data structures.
925
926 ver 2.25:
927         Use %jx instead of %llx for uint64_t and int64_t.
928         Allow null-terminated text strings.
929         Add UUID for N-Gage games.
930         Add UUID for Apple Macintosh Attributes.
931         Add Apple attributes and iSync records.
932         Add definitions for Apple Agent.
933         Add support for the Handsfree Audio Gateway service.
934         Add support for choosing a specific record handle.
935         Add support for dialup/telephone connections.
936         Add definitions for Apple Agent.
937         Add support for record handle on service registration.
938
939 ver 2.24:
940         Fix display of SDP text and data strings.
941         Add support for device scan property.
942         Add support for additional access protocols.
943         Update the D-Bus policy configuration file.
944
945 ver 2.23:
946         Update the new D-Bus interface.
947         Make dfutool ready for big endian architectures.
948         Add support for AVRCP specific service records.
949         Add support for writing complex BCCMD commands.
950         Add the new BCCMD interface utility.
951         Add MicroBCSP implementation from CSR.
952         Add constants and definitions for sniff subrating.
953         Add support for allocation of binary text elements.
954         Add HCI emulation tool.
955         Add fake HID support for old EPoX presenters.
956         Reject connections from unknown HID devices.
957         Fix service discovery deadlocks with Samsung D600 phones.
958
959 ver 2.22:
960         Remove D-Bus 0.23 support.
961         Add initial version of the new D-Bus interface.
962         Add support for extended inquiry response commands.
963         Add support for the Logitech diNovo Media Desktop Laser.
964         Add compile time buffer checks (FORTIFY SOURCE).
965         Decode reserved LMP feature bits.
966         Fix errno overwrite problems.
967         Fix profile descriptor problem with Samsung phones.
968
969 ver 2.21:
970         Move create_dirs() and create_file() into the textfile library.
971         Let textfile_put() also replace the last key value pair.
972         Fix memory leaks with textfile_get() usage.
973         Fix infinite loops and false positive matches.
974         Don't retrieve stored link keys for RAW devices.
975         Document the putkey and delkey commands.
976         Show supported commands also in clear text.
977         Support volatile changes of the BD_ADDR for CSR chips.
978         Add support for identification of supported commands.
979         Add missing OCF declarations for the security filter.
980         Add two new company identifiers.
981
982 ver 2.20:
983         Add UUIDs for video distribution profile.
984         Add UUIDs for phonebook access profile.
985         Add attribute identifier for supported repositories.
986         Add definitions for extended inquiry response.
987         Add functions for extended inquiry response.
988         Add support for extended inquiry response.
989         Add support for HotSync service record.
990         Add support for ActiveSync service record.
991         Add ActiveSync networking support.
992         Fix D-Bus crashes with new API versions.
993
994 ver 2.19:
995         Fix the GCC 4.0 warnings.
996         Fix the routing for dealing with raw devices.
997         Fix off by one memory allocation error.
998         Fix security problem with escape characters in device name.
999         Add per device service record functions.
1000         Send D-Bus signals for inquiry results and remote name resolves.
1001         Add support for device specific SDP records.
1002
1003 ver 2.18:
1004         Support D-Bus 0.23 and 0.33 API versions.
1005         Support reading of complex BCCMD values.
1006         Support minimum and maximum encryption key length.
1007         Add support for reading and writing the inquiry scan type.
1008         Add definitions for connection accept timeout and scan enable.
1009         Add support for inquiry scan type.
1010         Add tool for the CSR BCCMD interface.
1011         Add first draft of the Audio/Video control utility.
1012         Add disconnect timer support for the A2DP ALSA plugin.
1013         Make SBC parameters configurable.
1014         Replace non-printable characters in device names.
1015         Remove hci_vhci.h header file.
1016         Remove hci_uart.h header file.
1017
1018 ver 2.17:
1019         Set the storage directory through ${localstatedir}.
1020         Add the textfile library for ASCII based file access.
1021         Add support for return link keys event.
1022         Add support for voice setting configuration.
1023         Add support for page scan timeout configuration.
1024         Add support for storing and deleting of stored link keys.
1025         Add support for searching for services with UUID-128.
1026         Add support for retrieving all possible service records.
1027         Add support for a raw mode view of service records.
1028         Add support for HID information caching in hidd.
1029         Add support for authentication in pand and dund.
1030         Add support for changing BD_ADDR of CSR chips.
1031         Add pskey utility for changing CSR persistent storage values.
1032         Add the firmware upgrade utility.
1033         Add connection caching for the A2DP ALSA plugin.
1034         Add functions for stored link keys.
1035         Add definitions for PIN type and unit key.
1036         Add SDP_WAIT_ON_CLOSE flag for sdp_connect().
1037         Include stdio.h in bluetooth.h header file.
1038         Include sys/socket.h in the header files.
1039
1040 ver 2.16:
1041         Store link keys in ASCII based file format.
1042         Support device name caching.
1043         Support zero length data sizes in l2test.
1044         Change default l2ping data size to 44 bytes.
1045         Hide the server record and the public browse group root.
1046         Read BD_ADDR if not set and if it is a raw device.
1047         Add SDP language attributes.
1048         Add support for browsing the L2CAP group.
1049         Add support for stored pin codes for outgoing connections.
1050         Add support for local commands and extended features.
1051         Add support for reading CSR panic and fault codes.
1052         Add config option for setting the inquiry mode.
1053         Add OUI decoding support.
1054         Use unlimited inquiry responses as default.
1055         Use cached device names for PIN request.
1056         Use the clock offset when getting the remote names.
1057         Add function for reading local supported commands.
1058         Add function for reading local extended features.
1059         Add function for reading remote extended features.
1060         Add function for getting the remote name with a clock offset.
1061         Add function for extracting the OUI from a BD_ADDR.
1062         Add inquiry info structure with RSSI and page scan mode.
1063         Fix buffer allocation for features to string conversion.
1064         Support inquiry with unlimited number of responses.
1065
1066 ver 2.15:
1067         Enable the RFCOMM service level security.
1068         Add deprecated functions for reading the name.
1069         Add command for reading the clock offset.
1070         Add command for reading the clock.
1071         Add function for reading the clock.
1072         Add function for reading the local Bluetooth address.
1073         Add function for reading the local supported features.
1074         Don't configure raw devices.
1075         Don't set inquiry scan or page scan on raw devices.
1076         Don't show extended information for raw devices.
1077         Support L2CAP signal sizes bigger than 2048 bytes.
1078         Cleanup of the socket handling code of the test programs.
1079         Use better way for unaligned access.
1080         Remove sdp_internal.h and its usage.
1081
1082 ver 2.14:
1083         Make use of additional connection information.
1084         Use library function for reading the RSSI.
1085         Use library function for reading the link quality.
1086         Use library function for reading the transmit power level.
1087         Use library functions for the link supervision timeout.
1088         Add tool for changing the device address.
1089         Add function for reading the RSSI.
1090         Add function for reading the link quality.
1091         Add function for reading the transmit power level.
1092         Add functions for the link supervision timeout.
1093         Remove deprecated functions.
1094         Update AM_PATH_BLUEZ macro.
1095
1096 ver 2.13:
1097         Use file permission 0600 for the link key file.
1098         Add support for HID attribute descriptions.
1099         Add support for Device ID attributes.
1100         Add Device ID and HID attribute definitions.
1101         Update the UUID constants and its translations.
1102         Update L2CAP socket option definitions.
1103         Update connection information definitions.
1104         Various whitespace cleanups.
1105
1106 ver 2.12:
1107         Inherit the device specific options from the default.
1108         Use --device for selecting the source device.
1109         Add --nosdp option for devices with resource limitation.
1110         Add support and parameter option for secure mode.
1111         Add a lot of build ids and hardware revisions.
1112         Add service classes and profile ids for WAP.
1113         Add simple AM_PATH_BLUEZ macro.
1114         Update UUID translation tables.
1115         Correct kernel interface for CMTP and HIDP support.
1116
1117 ver 2.11:
1118         Initial support for the kernel security manager.
1119         Various cleanups to avoid inclusion of kernel headers.
1120         Fix output when the CUPS backend is called without arguments.
1121         Fix problems with a 64 bit userland.
1122         Use Bluetooth library functions if available.
1123         Use standard numbering scheme of SDP record handles.
1124         Use bit zero for vendor packets in the filter type bitmask.
1125         Add SIM Access types for service discovery.
1126         Add more audio/video profile translations.
1127         Add another company identifier.
1128         Add the missing HCI error codes.
1129         Add RFCOMM socket options.
1130         Add definition for the SECURE link mode.
1131         Add functions for reading and writing the inquiry mode.
1132         Add functions for AFH related settings and information.
1133         Add version identifier for the Bluetooth 2.0 specification.
1134         Add a master option to the hidd.
1135         Add support for changing the link key of a connection.
1136         Add support for requesting encryption on keyboards.
1137         Add support for revision information of Digianswer devices.
1138         Add support for the Zoom, IBM and TDK PCMCIA cards.
1139         Add checks for the OpenOBEX and the ALSA libraries.
1140         Add experimental mRouter support.
1141
1142 ver 2.10:
1143         Use a define for the configuration directory.
1144         Fix string initialization for flags translation.
1145         Fix and extend the unaligned access macros.
1146         Make compiling with debug information optional.
1147         Don't override CFLAGS from configure.
1148         Check for usb_get_busses() and usb_interrupt_read().
1149         Add optional support for compiling with PIE.
1150         Make installation of the init scripts optional.
1151         Make compiling with debug information optional.
1152         Don't override CFLAGS from configure.
1153
1154 ver 2.9:
1155         Retry SDP connect if busy in the CUPS backend.
1156         Use packet type and allow role switch in hcitool.
1157         Use the functions from the USB library for hid2hci.
1158         Add Broadcom firmware loader.
1159         Add EPoX endian quirk for buggy keyboards.
1160         Add L2CAP info type and info result definitions.
1161         Add value for L2CAP_CONF_RFC_MODE.
1162         Change RSSI value to signed instead of unsigned.
1163         Allow UUID32 values as protocol identifiers.
1164         Update the autoconf/automake scripts.
1165
1166 ver 2.8:
1167         Use LIBS and LDADD instead of LDFLAGS.
1168         Use HIDP subclass field for HID boot protocol.
1169         Set olen before calling getsockopt() in pand.
1170         Restore signals for dev-up script.
1171         Add PID file support for pand.
1172         Add size parameter to expand_name() in hcid.
1173         Add support for audio source and audio sink SDP records.
1174         Add support for HID virtual cable unplug.
1175         Add support for AmbiCom BT2000C card.
1176         Add defines and UUID's for audio/video profiles.
1177         Add AVDTP protocol identifier.
1178         Add HIDP subclass field.
1179         Add PKGConfig support.
1180         Fix the event code of inquiry with RSSI.
1181         Remove dummy SDP library.
1182
1183 ver 2.7:
1184         Fix display of decoded LMP features.
1185         Update company identifiers.
1186         Add AFH related types.
1187         Add first bits from EDR prototyping specification.
1188         Add support for inquiry with RSSI.
1189         Add HCRP related SDP functions.
1190         Add HIDP header file.
1191         Add support for getting the AFH channel map.
1192         Add support for AFH mode.
1193         Add support for inquiry mode.
1194         Add Bluetooth backend for CUPS.
1195         Add the hid2hci utility.
1196         Add the hidd utility.
1197         Add the pand utility.
1198         Add the dund utility.
1199         More endian bug fixes.
1200         Give udev some time to create the RFCOMM device nodes.
1201         Release the TTY if no device node is found.
1202         New startup script for the Bluetooth subsystem.
1203         Update to the autoconf stuff.
1204
1205 ver 2.6:
1206         Change default prefix to /usr.
1207         Add manpages for hcid and hcid.conf.
1208         Add the sdpd server daemon.
1209         Add the sdptool utility.
1210         Add the ciptool utility.
1211         Add new company identifiers.
1212         Add BNEP and CMTP header files.
1213         Add the SDP library.
1214         Use R2 for default value of pscan_rep_mode.
1215
1216 ver 2.5:
1217         Add decoding of Bluetooth 1.2 features.
1218         Add link manager version parameter for Bluetooth 1.2.
1219         Add new company identifiers.
1220         Add D-Bus support for PIN request.
1221         Support for transmit power level.
1222         Support for park, sniff and hold mode.
1223         Support for role switch.
1224         Support for reading the clock offset.
1225         Support for requesting authentication.
1226         Support for setting connection encryption.
1227         Show revision information for Broadcom devices.
1228         Replace unprintable characters in device name.
1229         Use R1 for default value of pscan_rep_mode.
1230         Fix some 64-bit problems.
1231         Fix some endian problems.
1232         Report an error on PIN helper failure.
1233         Update bluepin script for GTK2.
1234
1235 ver 2.4:
1236         Increase number of inquiry responses.
1237         Support for transmit power level.
1238         Display all 8 bytes of the features.
1239         Add support for reading and writing of IAC.
1240         Correct decoding class of device.
1241         Use Ericsson revision command for ST Microelectronics devices.
1242         Display AVM firmware version with 'revision' command.
1243         New code for CSR specific revision information.
1244         Support for ST Microelectronics specific initialization.
1245         Support for 3Com card version 3.0.
1246         Support for TDK, IBM and Socket cards.
1247         Support for initial baud rate.
1248         Update man pages.
1249         Fixes for some memory leaks.
1250
1251 ver 2.3:
1252         Added const qualifiers to appropriate function arguments.
1253         Minor fixes.
1254         CSR firmware version is now displayed by 'revision' command.
1255         Voice command is working properly on big endian machines.
1256         Added support for Texas Bluetooth modules.
1257         Added support for high UART baud rates on Ericsson modules.
1258         BCSP initialization fixes.
1259         Support for role switch command (hcitool).
1260         RFCOMM config file parser fixes.
1261         Update man pages.
1262         Removed GLib dependency.
1263
1264 ver 2.2:
1265         Updated RFCOMM header file.
1266         Additional HCI command and event defines.
1267         Support for voice settings (hciconfig).
1268         Minor hcitool fixes.
1269         Improved configure script.
1270         Added Headset testing tool.
1271         Updated man pages.
1272         RPM package.
1273
1274 ver 2.1.1:
1275         Resurrect hci_remote_name.
1276
1277 ver 2.1:
1278         Added hci_{read, write}_class_of_dev().
1279         Added hci_{read, write}_current_iac_lap().
1280         Added hci_write_local_name().
1281         Added RFCOMM header file.
1282         Minor fixes.
1283         Improved BCSP initialization (hciattach).
1284         Support for displaying link quality (hcitool).
1285         Support for changing link supervision timeout (hcitool).
1286         New RFCOMM TTY configuration tool (rfcomm).
1287         Minor fixes and updates.
1288
1289 ver 2.0:
1290         Additional company IDs.
1291         BCSP initialization (hciattach).
1292         Minor hciconfig fixes.
1293
1294 ver 2.0-pr13:
1295         Support for multiple pairing modes.
1296         Link key database handling fixes.
1297
1298 ver 2.0-pre12:
1299         Removed max link key limit. Keys never expire.
1300         Link key database is always updated. Reread PIN on SIGHUP (hcid).
1301         Bluetooth script starts SDPd, if installed.
1302         Other minor fixes.
1303
1304 ver 2.0-pre11:
1305         Improved link key management and more verbose logging (hcid).
1306         Fixed scan command (hcitool).
1307
1308 ver 2.0-pre10:
1309         Fix hci_inquiry function to return errors and accept user buffers.
1310         New functions hci_devba, hci_devid, hci_for_each_dev and hci_get_route.
1311         Additional company IDs.
1312         Makefile and other minor fixes.
1313         Support for reading RSSI, remote name and changing
1314         connection type (hcitool). 
1315         Device initialization fixes (hcid).
1316         Other minor fixes and improvements.
1317         Build environment cleanup and fixes.
1318
1319 ver 2.0-pre9:
1320         Improved bluepin. Working X authentication.
1321         Improved hcitool. New flexible cmd syntax, additional commands.
1322         Human readable display of the device features.
1323         LMP features to string translation support.
1324         Additional HCI command and event defines.
1325         Extended hci_filter API.
1326
1327 ver 2.0-pre8:
1328         Additional HCI ioctls and defines.
1329         All strings and buffers are allocated dynamically.
1330         ba2str, str2ba automatically swap bdaddress.
1331         Additional hciconfig commands. Support for ACL and SCO MTU ioctls.
1332         Support for Inventel and COM1 UART based devices.
1333         Minor hcitool fixes.
1334         Improved l2test. New L2CAP test modes.
1335         Minor fixes and cleanup.
1336
1337 ver 2.0-pre7:
1338         Bluetooth libraries and header files is now a separate package.
1339         New build environment uses automake and libtool.
1340         Massive header files cleanup.
1341         Bluetooth utilities is now a separate package.
1342         New build environment uses automake.
1343         Moved all config files and security data to /etc/bluetooth.
1344         Various cleanups.
1345
1346 ver 2.0-pre6:
1347         API cleanup and additions.
1348         Improved hcitool.
1349         l2test minor output fixes.
1350         hciattach opt to display list of supported devices.
1351
1352 ver 2.0-pre4:
1353         HCI filter enhancements.
1354
1355 ver 2.0-pre3:
1356         Cleanup.
1357
1358 ver 2.0-pre2:
1359         Additional HCI library functions.
1360         Improved CSR baud rate initialization.
1361         PCMCIA scripts fixes and enhancements.
1362         Documentation update.
1363
1364 ver 2.0-pre1:
1365         New UART initialization utility.
1366         Hot plugging support for UART based PCMCIA devices.
1367         SCO testing utility.
1368         New authentication utility (bluepin).
1369         Minor fixes and improvements.