From 7327c3426e5fbc2d53446c9df3985dd76c9d6d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 Jul 2018 09:59:13 +0200 Subject: New upstream version 2.0.1 --- changelog | 3 +++ configure.ac | 2 +- doc/bitz-server.conf.man | 2 +- lib/spdlog/common.h | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index edecea6..62f726d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +2.0.1 - 11th July 2018 + * Fix spelling mistakes + 2.0.0 - 15th June 2018 * Use spdlog instead of log4cpp as the logger (issue #6) diff --git a/configure.ac b/configure.ac index 199e35a..c594e34 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([bitz-server], [2.0.0], [https://github.com/uditha-atukorala/bitz-server/issues]) +AC_INIT([bitz-server], [2.0.1], [https://github.com/uditha-atukorala/bitz-server/issues]) AC_CONFIG_AUX_DIR([aux-build]) AC_CONFIG_MACRO_DIR([aux-build/m4]) AC_CONFIG_HEADERS([include/config.h]) diff --git a/doc/bitz-server.conf.man b/doc/bitz-server.conf.man index 6bac421..ec4ca34 100644 --- a/doc/bitz-server.conf.man +++ b/doc/bitz-server.conf.man @@ -7,7 +7,7 @@ bitz-server.conf \- bitz-server configuration file .BR bitz-server (1) obtains configuration data from a config file, the location of which is specified at compile-time and can be overridden by command-line options during run-time. -.SS Grammer +.SS Grammar Below is the BNF grammar for configuration files. Comments and include directives are not part of the grammar, so they are not included here. See libconfig manual at http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-File-Grammar diff --git a/lib/spdlog/common.h b/lib/spdlog/common.h index e02cb0b..3731c92 100644 --- a/lib/spdlog/common.h +++ b/lib/spdlog/common.h @@ -183,6 +183,6 @@ using filename_t = std::string; } \ catch (...) \ { \ - _err_handler("Unknown exeption in logger"); \ + _err_handler("Unknown exception in logger"); \ } } // namespace spdlog -- cgit v1.2.3