From 8c6605d12d6c8fd702a0a1c68dc6bf8e89e969d6 Mon Sep 17 00:00:00 2001 From: totaam Date: Mon, 24 Jan 2022 21:27:45 +0700 Subject: [PATCH] add latest fix to the release notes --- docs/CHANGELOG.md | 1 + packaging/debian/xpra/changelog | 1 + packaging/rpm/xpra.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aa781d3d19..a5511a3177 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,7 @@ * do handle alpha with the new 'jpega' video encoder * handle clipboard data sent using strings (ie: some MS Windows clients) * file transfer errors with legacy packet encoders +* client file upload size warning triggered a formatting error * enable video subregion by default (fix for HTML5 clients) * always initialize the window source fully when the window is mapped * cython csc regression diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index ac6b674859..6682df1d9a 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -16,6 +16,7 @@ xpra (4.3.2-1) UNRELEASED; urgency=low * do handle alpha with the new 'jpega' video encoder * handle clipboard data sent using strings (ie: some MS Windows clients) * file transfer errors with legacy packet encoders + * client file upload size warning triggered a formatting error * enable video subregion by default (fix for HTML5 clients) * always initialize the window source fully when the window is mapped * cython csc regression diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index d2060b535a..74a773b826 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -632,6 +632,7 @@ fi - do handle alpha with the new 'jpega' video encoder - handle clipboard data sent using strings (ie: some MS Windows clients) - file transfer errors with legacy packet encoders +- client file upload size warning triggered a formatting error - enable video subregion by default (fix for HTML5 clients) - always initialize the window source fully when the window is mapped - cython csc regression