logswan

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

commit c1b42e7dc0c955838b350c4b49236ac4ddefb32a
parent 8c031ecedaf7824200d447070c6b5a872098db60
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 14 Feb 2017 14:28:36 +0100

Logswan 1.07 release

Diffstat:
MCMakeLists.txt | 4++--
Mlogswan.1 | 2+-
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/CMakeLists.txt b/CMakeLists.txt @@ -1,11 +1,11 @@ ############################################################################### # # -# Logswan 1.06 # +# Logswan 1.07 # # Copyright (c) 2015-2017, Frederic Cambus # # https://www.logswan.org # # # # Created: 2015-05-31 # -# Last Updated: 2017-02-07 # +# Last Updated: 2017-02-14 # # # # Logswan is released under the BSD 2-Clause license. # # See LICENSE file for details. # diff --git a/logswan.1 b/logswan.1 @@ -24,7 +24,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 9 2017 $ +.Dd $Mdocdate: February 14 2017 $ .Dt LOGSWAN 1 .Os .Sh NAME diff --git a/src/config.c b/src/config.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06" +#define VERSION "Logswan 1.07" enum { HLL_BITS = 20, diff --git a/src/logswan.c b/src/logswan.c @@ -1,11 +1,11 @@ /*****************************************************************************/ /* */ -/* Logswan 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* 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 1.06 */ +/* Logswan 1.07 */ /* Copyright (c) 2015-2017, Frederic Cambus */ /* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-02-07 */ +/* Last Updated: 2017-02-14 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */