Skip to content

Commit

Permalink
Bump version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Nov 14, 2020
1 parent 851ec8f commit 5f59068
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change log

This change log will be updated whenever a new official release is made

## Build 16 (Nov 14 2020)

* Include `senddsq`, a tool for sending DiseqC sequences
* Use Docker to build new releases, provides a stable reproduceable environment
* Remove tvheadend and Python support in an attempt to make this easier to maintain
* Improve build speed by using multi-threading and more efficient file operations
* Update minisatip to 1.0.4 (`1.0.4-eef7333`), now using upstream directly instead of a fork
* Disable SAT>IP client support in minisatip
* Include iperf3 for debugging ethernet capacity issues
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD=15
BUILD=16
VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD)
CPUS=$(shell nproc)
CURDIR=$(shell pwd)
Expand Down

0 comments on commit 5f59068

Please sign in to comment.