From 9b52d3dbf7a6b18f36d55fe3c98b0b1561cc7016 Mon Sep 17 00:00:00 2001
From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de>
Date: Fri, 10 Oct 2014 07:55:42 +0000
Subject: [PATCH] Docu update

---
 NEWS                    | 15 +++++++++++++++
 doc/tex/c_stream.tex    |  2 +-
 doc/tex/c_vlist_att.tex |  2 +-
 doc/tex/c_vlist_var.tex |  6 +++---
 doc/tex/f_stream.tex    |  2 +-
 doc/tex/f_vlist_att.tex |  2 +-
 doc/tex/f_vlist_var.tex |  6 +++---
 7 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index b87adf63c..2d7781927 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
 CDI NEWS
 --------
 
+Version 1.6.5 (23 October 2014):
+
+   New features:
+     * NetCDF: single precision input
+     * netCDF4: added support for xtype NC_STRING
+     * added CDI function gribapiLibraryVersion(major_version, minor_version, revision_version) [Feature #5043]
+     * gribapiEncode: update additional keys defined with vlistDefVarXXXKey() [Feature #4720]
+     * added vlistDefVarProductDefinitionTemplate() to define GRIB2 Product Definition Template Number [Feature #4694]
+     * streamWriteVarF, streamWriteVarSliceF: added support for GRIB1 (cgribex)
+     * grib2: activate jpeg support in combination with masks (missing values)
+   Fixed bugs:
+     * listDestroy(): set resHListSize=0 [Bug #5058]
+     * NetCDF: Reading uuidOfVGrid [Bug #5046]
+
+
 Version 1.6.4 (26 June 2014):
 
    New features:
diff --git a/doc/tex/c_stream.tex b/doc/tex/c_stream.tex
index b2d2136c3..87ab088fb 100644
--- a/doc/tex/c_stream.tex
+++ b/doc/tex/c_stream.tex
@@ -480,7 +480,7 @@ Number of missing values.
 \index{streamReadVarSlice}
 \label{streamReadVarSlice}
 
-The function streamReadVar reads all the values of a horizontal slice of a variable
+The function streamReadVarSlice reads all the values of a horizontal slice of a variable
 from an open dataset.
 \subsubsection*{Usage}
 
diff --git a/doc/tex/c_vlist_att.tex b/doc/tex/c_vlist_att.tex
index ec8b47d89..ab6ac2793 100644
--- a/doc/tex/c_vlist_att.tex
+++ b/doc/tex/c_vlist_att.tex
@@ -46,7 +46,7 @@ Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
 \item[{\tt attnum}]
 Attribute number (from 0 to natts-1).
 \item[{\tt name}]
-Pointer to the location for the returned attribute name. The caller must allocate space for the 
+Pointer to the location for the returned attribute name. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 \item[{\tt typep}]
diff --git a/doc/tex/c_vlist_var.tex b/doc/tex/c_vlist_var.tex
index 1096fab69..3d3bf9ea6 100644
--- a/doc/tex/c_vlist_var.tex
+++ b/doc/tex/c_vlist_var.tex
@@ -206,7 +206,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt name}]
-Returned variable name. The caller must allocate space for the 
+Returned variable name. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
@@ -265,7 +265,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt longname}]
-Long name of the variable. The caller must allocate space for the 
+Long name of the variable. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
@@ -323,7 +323,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt stdname}]
-Standard name of the variable. The caller must allocate space for the 
+Standard name of the variable. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
diff --git a/doc/tex/f_stream.tex b/doc/tex/f_stream.tex
index da1cda688..7bee3c7e1 100644
--- a/doc/tex/f_stream.tex
+++ b/doc/tex/f_stream.tex
@@ -483,7 +483,7 @@ Number of missing values.
 \index{streamReadVarSlice}
 \label{streamReadVarSlice}
 
-The function streamReadVar reads all the values of a horizontal slice of a variable
+The function streamReadVarSlice reads all the values of a horizontal slice of a variable
 from an open dataset.
 \subsubsection*{Usage}
 
diff --git a/doc/tex/f_vlist_att.tex b/doc/tex/f_vlist_att.tex
index 20a01a447..c60a032d4 100644
--- a/doc/tex/f_vlist_att.tex
+++ b/doc/tex/f_vlist_att.tex
@@ -47,7 +47,7 @@ Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
 \item[{\tt attnum}]
 Attribute number (from 0 to natts-1).
 \item[{\tt name}]
-Pointer to the location for the returned attribute name. The caller must allocate space for the 
+Pointer to the location for the returned attribute name. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 \item[{\tt typep}]
diff --git a/doc/tex/f_vlist_var.tex b/doc/tex/f_vlist_var.tex
index e16e451c3..219aa2910 100644
--- a/doc/tex/f_vlist_var.tex
+++ b/doc/tex/f_vlist_var.tex
@@ -207,7 +207,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt name}]
-Returned variable name. The caller must allocate space for the 
+Returned variable name. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
@@ -268,7 +268,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt longname}]
-Long name of the variable. The caller must allocate space for the 
+Long name of the variable. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
@@ -328,7 +328,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
 \item[{\tt varID}]
 Variable identifier.
 \item[{\tt stdname}]
-Standard name of the variable. The caller must allocate space for the 
+Standard name of the variable. The caller must allocate space for the
                     returned string. The maximum possible length, in characters, of
                     the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
 
-- 
GitLab