Skip to content

Commit b852258

Browse files
committed
udm-boot 1.0.4
1 parent d4d4978 commit b852258

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

on-boot-script/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
unifi-os shell
3737
```
3838

39-
2. Download [udm-boot_1.0.3_all.deb](packages/udm-boot_1.0.3_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev
39+
2. Download [udm-boot_1.0.3_all.deb](packages/udm-boot_1.0.4_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev
4040

4141
```bash
42-
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.3_all.deb
43-
dpkg -i udm-boot_1.0.3_all.deb
42+
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.4_all.deb
43+
dpkg -i udm-boot_1.0.4_all.deb
4444
exit
4545
```
4646

@@ -53,6 +53,11 @@
5353

5454
## Version History
5555

56+
### 1.0.4
57+
58+
* Fix 600s timeout issues
59+
* Fix rc.d policy issue
60+
5661
### 1.0.3
5762

5863
* Fix not working after firmware upgrade

on-boot-script/dpkg-build-files/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
udm-boot (1.0.4) stable; urgency=medium
2+
3+
* fix timeout after 600s
4+
* fix rc.d policy error
5+
6+
-- ntkme <i@ntk.me> Fri, 29 Jan 2021 17:13:27 -0800
7+
18
udm-boot (1.0.3) unstable; urgency=high
29

310
* fixed on-boot not working after firmware upgrade
File renamed without changes.
3.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)