Update changelog.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-09 03:05:07 -05:00
parent 1e3ccd93d5
commit 12452c03b9
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ There have been no new bug fixes since the last stable release.
- We can now write custom Nginx configuration on a per-station basis and automatically reload it on-the-fly without - We can now write custom Nginx configuration on a per-station basis and automatically reload it on-the-fly without
losing any active connections. This allows us to replace our standard `/radio/8000` web proxy URLs with losing any active connections. This allows us to replace our standard `/radio/8000` web proxy URLs with
station-specific `/listen/station_name` ones, among other improvements. station-specific `/listen/station_name` ones, among other improvements. If you are already using the
older `/radio/8000`-style URLs, those will continue to work, and we have no plans to retire them in the near future.
- Since AzuraCast's services are all now accessible via `localhost`, several connections have been switched from TCP/IP - Since AzuraCast's services are all now accessible via `localhost`, several connections have been switched from TCP/IP
to using Unix domain socket files. This not only reduces the number of used ports but improves performance. to using Unix domain socket files. This not only reduces the number of used ports but improves performance.