Changelog for
ubertooth-devel-2020.12.R1-22.68.i586.rpm :
* Sat Dec 26 2020 Martin Hauke
- Update to version 2020-12-R1
* Bluetooth classic sniffing and link layer - An entirely new firmware built specifically for sniffing classic Bluetooth connections. Also contains code to act as a basic classic Bluetooth device, including l2ping, inquiry scanning, and page scanning. Check out ubertooth-btbr and the corresponding firmware/btbr directory. Many thanks to AATTeti1 for this.
* Christmas lights - Check out ubertooth-util -x for a holiday light display that\'s sure to put a seasonal smile on your face.
* Python 3 - A long time coming, Ubertooth and libbtbb finally support Python 3. All aspects of this release, including the spectrum analyzer GUI, should work on all modern distros.
* Bug fixes - ubertooth-btle should no longer freeze in areas of heavy traffic. Time discontinuities in PCAP files are no longer present. Finally ubertooth-btle\'s faux slave mode now supports packets longer than 32 bytes.
* USB API version - As with the previous release, we are using USB API versioning to improve the experience of failures due to mismatched firmware and host code. As of this release, the USB API has been bumped to 1.07. If the Ubertooth tools complain that your firmware is out of date, please update your firmware.- Reintroduced support for specan(-ui)
* Wed Sep 23 2020 Martin Hauke - Drop support for specan - it still does not support python3- Add \"-fcommon\" to CFLAGS to workaround gcc compilation errors
* Wed Dec 05 2018 mardnhAATTgmx.de- Update to version 2018-12-R1
* Trigger an Uberducky with ubertooth-ducky
* Bugfixes in ubertooth-btle slave mode
* Improvements to spectrum analyzer UI
* USB API version bumped to 1.06
* Wed Aug 08 2018 mardnhAATTgmx.de- Update to version 2018-08-R1
* Support for partial channel map updates
* LE no-follow mode (advertising packets only)
* USB API version bumped to 1.04
* Wed Jun 27 2018 mardnhAATTgmx.de- Update to version 2018-06-R1
* Brand new LE sniffing engine
* Support for partial channel maps and channel map updates during connection
* Support for connection updates has been lost, but will be re-added in a future release
* Packet filtering with ubertooth-btle -t will filter advertising packets in addition to connections
* USB API version bumped to 1.03
* Thu May 25 2017 mardnhAATTgmx.de- Use %cmake macro
* Sun Apr 23 2017 mardnhAATTgmx.de- Update group handling
* Sat Apr 15 2017 mardnhAATTgmx.de- Add udev-development package to buildtime-dependencies This fixes building on Leap 42.1- Move udev rules to uhd-udev package according to shared library- Use %__isa_bits macro for detection of 64-bit platforms
* Thu Apr 13 2017 mardnhAATTgmx.de- Update to version 2017-03-R2 (tagged release)- specfile cleanup
* Mon Mar 13 2017 mardnhAATTgmx.de- Update to version 2017.03.R1.git1489438004.11858dd:
* Cleanup release archive a little more
* Remove excess new line to make output neater
* Update release script to clean repository
* Increment major version number due to backwards incompatibility
* host: make it way more obvious that PCAP function can fail silently
* host: change char to int for small signed integers
* usb: rssi types are int8_t instead of char
* Fix version number setting in release script
* host: use average RSSI when calculating signal in LE
* Increment SO version
* Update readme to reflect release version
* host: improve usage message in ubertooth-util
* doc: better help text for ubertooth-rx and ubertooth-specan
* host: improve ubertooth-dfu help message
* host: improve ubertooth-scan help message
* host: improve ubertooth-afh help message
* doc: add manpages for most commands
* host: improve ubertooth-tx help and indicate that it is non functional
* doc: remove unsupported ubertooth-tx command
* Add specan documentation
* Add cmake structure to install manuals
* Add readme for manuals
* Correct typo in ubertooth-specan manual
* Improve ubertooth-debug help text
* Fix another error from copy&pasting of manuals