Skip to content

Commit

Permalink
Merge pull request CESNET#104 from CESNET/new_version
Browse files Browse the repository at this point in the history
ipfixprobe: increased version, updated ChangeLog, released RPM package
  • Loading branch information
SiskaPavel authored Oct 3, 2022
2 parents 2c50473 + 051c836 commit cfe32e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2022-10-03 ipfixprobe-4.7.0
* dpdk: support for multi-queues
* dpdk: improved config file and init script
* flexprobe: changed flexprobe packet conversion to zero-copy mode
* build: bugfix - fixed missing -PIC
* tls: bugfix - replaced bad data type

2022-07-26 ipfixprobe-4.6.0
* QUIC: refactor plugin, version 2 added
* Zero-copy packet processing
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2022-10-03 (Tomas Cejka): Merge pull request #103 from CESNET/dpdk-queues
2022-10-03 (xsiska12): dpdk: Updated README.md
2022-10-03 (xsiska12): dpdk: added DPDK into daemon wrapper and example config
2022-10-03 (xsiska12): DPDK: added support of multi queues packets reading
2022-09-13 (SiskaPavel): Merge pull request #102 from CESNET/flexprobe-zerocopy
2022-09-12 (xsiska12): flexprobe: Changed flexprobe packet conversion to zero copy mode
2022-09-02 (Karel Hynek): Merge pull request #100 from CESNET/bugfix_relocation
2022-08-13 (Tomas Cejka): build: BUGFIX dangerous relocation
2022-08-05 (Tomas Cejka): Merge pull request #99 from CESNET/openwrt-bugfix-quic
2022-08-05 (Tomas Cejka): tls: BUGFIX replaced unknown uint with size_t, add missing header file
2022-07-27 (Karel Hynek): Merge pull request #98 from CESNET/new_version

2022-07-26 (OndrejSedlacek): SSDP Plugin: Fixed payload handling.
2022-07-26 (Andrej Lukacovic): QUIC: parse_header variables changed to const, decrypt_header copies from original pkt payload
2022-07-26 (Karel Hynek): Updated copyright and license in QUIC and TLS plugins/parsers
Expand Down
2 changes: 1 addition & 1 deletion 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.69])
AC_INIT([ipfixprobe], [4.6.0], [[email protected]])
AC_INIT([ipfixprobe], [4.7.0], [[email protected]])

AC_CONFIG_SRCDIR([main.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit cfe32e4

Please sign in to comment.