summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-07-13 21:06:25 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-07-13 21:06:25 +0200
commitfdb2a88a5eb656462840b74de01e9e098c520fa5 (patch)
tree89ff265855fd9e9c65753df7200a5c681171d743 /debian/changelog
parentreplaced openssl with gnutls (diff)
downloaddiscord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.gz
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.bz2
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.lz
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.xz
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.zst
discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.zip
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d3fc85f..ab47f57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
discord.c (0.0.3-3) stable; urgency=low
- * replaced the TLS library for libcurl from openssl to gnutls. this should
- fix disord.c getting killed by SIGPIPEs, as referenced by
- https://curl.se/mail/lib-2013-06/0007.html
+ * replaced the TLS library for libcurl from openssl to gnutls. this should fix disord.c getting killed by SIGPIPEs, as referenced by https://curl.se/mail/lib-2013-06/0007.html
+ * added the // command for escaping slashes. you can now send
+ messages starting with a slash to the server by using two slashes.
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 13 Jul 2021 15:20:00 +0200
discord.c (0.0.3-2) stable; urgency=low