- Fix Raspberry Pi 1-4 SPI backend detection OBS-URL: https://build.opensuse.org/package/show/electronics/brickd?expand=0&rev=21
116 lines
5.2 KiB
Plaintext
116 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 30 19:07:27 UTC 2024 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- New Version 2.4.7
|
|
- Fix Raspberry Pi 1-4 SPI backend detection
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 3 16:18:59 UTC 2024 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- New Version 2.4.6
|
|
- Adapt to Raspberry Pi 5 GPIO pin numbering changes
|
|
- Use libgpiod for GPIO pin access on Linux
|
|
- Change runstatedir default from /var/run to /run on Linux
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 21:41:45 UTC 2023 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- New Version 2.4.5
|
|
- Add Raspberry Pi 5 support for HAT (Zero) Brick
|
|
- Fix rare crash in initial USB device scan
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 21 08:30:28 UTC 2023 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- Fix build error with conflicting strcasestr definition
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 26 14:55:35 UTC 2023 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- Fixed brickd-rpmlintrc source reference in spec file
|
|
removed upstream patch a679ca31b8dbd412e5f379b624200e3a96dda0ce.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:46:20 UTC 2023 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- New Version 2.4.4
|
|
- Add menu entry to clear Live Log in Windows Log Viewer
|
|
- Abort delayed USB stall recovery if device was removed in the meantime
|
|
- Add rate limit for Bricklet error messages
|
|
- Increase libusb requirement from 1.0.6 to 1.0.20
|
|
- Allow to disable mesh gateway
|
|
- Update bundled libusb to 1.0.26.11755 on Windows (Windows Vista or newer
|
|
required) and macOS
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 23 14:23:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add a679ca31b8dbd412e5f379b624200e3a96dda0ce.patch for RISCV support
|
|
- spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 25 11:21:31 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Added hardening to systemd service(s). Added patch(es):
|
|
* harden_brickd-resume.service.patch
|
|
* harden_brickd.service.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 10 20:06:30 UTC 2020 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- Update to new upstream version 2.4.3:
|
|
- Properly shutdown subsystems on Ctrl+C instead of abruptly exiting on Windows
|
|
- Rotate persistent log file on Windows and limit its total size to 25 MB
|
|
- Add commandline options to override log and config file location on Windows
|
|
- Colorize Log Viewer live log messages on Windows
|
|
- Reword Log Viewer messages to be less ambiguous on Windows
|
|
- Add build option to work without a device file manager such as udevd on Linux
|
|
- Allow to handle more then 6 USB devices on Windows
|
|
- Use BCM2835 library for SPI connected Bricklets on Raspberry Pi to improve
|
|
performance and work around SPI chip select conflict between Linux kernel 5.4
|
|
and HAT Brick firmware < 2.0.2
|
|
- Improve log messages related to HAT (Zero) Brick on Linux
|
|
- Fix SPI hardware chip select usage on Linux
|
|
- Allow to fully static link brickd for Docker container usage on Linux
|
|
- Switch Debian package build to debhelper and drop SysV init support
|
|
- Improve USB transfer error logging and stall error recovery
|
|
- Fix SPI clock for HAT (Zero) Brick on Linux, if core_freq differs from 250 MHz
|
|
- Add config option to override SPI backend detection
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 5 10:26:41 UTC 2020 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
|
|
|
- Update to new upstream version 2.4.1:
|
|
- Rename bundled libusb to avoid potential collision with system libusb on macOS
|
|
- Add missing network dependency to systemd service on Linux
|
|
- Make sleep time between SPI reads for HAT (Zero) Brick configurable
|
|
- Add experimental support for HAT (Zero) Brick (SPI connected Bricklets) on
|
|
Windows 10 IoT Core, disabled by default due to missing HAT detection
|
|
- Notarize Brick Daemon app to make it ready for macOS 10.15
|
|
- remove integrated upstream patches
|
|
0001-Makefile-Support-DESTDIR-variable.patch
|
|
0001-use-RPM_OPT_FLAGS-in-rpm-package-builds.patch
|
|
0001-systemd-unit-files-are-always-in-prefix-lib-systemd.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 30 18:04:15 UTC 2019 - Frank Kunz <frank@kunz-im-inter.net>
|
|
|
|
- added doc files
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 25 16:13:46 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
|
|
|
- use download_files in disabled mode to make the package suitable for
|
|
inclusion in the distro
|
|
- buildrequire pkgconfig files to OBS chooses the right package
|
|
- backport DESTDIR support (0001-Makefile-Support-DESTDIR-variable.patch)
|
|
- use optflags for compiling
|
|
(0001-use-RPM_OPT_FLAGS-in-rpm-package-builds.patch)
|
|
- fix path of systemd unit files in the Makefile already
|
|
(0001-systemd-unit-files-are-always-in-prefix-lib-systemd.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 23 20:04:30 UTC 2019 - Frank Kunz <frank@kunz-im-inter.net>
|
|
|
|
- release 2.4.0
|