Skip to content

Commit

Permalink
Merge pull request #512 from NOAA-EMC/jba-newrelease
Browse files Browse the repository at this point in the history
final updates for new release
  • Loading branch information
jbathegit authored Jun 8, 2023
2 parents 6a18b05 + 814ee6b commit ec32930
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.7.1
12.0.0
17 changes: 13 additions & 4 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Release Notes
@brief Detailed description of changes included within each new release.

## Version 12.0.0 - ???? ??, ????
## Version 12.0.0 - June 8, 2023

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

* The interface between the C and Fortran components of the library has
been modernized. Accordingly, Fortran application codes must now contain a
<b>"use bufr_interface"</b> statement to directly call any C functions within
'<b>use bufr_interface</b>' statement to directly call any C functions within
the library, and C application codes must now contain an
<b>"\#include "bufr_interface.h"</b> statement to directly call any Fortran
or C functions within the library.
'<b>include "bufr_interface.h"</b>' preprocessor statement to directly call
any Fortran or C functions within the library.
[[Issue #79](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/79)]

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

* An extension was added to support the query interface for C++ IODA
converters.
[[Issue #451](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/451)]

* Support for legacy EBCDIC platforms has been removed.
[[Issue #266](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/266)]

* The library has been patched to exit gracefully from subroutine readsb() if
an erroneous delayed replication factor is read within subroutine usrtpl().
[[Issue #495](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/495)]

* The library has been cleaned up to eliminate a number of compiler warnings.
[[Issue #300](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/300)]

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


## Version 11.7.1 - August 26, 2022

* More extensions were added to support the query interface for C++ IODA
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Documentation for Previous Versions of NCEPLIBS-bufr

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

0 comments on commit ec32930

Please sign in to comment.