[bluez/bluez] 0ea4e4: doc: Remove Pygments dependency from manpage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: 0ea4e4d52c55daa1a032ae53805f8d256317bf49
      https://github.com/bluez/bluez/commit/0ea4e4d52c55daa1a032ae53805f8d256317bf49
  Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M doc/l2cap.rst
    M doc/rfcomm.rst

  Log Message:
  -----------
  doc: Remove Pygments dependency from manpage

This patch removes the Pygments dependency from l2cap/rfcomm.rst file.
When the code-block type is specified, the rst2man throws a warning
asking for Pygments package.

Fixes: https://github.com/bluez/bluez/issues/950


  Commit: b22859e3cc0b31959f76ec4f1682613f102e256b
      https://github.com/bluez/bluez/commit/b22859e3cc0b31959f76ec4f1682613f102e256b
  Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M client/main.c
    M client/print.c
    M client/print.h

  Log Message:
  -----------
  client/print: Add decoding for UUID properties

This adds proper decoding for UUID properties with usage of
bt_uuidstr_to_str so it can print the 'friendly' name as bellow:

bluetoothctl# transport.show /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep4/fd0
Transport /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep4/fd0
	UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
...


  Commit: 17f485f207e6fd6b8fad7b1d1f8a30087c72cf36
      https://github.com/bluez/bluez/commit/17f485f207e6fd6b8fad7b1d1f8a30087c72cf36
  Author: Vibhav Pant <vibhavp@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M src/adapter.c

  Log Message:
  -----------
  adapter: Add support for the Connectable property.

To not break previous behavior, allow enabling the Discoverable
property even if Connectable is currently false.


  Commit: bf6bfc3356ef02af1eaa8248695e7e61635aff4b
      https://github.com/bluez/bluez/commit/bf6bfc3356ef02af1eaa8248695e7e61635aff4b
  Author: Vibhav Pant <vibhavp@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M doc/org.bluez.Adapter.rst

  Log Message:
  -----------
  org.bluez.Adapter: Add documentation for the Connectable property.


  Commit: 84d0b5e2bb8424a203a46847671424b091594a24
      https://github.com/bluez/bluez/commit/84d0b5e2bb8424a203a46847671424b091594a24
  Author: Celeste Liu <coelacanthushex@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    A .b4-config

  Log Message:
  -----------
  contribution: add b4 config

Add b4[1] config so b4 user can contribute more smoothly, especially
send prefix.

[1]: https://github.com/mricon/b4


  Commit: cd1c6b666fa95555eeb3e43965c2b36106fa3694
      https://github.com/bluez/bluez/commit/cd1c6b666fa95555eeb3e43965c2b36106fa3694
  Author: Ismael Luceno <ismael@xxxxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M android/ipc-tester.c
    M android/system-emulator.c
    M android/tester-main.c
    M client/mgmt.c
    M emulator/serial.c
    M emulator/vhci.c
    M monitor/att.c
    M peripheral/efivars.c
    M profiles/audio/a2dp.c
    M src/adapter.c
    M src/device.c
    M src/gatt-database.c
    M src/main.c
    M src/rfkill.c
    M src/storage.c
    M src/textfile.c
    M tools/bluemoon.c
    M tools/hciattach.c
    M tools/hciattach_ath3k.c
    M tools/hciattach_intel.c
    M tools/hciattach_st.c
    M tools/hciattach_ti.c
    M tools/test-runner.c

  Log Message:
  -----------
  Fix missing inclusion of <limits.h>

Needed for PATH_MAX.


  Commit: 95eb34ee2ee2b7495d9b4f54cc63c0182f24e327
      https://github.com/bluez/bluez/commit/95eb34ee2ee2b7495d9b4f54cc63c0182f24e327
  Author: Vibhav Pant <vibhavp@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M src/device.c

  Log Message:
  -----------
  device: Add method GetServiceRecords

GetServiceRecords returns all currently known BR/EDR service records
for the device, as an array of array of bytes. Each individual byte
array represents a raw SDP record, as defined by the Bluetooth Service
Discovery Protocol spec.
This method is intended to be only used by compatibility layers like
Wine, that need to provide access to raw SDP records to implement the
Win32 Bluetooth API. Applications should instead use the Profile API
for services-related functionality.


  Commit: 44a1930479b70d531b00b88a21a5b11cb732886f
      https://github.com/bluez/bluez/commit/44a1930479b70d531b00b88a21a5b11cb732886f
  Author: Vibhav Pant <vibhavp@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M doc/org.bluez.Device.rst

  Log Message:
  -----------
  org.bluez.Device: Add documentation for GetServiceRecords()


  Commit: 7104f37735cd74ef57a4e18d61e6f55a99edd7a8
      https://github.com/bluez/bluez/commit/7104f37735cd74ef57a4e18d61e6f55a99edd7a8
  Author: Khem Raj <raj.khem@xxxxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M Makefile.mesh
    M mesh/mesh-config-json.c
    R mesh/missing.h
    M mesh/rpl.c
    M mesh/util.c
    M mesh/util.h

  Log Message:
  -----------
  mesh: Move local basename into utility file

Defining an override via a missing.h can prove difficult when a file
needs to use basename and dirname both the APIs and needs to include
libgen.h for them, in such situations there will be signature clash
for basename function.


  Commit: ce6462eba2dbf310728a2ae6b10110032fb39285
      https://github.com/bluez/bluez/commit/ce6462eba2dbf310728a2ae6b10110032fb39285
  Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M profiles/audio/bap.c

  Log Message:
  -----------
  bap: Set bap debug func at broadcast probe

When a Broadcast Sink acting as a Scan Delegator probes a Broadcaster with
the help of a Broadcast Assistant, a new BAP session is added for the
Broadcaster device before additional session information is initialized
(like the bt_bap session). This causes the bap debug func to not be set
in bap_data_add.

This commit adds an explicit call to set the function after the bt_bap
session is created.


Compare: https://github.com/bluez/bluez/compare/7aa245979db6...ce6462eba2db

To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux