preparations for next version
This commit is contained in:
parent
c603132bed
commit
e113e51e7f
3 changed files with 12 additions and 2 deletions
10
ChangeLog
10
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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue