Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blued
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Kempe
blued
Commits
b824db5b
Commit
b824db5b
authored
2 years ago
by
Andreas Kempe
Browse files
Options
Downloads
Patches
Plain Diff
release: 0.2
parent
202d00ae
No related branches found
No related tags found
1 merge request
!9
Release 0.2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
ChangeLog
+51
-0
51 additions, 0 deletions
ChangeLog
with
53 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
b824db5b
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
51
−
0
View file @
b824db5b
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
====
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment