Skip to content

Commit 66562ae

Browse files
authored
Merge pull request #238 from CESNET/unirec-new-version
unirec: increased version, updated ChangeLog, released RPM package
2 parents 328b992 + 6220715 commit 66562ae

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+
2025-09-01 unirec-3.4.0
2+
* unirec++ - Add missing operators to UnirecArray::Iterator for random access support
3+
14
2024-09-30 unirec-3.3.2
25
* BUGFIX - unirec++ - fix checkDataTypeCompatibility for non-array values in UnirecRecord
36

unirec/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2025-09-01 (Pavel Siska): unirec++ - Add missing operators to UnirecArray::Iterator for random access support
2+
13
2024-09-30 (Pavel Siska): unirec++ - fix checkDataTypeCompatibility for non-array values
24

35
2024-07-26 (Tomas Cejka): pytrap: IPList & IPAddrRange bugfixes and extending tests

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