From cdb86abac1eb48bf57f7e3a041a4d89f85bcb4b6 Mon Sep 17 00:00:00 2001 From: Chance Callahan Date: Mon, 17 Jan 2022 21:55:13 -0500 Subject: [PATCH] RPM is now tracking v1.5.3 (#109) --- rpm/ptero-wings.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rpm/ptero-wings.spec b/rpm/ptero-wings.spec index 402c4b3..124af83 100644 --- a/rpm/ptero-wings.spec +++ b/rpm/ptero-wings.spec @@ -1,5 +1,5 @@ Name: ptero-wings -Version: 1.5.0 +Version: 1.5.3 Release: 1%{?dist} Summary: The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind. BuildArch: x86_64 @@ -91,6 +91,13 @@ rm -rf /var/log/pterodactyl wings --version %changelog +* Wed Oct 27 2021 Capitol Hosting Solutions Systems Engineering - 1.5.3-1 +- specfile by Capitol Hosting Solutions, Upstream by Pterodactyl +- Rebased for https://github.com/pterodactyl/wings/releases/tag/v1.5.3 +- Fixes improper event registration and error handling during socket authentication that would cause the incorrect error message to be returned to the client, or no error in some scenarios. Event registration is now delayed until the socket is fully authenticated to ensure needless listeners are not registed. +- Fixes dollar signs always being evaluated as environment variables with no way to escape them. They can now be escaped as $$ which will transform into a single dollar sign. +- A websocket connection to a server will be closed by Wings if there is a send error encountered and the client will be left to handle reconnections, rather than simply logging the error and continuing to listen for new events. + * Sun Sep 12 2021 Capitol Hosting Solutions Systems Engineering - 1.5.0-1 - specfile by Capitol Hosting Solutions, Upstream by Pterodactyl - Rebased for https://github.com/pterodactyl/wings/releases/tag/v1.5.0