summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/changelog8
-rwxr-xr-xvchat-client.sgml4
-rwxr-xr-xvchat-config.h2
-rwxr-xr-xvchat-ui.c2
-rwxr-xr-xvchatrc.ex2
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 @@
1vchat-client (0.18-1) unstable; urgency=high
2
3 * updated to use TLSv1 or later
4 * improved SSL error reporting
5 * report SSL cipher used
6
7 -- Andreas Kotes <count@flatline.de> Tue, 15 Apr 2014 13:09:23 +0200
8
1vchat-client (0.15-2) unstable; urgency=low 9vchat-client (0.15-2) unstable; urgency=low
2 10
3 * changed debian/rules using "make install" 11 * 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.</para></listitem>
101 101
102<varlistentry> 102<varlistentry>
103<term><option>-f</option> <replaceable>from</replaceable></term> 103<term><option>-f</option> <replaceable>from</replaceable></term>
104<listitem><para>set from (default "vc-alpha-0.15")</para></listitem> 104<listitem><para>set from (default "vc-alpha-0.18")</para></listitem>
105</varlistentry> 105</varlistentry>
106 106
107<varlistentry> 107<varlistentry>
@@ -144,7 +144,7 @@ configure the behavior of vchat-client</para>
144 144
145<varlistentry> 145<varlistentry>
146<term><option>from</option></term> 146<term><option>from</option></term>
147<listitem><para>Sets the from (default is "vc-alpha-0.15")</para></listitem> 147<listitem><para>Sets the from (default is "vc-alpha-0.18")</para></listitem>
148</varlistentry> 148</varlistentry>
149 149
150<varlistentry> 150<varlistentry>
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;
29static volatile configoption configoptions[] = { 29static volatile configoption configoptions[] = {
30/* config-option type name in file default value value localvar */ 30/* config-option type name in file default value value localvar */
31 {CF_NICK, CO_STR, "nick", NULL, NULL, { NULL } }, 31 {CF_NICK, CO_STR, "nick", NULL, NULL, { NULL } },
32 {CF_FROM, CO_STR, "from", "vc-alpha-0.17", NULL, { NULL } }, 32 {CF_FROM, CO_STR, "from", "vc-alpha-0.18", NULL, { NULL } },
33 {CF_SERVERHOST, CO_STR, "host", "localhost", NULL, { NULL } }, 33 {CF_SERVERHOST, CO_STR, "host", "localhost", NULL, { NULL } },
34 {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } }, 34 {CF_SERVERPORT, CO_STR, "port", "2325", NULL, { NULL } },
35 {CF_CIPHERSUITE, CO_STR, "ciphers", "HIGH:MEDIUM", NULL, { NULL } }, 35 {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$";
40 40
41/* externally used variables */ 41/* externally used variables */
42/* current string in topic window */ 42/* current string in topic window */
43char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; 43char topicstr[TOPICSTRSIZE] = "[] VChat 0.18";
44/* current string in console window */ 44/* current string in console window */
45char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; 45char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands";
46 46
diff --git a/vchatrc.ex b/vchatrc.ex
index cb399a3..5d2a98f 100755
--- a/vchatrc.ex
+++ b/vchatrc.ex
@@ -4,7 +4,7 @@
4#nick = noname 4#nick = noname
5 5
6# Auto-set from-tag during login 6# Auto-set from-tag during login
7#from = vc-alpha-0.15 7#from = vc-alpha-0.18
8 8
9# Server-host to connect to 9# Server-host to connect to
10#host = pulse.flatline.de 10#host = pulse.flatline.de