Files
eturnal/eturnal.changes

132 lines
4.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Dec 16 19:19:42 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.7.0
- Added
- Introduce the listen option proxy_protocol for enabling
HAproxy protocol (version 1 and 2) support (#18).
- Changed
- Binary release: Update Erlang/OTP from 24.1.7 to 24.2.
- Binary release: Update OpenSSL from 1.1.1l to 1.1.1m.
- Binary release: Link asn1 and crypto NIFs statically into
BEAM.
- Binary release: Reduce size by a few MiB by omitting a test
suite file.
- Binary release: Don't forget to strip ERTS binaries.
- Fixed
- Don't crash when multiple secrets are configured on
Erlang/OTP 23 or later.
-------------------------------------------------------------------
Sat Dec 4 18:38:34 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.6.0
- Added
- Add eturnalctl credentials and eturnalctl password commands
for generating ephemeral TURN credentials.
- Support the listen option transport: auto for accepting
unencrypted TCP and TLS connections on the same port (thanks
to Annika Hannig). Requires Erlang/OTP 23 or later.
-------------------------------------------------------------------
Wed Nov 3 14:26:33 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.5.0
- Added
- Allow for specifying a list of shared secrets in order to
facilitate key rollover (#16).
- Improve UDP receive performance.
- Reduce risk of UDP packet loss.
- Fixed
- Handle the case where a tls_crt_file but no tls_key_file is
specified (by assuming the tls_crt_file includes both the
certificate and the key).
- Don't forget to check for new PEM files on reload if the
configuration wasn't modified (#17).
- skip packaging the ebin directory all those files are covered in
the library dir anyway
-------------------------------------------------------------------
Mon Oct 11 19:53:16 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.4.6
- Changed
- Don't abort (but log an appropriate warning) if TURN is
enabled without a shared secret.
- Drop the runtime dependency on the openssl command for
generating self-signed certificates.
- Binary release: Update Erlang/OTP from 23.2 to 24.1.2.
- Binary release: Update OpenSSL from 1.1.1i to 1.1.1l.
- Removed
- Drop the mod_example module.
-------------------------------------------------------------------
Mon Feb 1 16:19:38 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- make sure eturnal restarts when epmd is restarted
-------------------------------------------------------------------
Thu Jan 28 20:49:02 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.4.5
- Changed
- Don't include timestamp when logging to the systemd journal.
- Fixed
- Let eturnalctl sessions cope with non-latin characters in
user names.
- Binary release: Let eturnalctl remote_console actually
connect to the running eturnal instance.
-------------------------------------------------------------------
Mon Jan 25 20:14:35 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- we no longer need the perl patching
-------------------------------------------------------------------
Mon Jan 25 14:09:22 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- create homedir
-------------------------------------------------------------------
Mon Jan 25 13:22:59 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- switch to rebar3 for all distros
-------------------------------------------------------------------
Sun Jan 24 21:17:11 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- build with rebar3 on TW
-------------------------------------------------------------------
Sun Jan 24 17:03:31 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- replace the rebar3 part of noinflux.patch with HEAD.patch (this
patch can be removed in the next release)
noinflux.patch is only needed when building with rebar2
-------------------------------------------------------------------
Sun Jan 24 03:15:09 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- prepare building with rebar3
While this builds the package successfully the resulting package
will fail to load system libraries. To be investigated with
upstream at a later point.
- add patch use_distro_path.patch
adapt config for rebar 3 build to use our user and paths.
-------------------------------------------------------------------
Sat Jan 23 13:02:12 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.4.4
- Changed
- Reject Teredo and 6to4 peers unconditionally.
- Reject 0.0.0.0/8 and ::/128 peers unconditionally.
- Fixed
- Never request certificates from TLS clients.
- refreshed noinflux.patch
-------------------------------------------------------------------
Mon Jan 11 11:18:43 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- initial package