From 0f9f7a16f5262f4c17a14c3afdbe407686d69ba0 Mon Sep 17 00:00:00 2001 From: Jeff Ator Date: Wed, 18 May 2022 21:13:17 +0000 Subject: [PATCH] finishing touches for new release --- VERSION | 2 +- docs/ReleaseNotes.md | 16 ++++++++++++++++ utils/README.md | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 146d5de7..308bbae7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.6.0 +11.7.0 diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 1397fb8d..05d01836 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -3,6 +3,22 @@ @brief Detailed description of changes included within each new release. +### Version 11.7.0 - May 19, 2022 + +* Extensions were added to support a new query interface for C++ IODA +converters. +[[Issue #198](https://github.com/NOAA-EMC/NCEPLIBS-bufr/pull/198)] + +* Updates and bug fixes were made to several utility programs within +the library package. +[[Issue #141](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/141)] + +* A fix was made to prevent a line truncation error which occurs with +certain compilers when the value of the MASTER_TABLE_DIR macro exceeds a +certain length. +[[Issue #182](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/182)] + + ### Version 11.6.0 - November 10, 2021 * All of the library builds now use dynamic allocation, so the "_DA" suffix diff --git a/utils/README.md b/utils/README.md index f0624772..20d74299 100644 --- a/utils/README.md +++ b/utils/README.md @@ -32,7 +32,7 @@ used to decode the data messages in the file. Otherwise, or whenever the -m opt
 Usage:
 
-   debufr.x [-v] [-h] [-b] [-c] [-m] [-o outfile] [-t tabledir] [-f tablefil] [-p prmstg] bufrfile
+   debufr [-v] [-h] [-b] [-c] [-m] [-o outfile] [-t tabledir] [-f tablefil] [-p prmstg] bufrfile
 
      where:
        -v        prints version information and exits