Skip to content

Commit 38f7dc9

Browse files
committed
Update changelog
1 parent 7111c2f commit 38f7dc9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.dockerignore

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# ignore dockerfiles
22
.dockerignore
3-
Dockerfile
4-
Dockerfile_armv6l
5-
Dockerfile_armv7l
6-
Dockerfile-armhf
7-
Dockerfile-aarch64
3+
Dockerfile*
84
.git
95
.editorconfig
106
.gitignore
@@ -13,5 +9,5 @@ node_modules
139
bin
1410
db
1511
src/webserver/public/libs
16-
checkDeployment.sh
1712
*.log
13+
_site

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Changes from 0.1.0 to 0.1.1
22

3-
* Fix respecting the deprecated environment variabes RESTREAMER_USERNAME and RESTREAMER_PASSWORD
3+
* Fix respecting the deprecated environment variables RESTREAMER_USERNAME and RESTREAMER_PASSWORD
44
* Fix links to Github pages
55
* Fix snapshot drift
66
* Fix initialization of environment variables
77
* Minor fixes in logging output
88
* Improve RS_AUDIO setting handling
99
* Rename misleading armhf Dockerfile to arm32v7
10+
* Add Dockerfile for arm32v6
1011

1112
## Changes from 0.1.0-rc7 to 0.1.0
1213

0 commit comments

Comments
 (0)