From: Stephen Finucane Date: Tue, 30 May 2017 21:40:00 +0000 (+0100) Subject: Add missing release for pwclient unicode fixes X-Git-Tag: v2.0.0-rc4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6d409b6f68f67e0b684b87ee2a136a537fdae7;p=thirdparty%2Fpatchwork.git Add missing release for pwclient unicode fixes This was missed in '5e3b234'. Signed-off-by: Stephen Finucane --- diff --git a/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml b/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml new file mode 100644 index 00000000..beed4a83 --- /dev/null +++ b/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + The `pwclient` tool will no longer attempt to re-encode unicode to ascii + bytes, which was a frequent cause of ``UnicodeEncodeError`` exceptions. + Instead, a warning is produced if your environement is not configured for + unicode.