Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion unirec/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2024-09-30 unirec-3.3.2
* BUGFIX - unirec++ - fix checkDataTypeCompatibility for non-array values in UnirecRecord

2024-07-29 unirec-3.3.1
- BUGFIX parsing and handling /0 netmask for ip_prefix_search
* BUGFIX parsing and handling /0 netmask for ip_prefix_search

2024-07-25 unirec-3.3.0
* unirec++ - outputInterface - improvements
Expand Down
2 changes: 2 additions & 0 deletions unirec/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2024-09-30 (Pavel Siska): unirec++ - fix checkDataTypeCompatibility for non-array values

2024-07-26 (Tomas Cejka): pytrap: IPList & IPAddrRange bugfixes and extending tests

2024-07-25 (Pavel Siska): unirec++ - outputInterface - dont send EoF if interface is not initialized
Expand Down
2 changes: 1 addition & 1 deletion unirec/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([unirec], [3.3.1], [[email protected]])
AC_INIT([unirec], [3.3.2], [[email protected]])
AC_CONFIG_SRCDIR([unirec.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
Expand Down
Loading