Skip to content

Commit 7940719

Browse files
committed
Bump version string in all affected files
1 parent a66d2be commit 7940719

5 files changed

Lines changed: 26 additions & 16 deletions

File tree

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.3.0 - 2026-01-XX
2+
-------------------
3+
4+
* Align fields to new format of Apache
5+
* remove 2nd [client] field lookup
6+
* add lookup for [remote] if [client] does not exist
7+
* Align fields to ne format of Apache
8+
* use [host] field for host if exists
9+
* Modernize Python3 module build
10+
111
v0.2.0 - 2024-06-21
212
-------------------
313
* Get host from 'host' field in case of Nginx log

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This means, we can apply any pull requests from any contributor after the agreem
7474

7575
## Current version
7676

77-
The current version of library is `0.2.0`.
77+
The current version of library is `0.3.0`.
7878

7979
## API
8080

@@ -811,7 +811,7 @@ At the end of the `configure` script run you will see the summary:
811811
```
812812
----------------------------------------------------------------------
813813
814-
msclogparser Version 0.2.0 configuration:
814+
msclogparser Version 0.3.0 configuration:
815815
816816
OS Type Linux
817817
Prefix /usr/local

config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#define PACKAGE_NAME "msclogparser"
7272

7373
/* Define to the full name and version of this package. */
74-
#define PACKAGE_STRING "msclogparser 0.2.0"
74+
#define PACKAGE_STRING "msclogparser 0.3.0"
7575

7676
/* Define to the one symbol short name of this package. */
7777
#define PACKAGE_TARNAME "msclogparser"
@@ -80,15 +80,15 @@
8080
#define PACKAGE_URL ""
8181

8282
/* Define to the version of this package. */
83-
#define PACKAGE_VERSION "0.2.0"
83+
#define PACKAGE_VERSION "0.3.0"
8484

8585
/* Define to 1 if all of the C89 standard headers exist (not just the ones
8686
required in a freestanding environment). This macro is provided for
8787
backward compatibility; new code need not use it. */
8888
#define STDC_HEADERS 1
8989

9090
/* Version number of package */
91-
#define VERSION "0.2.0"
91+
#define VERSION "0.3.0"
9292

9393
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
9494
/* #undef size_t */

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for msclogparser 0.2.0.
3+
# Generated by GNU Autoconf 2.72 for msclogparser 0.3.0.
44
#
55
# Report bugs to <modsecurity@digitalwave.hu>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='msclogparser'
616616
PACKAGE_TARNAME='msclogparser'
617-
PACKAGE_VERSION='0.2.0'
618-
PACKAGE_STRING='msclogparser 0.2.0'
617+
PACKAGE_VERSION='0.3.0'
618+
PACKAGE_STRING='msclogparser 0.3.0'
619619
PACKAGE_BUGREPORT='modsecurity@digitalwave.hu'
620620
PACKAGE_URL=''
621621

@@ -1415,7 +1415,7 @@ if test "$ac_init_help" = "long"; then
14151415
# Omit some internal or obsolete options to make the list less imposing.
14161416
# This message is too long to be a string in the A/UX 3.1 sh.
14171417
cat <<_ACEOF
1418-
'configure' configures msclogparser 0.2.0 to adapt to many kinds of systems.
1418+
'configure' configures msclogparser 0.3.0 to adapt to many kinds of systems.
14191419

14201420
Usage: $0 [OPTION]... [VAR=VALUE]...
14211421

@@ -1486,7 +1486,7 @@ fi
14861486

14871487
if test -n "$ac_init_help"; then
14881488
case $ac_init_help in
1489-
short | recursive ) echo "Configuration of msclogparser 0.2.0:";;
1489+
short | recursive ) echo "Configuration of msclogparser 0.3.0:";;
14901490
esac
14911491
cat <<\_ACEOF
14921492

@@ -1615,7 +1615,7 @@ fi
16151615
test -n "$ac_init_help" && exit $ac_status
16161616
if $ac_init_version; then
16171617
cat <<\_ACEOF
1618-
msclogparser configure 0.2.0
1618+
msclogparser configure 0.3.0
16191619
generated by GNU Autoconf 2.72
16201620

16211621
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2137,7 +2137,7 @@ cat >config.log <<_ACEOF
21372137
This file contains any messages produced by compilers while
21382138
running configure, to aid debugging if configure makes a mistake.
21392139

2140-
It was created by msclogparser $as_me 0.2.0, which was
2140+
It was created by msclogparser $as_me 0.3.0, which was
21412141
generated by GNU Autoconf 2.72. Invocation command line was
21422142

21432143
$ $0$ac_configure_args_raw
@@ -4981,7 +4981,7 @@ fi
49814981

49824982
# Define the identity of the package.
49834983
PACKAGE='msclogparser'
4984-
VERSION='0.2.0'
4984+
VERSION='0.3.0'
49854985

49864986

49874987
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -16621,7 +16621,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1662116621
# report actual input values of CONFIG_FILES etc. instead of their
1662216622
# values after options handling.
1662316623
ac_log="
16624-
This file was extended by msclogparser $as_me 0.2.0, which was
16624+
This file was extended by msclogparser $as_me 0.3.0, which was
1662516625
generated by GNU Autoconf 2.72. Invocation command line was
1662616626

1662716627
CONFIG_FILES = $CONFIG_FILES
@@ -16689,7 +16689,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1668916689
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1669016690
ac_cs_config='$ac_cs_config_escaped'
1669116691
ac_cs_version="\\
16692-
msclogparser config.status 0.2.0
16692+
msclogparser config.status 0.3.0
1669316693
configured by $0, generated by GNU Autoconf 2.72,
1669416694
with options \\"\$ac_cs_config\\"
1669516695

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([msclogparser], [0.2.0], [modsecurity@digitalwave.hu])
2+
AC_INIT([msclogparser], [0.3.0], [modsecurity@digitalwave.hu])
33
#AM_INIT_AUTOMAKE([foreign subdir-objects])
44

55
AC_CONFIG_SRCDIR([src/])

0 commit comments

Comments
 (0)