Skip to content

Commit 47a45e7

Browse files
committed
unirec: increased version, updated ChangeLog, released RPM package
1 parent 0ed17f2 commit 47a45e7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

unirec/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-07-29 unirec-3.3.1
2+
- BUGFIX parsing and handling /0 netmask for ip_prefix_search
3+
14
2024-07-25 unirec-3.3.0
25
* unirec++ - outputInterface - improvements
36
* unirec++ - bidirectionalInterface - improvements

unirec/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2024-07-26 (Tomas Cejka): pytrap: IPList & IPAddrRange bugfixes and extending tests
2+
13
2024-07-25 (Pavel Siska): unirec++ - outputInterface - dont send EoF if interface is not initialized
24
2024-07-25 (Pavel Siska): unirec++ - bidirectionalInterface - dont send EoF if interface is not initialized, dont set empty template
35
2024-02-07 (Pavel Siska): unirec - add inputInterface.hpp file to spec file

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