diff --git a/Makefile b/Makefile index a3a28ff..af68a89 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..9b387c1 --- /dev/null +++ b/debian/NEWS @@ -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" Tue, 30 Jan 2024 16:39:56 +0800 diff --git a/debian/changelog b/debian/changelog index b118dfa..e328c3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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" Tue, 30 Jan 2024 16:39:56 +0800 + radxa-otgutils (0.2.2) stable; urgency=medium [ ZHANG Yuntian ]