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
3 changes: 3 additions & 0 deletions unirec/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2025-09-01 unirec-3.4.0
* unirec++ - Add missing operators to UnirecArray::Iterator for random access support

2024-09-30 unirec-3.3.2
* BUGFIX - unirec++ - fix checkDataTypeCompatibility for non-array values in UnirecRecord

Expand Down
2 changes: 2 additions & 0 deletions unirec/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2025-09-01 (Pavel Siska): unirec++ - Add missing operators to UnirecArray::Iterator for random access support

2024-09-30 (Pavel Siska): unirec++ - fix checkDataTypeCompatibility for non-array values

2024-07-26 (Tomas Cejka): pytrap: IPList & IPAddrRange bugfixes and extending tests
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.2], [[email protected]])
AC_INIT([unirec], [3.4.0], [[email protected]])
AC_CONFIG_SRCDIR([unirec.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
Expand Down