Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jan 30, 2024
1 parent 250099e commit 3e36627
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ clean-deb:
#
.PHONY: dch
dch: debian/changelog
EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream
EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream --multimaint-merge

.PHONY: deb
deb: debian
Expand Down
17 changes: 17 additions & 0 deletions debian/NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
radxa-otgutils (0.3.0) stable; urgency=medium

radxa-otgutils was never supposed to be enabled and started on boot by
default. However, due to systemd enables all units according to the default
preset policy [1], they were nevertheless enabled by default.

Currently there is an issue where some services (like radxa-adbd) cannot be
enabled on mutiple UDC controllers. As such, existing services are updated to
take an UDC controller parameter to bind to that device. This has the side
effect that now services won't be enabled on first boot (due to missing
parameter).

rsetup > 0.3.44 contains the support to manage radxa-otgutils' services.

1: https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html

-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
radxa-otgutils (0.3.0) stable; urgency=medium

[ ZHANG Yuntian ]
* Remove symlinks
* feat; update CI
* fix: fix issues found by pre-commit
* fix: suppress lintian warning

[ dependabot[bot] ]
* Bump actions/checkout from 3 to 4
* Bump actions/upload-artifact from 3 to 4
* Bump actions/download-artifact from 3 to 4

[ CodeChenL ]
* Add multi-UDC support (#7)
* Extended sleep time to fix adbd startup failure

-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800

radxa-otgutils (0.2.2) stable; urgency=medium

[ ZHANG Yuntian ]
Expand Down

0 comments on commit 3e36627

Please sign in to comment.