diff --git a/ChangeLog b/ChangeLog index 884d742b..b1bb1f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ - bug fix: under bad network conditions chat messages were randomly repeated +- bug fix: in case the server was shutdown and restarted during a connection, + the channel name was not updated correctly at the server + +- updates for help texts + +- new design for fader tag + +- new server features: for chat messages the time stamp is also shown, parsing + of existing log file supported + 3.0.1 diff --git a/configure.in b/configure.in index b40114bc..64c9d7ee 100755 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) AC_INIT(src/main.cpp) -AM_INIT_AUTOMAKE(llcon,3.0.2cvs) +AM_INIT_AUTOMAKE(llcon,3.0.2) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 9cd1836f..acf7a583 100755 --- a/src/global.h +++ b/src/global.h @@ -43,7 +43,7 @@ // version and application name (always use this version) #undef VERSION -#define VERSION "3.0.2cvs" +#define VERSION "3.0.2" #define APP_NAME "llcon" // file name for logging file