Skip to content
Snippets Groups Projects
Commit b824db5b authored by Andreas Kempe's avatar Andreas Kempe
Browse files

release: 0.2

parent 202d00ae
No related branches found
No related tags found
1 merge request!9Release 0.2
......@@ -11,9 +11,9 @@ option(BUILD_DAEMON "Build the blued daemon" ON)
option(BUILD_CLI "Build bluecontrol CLI" ON)
# blued release version
set(BLUED_VERSION 0.1)
set(BLUED_VERSION 0.2)
# libblue ABI version, major breaks external API, minor does not
set(BLUED_ABI_VERSION 0.1)
set(BLUED_ABI_VERSION 1.0)
# provide a version string for the programs to print if --version is
# given as the argument.
......
v0.2
====
Connect RPC call added
----------------------
If a device does not automatically reconnect, it is useful to be able
to manually initiate a connection. A connect RPC call has been added
and implemented in bluecontrol. It is used by issuing
bluecontrol connect $addr
HID support implemented
-----------------------
Code from bthidd has been integrated into blued. If a mouse is paired,
it should start working automatically without any external
configuration being needed. Keyboards hypothetically work, but have
not been tested.
The HID support makes blued unable to coexist with bthidd. Please
disable bthidd when using blued.
A big thank you to the original bthidd developers for their work!
Improved device listing
-----------------------
Devices are now queried for their names and the names are saved to the
database. bluecontrol list_known will show a name for each device if
its name has been received.
Each device's connection status is now shown alongside its pairing
status.
liblue major version bump
-------------------------
As part of the rather substantial bthidd integration, the library has
undergone some fairly large changes. This has lead to the ABI being
changed and the ABI version has subsequently been bumped to 1.0.
rc script added
---------------
An rc script for blued is now installed as /usr/local/etc/rc.d/blued
by default. To facilitate this, the -d command line argument has been
added to blued and it makes blued fork to the background.
blued now creates a PID file in the socket directory.
v0.1
====
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment