We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d221b2 commit bd5a2d5Copy full SHA for bd5a2d5
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 20.1.1 -- 2020-12-26
4
+* Change hostname to "tx-pi" if the host uses the default hostname "raspberrypi"
5
+* Remove obsolete packages automatically
6
+
7
## 20.1.0 -- 2020-07-21
8
* Removed support for Debian Jessie (v8)
9
* Added support for Debian Buster (v10)
setup/tx-pi-setup.sh
@@ -28,7 +28,7 @@
28
set -ue
29
# Schema: YY.<release-number-within-the-year>.minor(.dev)?
30
# See <https://calver.org/> for details
31
-TX_PI_VERSION='20.1.1-dev'
+TX_PI_VERSION='20.1.1'
32
33
DEBUG=false
34
ENABLE_SPLASH=true
0 commit comments