From 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Tue, 15 Apr 2014 13:15:16 +0200 Subject: version bump 0.18 --- debian/changelog | 8 ++++++++ vchat-client.sgml | 4 ++-- vchat-config.h | 2 +- vchat-ui.c | 2 +- vchatrc.ex | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17e8bf7..1c5752f 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vchat-client (0.18-1) unstable; urgency=high + + * updated to use TLSv1 or later + * improved SSL error reporting + * report SSL cipher used + + -- Andreas Kotes Tue, 15 Apr 2014 13:09:23 +0200 + vchat-client (0.15-2) unstable; urgency=low * changed debian/rules using "make install" diff --git a/vchat-client.sgml b/vchat-client.sgml index 4b4f130..6b35fe1 100755 --- a/vchat-client.sgml +++ b/vchat-client.sgml @@ -101,7 +101,7 @@ overridden in the configfile. from -set from (default "vc-alpha-0.15") +set from (default "vc-alpha-0.18") @@ -144,7 +144,7 @@ configure the behavior of vchat-client -Sets the from (default is "vc-alpha-0.15") +Sets the from (default is "vc-alpha-0.18") diff --git a/vchat-config.h b/vchat-config.h index 8392d18..d2f29a0 100755 --- a/vchat-config.h +++ b/vchat-config.h @@ -29,7 +29,7 @@ extern unsigned int hscroll; static volatile configoption configoptions[] = { /* config-option type name in file default value value localvar */ {CF_NICK, CO_STR, "nick", NULL, NULL, { NULL } }, - {CF_FROM, CO_STR, "from", "vc-alpha-0.17", NULL, { NULL } }, + {CF_FROM, CO_STR, "from", "vc-alpha-0.18", NULL, { NULL } }, {CF_SERVERHOST, CO_STR, "host", "localhost", NULL, { NULL } }, {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } }, {CF_CIPHERSUITE, CO_STR, "ciphers", "HIGH:MEDIUM", NULL, { NULL } }, diff --git a/vchat-ui.c b/vchat-ui.c index f3e5af5..f8bcc45 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -40,7 +40,7 @@ char *vchat_ui_version = "$Id$"; /* externally used variables */ /* current string in topic window */ -char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; +char topicstr[TOPICSTRSIZE] = "[] VChat 0.18"; /* current string in console window */ char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; diff --git a/vchatrc.ex b/vchatrc.ex index cb399a3..5d2a98f 100755 --- a/vchatrc.ex +++ b/vchatrc.ex @@ -4,7 +4,7 @@ #nick = noname # Auto-set from-tag during login -#from = vc-alpha-0.15 +#from = vc-alpha-0.18 # Server-host to connect to #host = pulse.flatline.de -- cgit v1.2.3