Skip to content

Commit 3e36627

Browse files
committed
Release 0.3.0
1 parent 250099e commit 3e36627

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ clean-deb:
6767
#
6868
.PHONY: dch
6969
dch: debian/changelog
70-
EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream
70+
EDITOR=true gbp dch --commit --debian-branch=main --release --dch-opt=--upstream --multimaint-merge
7171

7272
.PHONY: deb
7373
deb: debian

debian/NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
radxa-otgutils (0.3.0) stable; urgency=medium
2+
3+
radxa-otgutils was never supposed to be enabled and started on boot by
4+
default. However, due to systemd enables all units according to the default
5+
preset policy [1], they were nevertheless enabled by default.
6+
7+
Currently there is an issue where some services (like radxa-adbd) cannot be
8+
enabled on mutiple UDC controllers. As such, existing services are updated to
9+
take an UDC controller parameter to bind to that device. This has the side
10+
effect that now services won't be enabled on first boot (due to missing
11+
parameter).
12+
13+
rsetup > 0.3.44 contains the support to manage radxa-otgutils' services.
14+
15+
1: https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html
16+
17+
-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
radxa-otgutils (0.3.0) stable; urgency=medium
2+
3+
[ ZHANG Yuntian ]
4+
* Remove symlinks
5+
* feat; update CI
6+
* fix: fix issues found by pre-commit
7+
* fix: suppress lintian warning
8+
9+
[ dependabot[bot] ]
10+
* Bump actions/checkout from 3 to 4
11+
* Bump actions/upload-artifact from 3 to 4
12+
* Bump actions/download-artifact from 3 to 4
13+
14+
[ CodeChenL ]
15+
* Add multi-UDC support (#7)
16+
* Extended sleep time to fix adbd startup failure
17+
18+
-- "Radxa Computer Co., Ltd" <[email protected]> Tue, 30 Jan 2024 16:39:56 +0800
19+
120
radxa-otgutils (0.2.2) stable; urgency=medium
221

322
[ ZHANG Yuntian ]

0 commit comments

Comments
 (0)