Changelog for
libcgns4_4-4.4.0-bp156.26.1.x86_64.rpm :
* Thu Dec 28 2023 Dmitry Roshchin
- Fix library package name
* Mon Dec 18 2023 Wang Jun - Update to version 4.4.0
* Removed possible overflow in cgi_error, #343 #701
* Increased maximum open file limit default
* Added control for HDF5 tuning routine \"H5Pset_elink_file_cache_size,\" which is useful when many external links are used, #351
* Fixed backward compatibility issues #702
* Removed \"NULL\" and \"UserDefined\" Fortran parameters #349
* More details: https://github.com/CGNS/CGNS/releases/tag/v4.4.0
* Tue May 17 2022 Ferdinand Thiessen - Update to version 4.3.0:
* Add a context structure to handle cleanly cgio/hdf5 state
* When opening a CGNS file with MLL the whole file is parsed.
* Fix an uninitialized local array by copying m_dimvals to dimvals.
* Set the default file_type in cg_open only when in write mode
* Multiplication result converted to larger type fixes- Update to version 4.2.0:
* New C and Fortran APIs that allows for reading/writing datatypes that are different from cgsize_t
* Added a diskless option for creating a CGNS file in memory and then to optionally persist the memory to disk.
* Mapping of X4/X8 was lost when moving from ADF to HDF5. This fix reintroduces it as an experimental feature.
* Tuned the parallel library algorithms to improve metadata type operations
* Experimental support for conversion of FamilySpecified BC for AFLR3 file format, PR#247
* Added check on node names according to SIDS
* added warning if ZoneBC_t is missing while zone surfaces are present in a 3D mesh.
* Thu Nov 12 2020 Stefan Brüns - Update to version 4.1.2:
* Fixed the Compatibility issue between v3.4.0 and v4.1.1 (CGNS-214).
* Change a wrong check in cg_poly_element_read to load older CGNS file section with CGNS 4.x API (CGNS-219).
* Tue Apr 07 2020 Stefan Brüns - Fix last change (typo in spec file, should be %_lib not %lib).
* Tue Apr 07 2020 Andreas Schwab - Handle all architectures with %_lib != lib
* Fri Apr 03 2020 Stefan Brüns - Update to version 4.1.1:
* (CGNS-196) Fixed the compilation of cgnstools, which still made use the Removed APIs in 4.1.0- Update to version 4.1.0:
* Added CPEX42 Storing bounding box of a grid (CGNS-149).
* Added CPEX43 Family hierarchy as a tree (CGNS-180).- Update to version 4.1.0:
* Added CPEX 41 NGON modification proposal (CGNS-121).- The removal of CPEX 41 NGON in 3.4.1 broke gmsh and Paraview
* Sun Mar 29 2020 Atri Bhattacharya - Update to version 3.4.1:
* Restore backward compatibility by removing CPEX 41 NGON modification made in version 3.4.0.- Update shlib package name to respect upstream\'s so version.- Pass CMAKE_SKIP_INSTALL_RPATH=ON to cmake to disable setting rpath on installed libs; prevents build failures on Leap 15.2.- Use %{name}-%{version} naming scheme for source tarball.- Use %cmake_build instead of invoking make directly.- Minor cleanups using spec-cleaner.
* Fri Aug 02 2019 Stefan Brüns - Split static library into separate package.- Use FAT LTO objects in order to provide proper static library.
* Sat Jul 27 2019 Stefan Brüns - Update to 3.4.0 For a list of changes between 3.3.1 and 3.4.0, see included Release.txt- Set License tag SPDX \"Zlib\", attribution is appreciated but not required- Spec file cleanup
* Tue Jul 14 2015 toddrme2178AATTgmail.com- Fix building on ppc64le and aarch64