logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 50c929db97582164502bc83785a887cd2bcb0e8e
parent eb53f6a414e701439038dc1f84cb96dfb810f870
Author: Frederic Cambus <fred@statdns.com>
Date:   Sun,  5 Aug 2018 00:05:51 +0200

Logswan 2.0.2 release

Diffstat:
M.travis.yml | 2+-
MCMakeLists.txt | 4++--
Msrc/config.c | 4++--
Msrc/config.h | 6+++---
Msrc/logswan.c | 4++--
Msrc/output.c | 4++--
Msrc/output.h | 4++--
Msrc/parse.c | 4++--
Msrc/parse.h | 4++--
9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -20,7 +20,7 @@ addons: coverity_scan: project: name: "fcambus/logswan" - version: 2.0.1 + version: 2.0.2 description: "Fast Web log analyzer using probabilistic data structures" notification_email: fred@statdns.com build_command_prepend: cmake . diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,11 +1,11 @@ ############################################################################### # # -# Logswan 2.0.1 # +# Logswan 2.0.2 # # Copyright (c) 2015-2018, Frederic Cambus # # https://www.logswan.org # # # # Created: 2015-05-31 # -# Last Updated: 2018-06-27 # +# Last Updated: 2018-08-05 # # # # Logswan is released under the BSD 2-Clause license. # # See LICENSE file for details. # diff --git a/src/config.c b/src/config.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-06-27 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/config.h b/src/config.h @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-06-27 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ @@ -15,7 +15,7 @@ #ifndef CONFIG_H #define CONFIG_H -#define VERSION "Logswan 2.0.1" +#define VERSION "Logswan 2.0.2" enum { HLL_BITS = 20, diff --git a/src/logswan.c b/src/logswan.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-08-03 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/output.c b/src/output.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-06-27 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/output.h b/src/output.h @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-08-03 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/parse.c b/src/parse.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-06-27 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/parse.h b/src/parse.h @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 2.0.1 */ +/* Logswan 2.0.2 */ /* Copyright (c) 2015-2018, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2018-06-27 */ +/* Last Updated: 2018-08-05 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */