Skip to content

Commit 7523514

Browse files
authored
Merge pull request #233 from CESNET/new-version
unirec: increased version, updated ChangeLog, released RPM package
2 parents ee33107 + da3ff53 commit 7523514

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

unirec/ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
2024-09-30 unirec-3.3.2
2+
* BUGFIX - unirec++ - fix checkDataTypeCompatibility for non-array values in UnirecRecord
3+
14
2024-07-29 unirec-3.3.1
2-
- BUGFIX parsing and handling /0 netmask for ip_prefix_search
5+
* BUGFIX parsing and handling /0 netmask for ip_prefix_search
36

47
2024-07-25 unirec-3.3.0
58
* unirec++ - outputInterface - improvements

unirec/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2024-09-30 (Pavel Siska): unirec++ - fix checkDataTypeCompatibility for non-array values
2+
13
2024-07-26 (Tomas Cejka): pytrap: IPList & IPAddrRange bugfixes and extending tests
24

35
2024-07-25 (Pavel Siska): unirec++ - outputInterface - dont send EoF if interface is not initialized

unirec/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([unirec], [3.3.1], [nemea@cesnet.cz])
5+
AC_INIT([unirec], [3.3.2], [nemea@cesnet.cz])
66
AC_CONFIG_SRCDIR([unirec.c])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE([subdir-objects silent-rules])

0 commit comments

Comments
 (0)