Skip to content

Commit

Permalink
Merge pull request #233 from CESNET/new-version
Browse files Browse the repository at this point in the history
unirec: increased version, updated ChangeLog, released RPM package
  • Loading branch information
SiskaPavel authored Sep 30, 2024
2 parents ee33107 + da3ff53 commit 7523514
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit 7523514

Please sign in to comment.