Changelog for
libfixbuf-devel-2.4.0-1.fc29.i686.rpm :
* Thu Aug 29 2019 Lawrence R. Rogers
2.4.0-1
* Release 2.4.0-1 Enhanced the output of ipfixDump by (1) including the template\'s name with its list of elements (2) adding the templates\' names to the stats output (3) marking scope elements in templates and their corresponding values in data records, and (4) including the name for list semantics. Fixed an issue in the libfixbuf.spec.in file, and removed the generated libfixbuf.spec file from the distribution. Changed how the information model handles the re-insertion an existing element to reuse the existing element instead of using new memory. Added stricter checking of the elements lengths\' specified in a template. Currently a log message is written for an invalid length; in the future, this may cause the template to be rejected.
* Thu Apr 18 2019 Lawrence R. Rogers 2.3.1-1
* Release 2.3.1-1 Fixed a double-freeing of memory and memory leaks in some of the error handling code.
* Mon Mar 18 2019 Lawrence R. Rogers 2.3.0-1
* Release 2.3.0-1 Added the ipfixDump application which used to be included with YAF, and made many changes to the application. Use configure --disable-tools to prevent building and installing ipfixDump. Fixed bugs in reading and writing information elements whose type was list and elementId was a value other than 291, 292, or 293. Information element type information and exporting template metadata.
* Thu Nov 29 2018 Lawrence R. Rogers 2.2.0-1
* Release 2.2.0-1 Add functions to return buffer size required to read a template and maximum buffer size to process all known templates in a session. Return an error when a user attempts to use a reserved template ID. Fix a potential use-after-free bug triggered by pyfixbuf.
* Thu Jul 12 2018 Lawrence R. Rogers 2.1.0-1
* Release 2.1.0-1 Add functions to update the Information Model with Information Elements read from a file or a string containing XML data Set an element\'s endian flag when incorporating elements from options records GLib 2.18 or later is now required
* Wed May 02 2018 Lawrence R. Rogers 2.0.0-1
* Release 2.0.0-1 This version is not backwards-compatible with fixbuf 1.x. There are no functional differences between this release and the 1.8 release. All the changes are API changes and internal cleanups. Change source for infomodel to the IANA XML version of the IPFIX Information Elements. Require information element specifications for internal records to have non-defaulted (non-zero) sizes. Simplify new template callbacks, subsuming the three variants with one: fbSessionAddNewTemplateCallback(). The default is now to consider the source port when separating incoming UDP streams. The function fbCollectorManageUDPStreamByPort() has been removed. Change fbInfoElementWriteOptionsRecord() to take both the internal and external template id. Update to LGPL 3.
* Tue Nov 07 2017 Lawrence R. Rogers 1.8.0-1
* Release 1.8.0-1 The ability to add template metadata to exported templates Macro to check fixbuf version number Minor bug fixes