From 8430eadc29a03d368bde5ec4258b1cf785b8e5d6 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sat, 4 Sep 2021 19:05:39 -0700 Subject: [PATCH] Release 0.1.17 * Many improvements to WebSocket implementation (#198, #199). WebSocket support is now much more stable, and better tested. The feature is still disabled by default, but is recommended for testing. * Base image updated from Alpine 3.12.7 to 3.14.2 to resolve vulnerabilities found in Alpine. Webdis itself is not at risk, but images *based* on Webdis could be using vulnerable software if they use packages from Alpine 3.12.7. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 5696254..ce6d4f6 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.17-dev" +#define WEBDIS_VERSION "0.1.17" #endif #endif /* VERSION_H */