Skip to content

Commit da3ff53

Browse files
committed
unirec: increased version, updated ChangeLog, released RPM package
1 parent e9ff26f commit da3ff53

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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], [[email protected]])
5+
AC_INIT([unirec], [3.3.2], [[email protected]])
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)