Skip to content

Commit ec32930

Browse files
authored
Merge pull request #512 from NOAA-EMC/jba-newrelease
final updates for new release
2 parents 6a18b05 + 814ee6b commit ec32930

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.7.1
1+
12.0.0

docs/ReleaseNotes.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Release Notes
33
@brief Detailed description of changes included within each new release.
44

5-
## Version 12.0.0 - ???? ??, ????
5+
## Version 12.0.0 - June 8, 2023
66

77
* The library has been consolidated into a single build using 4-byte
88
integers. It can still be linked to Fortran application codes which are compiled
@@ -17,27 +17,36 @@ as 4-byte integers before calling them.
1717

1818
* The interface between the C and Fortran components of the library has
1919
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
2121
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.
2424
[[Issue #79](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/79)]
2525

2626
* Subroutines ufbqcd() and ufbqcp() have been modified to pass call
2727
arguments containing event program codes as integers, rather than
2828
continuing to pass them as real numbers.
2929
[[Issue #78](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/78)]
3030

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+
3135
* Support for legacy EBCDIC platforms has been removed.
3236
[[Issue #266](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/266)]
3337

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+
3442
* The library has been cleaned up to eliminate a number of compiler warnings.
3543
[[Issue #300](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/300)]
3644

3745
* Documentation has been improved throughout the library, including the
3846
use of Doxygen-style docblocks for all program files.
3947
[[Issue #246](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/246)]
4048

49+
4150
## Version 11.7.1 - August 26, 2022
4251

4352
* More extensions were added to support the query interface for C++ IODA

docs/user_guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Documentation for Previous Versions of NCEPLIBS-bufr
44

5+
* [NCEPLIBS-bufr-11.7.1](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.7.1/index.html)
56
* [NCEPLIBS-bufr-11.7.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.7.0/index.html)
67
* [NCEPLIBS-bufr-11.6.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.6.0/index.html)
78
* [NCEPLIBS-bufr-11.5.0](https://noaa-emc.github.io/NCEPLIBS-bufr/previous_versions/v11.5.0/index.html)

0 commit comments

Comments
 (0)