Skip to content

Commit 018ffd4

Browse files
committedJan 27, 2023
Add release for udm-iptv v3.0.0
1 parent dbdc630 commit 018ffd4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
udm-iptv (3.0.0) stable; urgency=medium
2+
3+
* Add helper script for managing the udm-iptv installation
4+
* Add support for impproxy
5+
* Add support for manual static routes
6+
* Fix deprecations in GH Actions workflows
7+
8+
-- Fabian Mastenbroek <mail.fabianm@gmail.com> Mon, 13 Jan 2022 23:00:00 +0000
9+
110
udm-iptv (2.1.4) stable; urgency=medium
211

312
* Overwrite actual file if config file is symlink

‎install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if command -v unifi-os > /dev/null 2>&1; then
1818
exit 1
1919
fi
2020

21-
UDM_IPTV_VERSION=2.1.4
21+
UDM_IPTV_VERSION=3.0.0
2222
IGMPPROXY_VERSION=0.3-1
2323

2424
dest=$(mktemp -d)

0 commit comments

Comments
 (0)
Please sign in to comment.