Skip to content

Commit

Permalink
Add release for v2.1.3
Browse files Browse the repository at this point in the history
This change adds a release for v2.1.3 which fixes a critical issue that
causes the script not to work when network watching is disabled. All
users of v2.1.x are advised to upgrade to this version.
  • Loading branch information
fabianishere committed Apr 16, 2022
1 parent d7dae9b commit f0a410c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ On the UniFi Dream Machine (Pro), use `unifi-os shell` to enter UniFi OS from
within UbiOS.
```bash
# Download udm-iptv package
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.2/udm-iptv_2.1.2_all.deb
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.3/udm-iptv_2.1.3_all.deb
# Download a recent igmpproxy version
curl -O -L http://ftp.debian.org/debian/pool/main/i/igmpproxy/igmpproxy_0.3-1_arm64.deb
# Update APT sources and install dialog package for interactive install
apt update && apt install dialog
# Install udm-iptv and igmpproxy
apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.2_all.deb
apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.3_all.deb
```

It may be possible that `apt` reports a warning after installation (like shown below),
Expand Down Expand Up @@ -206,8 +206,8 @@ of the package and installing it via `apt`. The service should automatically
restart after upgrading.

```bash
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.2/udm-iptv_2.1.2_all.deb
apt install ./udm-iptv_2.1.2_all.deb
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.3/udm-iptv_2.1.3_all.deb
apt install ./udm-iptv_2.1.3_all.deb
```

### Removal
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
udm-iptv (2.1.3) stable; urgency=high

* Fix script for users that do not use watch functionality
* Fix PostTV profile

-- Fabian Mastenbroek <[email protected]> Sat, 16 Apr 2022 12:15:00 +0100

udm-iptv (2.1.2) stable; urgency=medium

* Fix DHCP disable option.
Expand Down

0 comments on commit f0a410c

Please sign in to comment.