2
2
# Release Notes
3
3
@brief Detailed description of changes included within each new release.
4
4
5
- ## Version 12.0.0 - ???? ??, ????
5
+ ## Version 12.0.0 - June 8, 2023
6
6
7
7
* The library has been consolidated into a single build using 4-byte
8
8
integers. It can still be linked to Fortran application codes which are compiled
@@ -17,27 +17,36 @@ as 4-byte integers before calling them.
17
17
18
18
* The interface between the C and Fortran components of the library has
19
19
been modernized. Accordingly, Fortran application codes must now contain a
20
- <b >" use bufr_interface" </b > statement to directly call any C functions within
20
+ ' <b >use bufr_interface</b >' statement to directly call any C functions within
21
21
the library, and C application codes must now contain an
22
- <b >" \# include "bufr_interface.h"</b > statement to directly call any Fortran
23
- or C functions within the library.
22
+ ' <b >include "bufr_interface.h"</b >' preprocessor statement to directly call
23
+ any Fortran or C functions within the library.
24
24
[[ Issue #79 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/79 )]
25
25
26
26
* Subroutines ufbqcd() and ufbqcp() have been modified to pass call
27
27
arguments containing event program codes as integers, rather than
28
28
continuing to pass them as real numbers.
29
29
[[ Issue #78 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/78 )]
30
30
31
+ * An extension was added to support the query interface for C++ IODA
32
+ converters.
33
+ [[ Issue #451 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/451 )]
34
+
31
35
* Support for legacy EBCDIC platforms has been removed.
32
36
[[ Issue #266 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/266 )]
33
37
38
+ * The library has been patched to exit gracefully from subroutine readsb() if
39
+ an erroneous delayed replication factor is read within subroutine usrtpl().
40
+ [[ Issue #495 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/495 )]
41
+
34
42
* The library has been cleaned up to eliminate a number of compiler warnings.
35
43
[[ Issue #300 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/300 )]
36
44
37
45
* Documentation has been improved throughout the library, including the
38
46
use of Doxygen-style docblocks for all program files.
39
47
[[ Issue #246 ] ( https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/246 )]
40
48
49
+
41
50
## Version 11.7.1 - August 26, 2022
42
51
43
52
* More extensions were added to support the query interface for C++ IODA
0 commit comments