diff options
author | Andreas Kotes <count@flatline.de> | 2014-04-15 13:15:16 +0200 |
---|---|---|
committer | Andreas Kotes <count@flatline.de> | 2014-04-15 13:15:16 +0200 |
commit | 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c (patch) | |
tree | 0d8925738057bbb0e8f4f5a492541937cdb552ef | |
parent | 962f887a64422c8e0a7f12131d8401211ef8cd74 (diff) |
version bump 0.18
-rwxr-xr-x | debian/changelog | 8 | ||||
-rwxr-xr-x | vchat-client.sgml | 4 | ||||
-rwxr-xr-x | vchat-config.h | 2 | ||||
-rwxr-xr-x | vchat-ui.c | 2 | ||||
-rwxr-xr-x | 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 @@ | |||
1 | vchat-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 | |||
1 | vchat-client (0.15-2) unstable; urgency=low | 9 | vchat-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; | |||
29 | static volatile configoption configoptions[] = { | 29 | static 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 } }, |
@@ -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 */ |
43 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; | 43 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.18"; |
44 | /* current string in console window */ | 44 | /* current string in console window */ |
45 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; | 45 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; |
46 | 46 | ||
@@ -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 |