diff --git a/CHANGES.md b/CHANGES.md index 65bb5cb..464054f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 20.1.1 -- 2020-12-26 +* Change hostname to "tx-pi" if the host uses the default hostname "raspberrypi" +* Remove obsolete packages automatically + ## 20.1.0 -- 2020-07-21 * Removed support for Debian Jessie (v8) * Added support for Debian Buster (v10) diff --git a/setup/tx-pi-setup.sh b/setup/tx-pi-setup.sh index 437abbb..c84be96 100644 --- a/setup/tx-pi-setup.sh +++ b/setup/tx-pi-setup.sh @@ -28,7 +28,7 @@ set -ue # Schema: YY..minor(.dev)? # See for details -TX_PI_VERSION='20.1.1-dev' +TX_PI_VERSION='20.1.1' DEBUG=false ENABLE_SPLASH=true