Skip to content

Commit cf2be07

Browse files
committed
Update changelog
1 parent c1afc40 commit cf2be07

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
- Fix crash when calling `Stream.RemoveStream`
1313
- Fix typo in `changelog.md` (PR #1328)
1414
- Fix typo in `configuration.md` (PR #1329)
15+
- Update to AixLog v1.5.1, flushing log lines (PR #1332)
1516

1617
### General
1718

1819
- Add more doxygen documentation
1920

20-
_Johannes Pohl <[email protected]> Tue, 21 Jan 2025 00:13:37 +0200_
21+
_Johannes Pohl <[email protected]> Thu, 23 Jan 2025 00:13:37 +0200_
2122

2223
## Version 0.30.0
2324

server/etc/snapserver.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
# relative path are searched for in the current path and in "/etc/snapserver/certs"
5555

5656
# Certificate file in PEM format
57-
# certificate =
57+
#certificate =
5858

5959
# Private key file in PEM format
60-
# certificate_key =
60+
#certificate_key =
6161

6262
# Password for decryption of the certificate_key (only needed for encrypted certificate_key file)
63-
# key_password =
63+
#key_password =
6464

6565
#
6666
###############################################################################
@@ -167,7 +167,7 @@ doc_root = /usr/share/snapserver/snapweb
167167
source = pipe:///tmp/snapfifo?name=default
168168

169169
# Plugin directory, containing scripts, referred by "controlscript"
170-
# plugin_dir = /usr/share/snapserver/plug-ins
170+
#plugin_dir = /usr/share/snapserver/plug-ins
171171

172172
# Default sample format: <sample rate>:<bits per sample>:<channels>
173173
#sampleformat = 48000:16:2

0 commit comments

Comments
 (0)