diff --git a/NEWS b/NEWS index b87adf63ca19d03f19997a406cd995eae841aa72..2d7781927005765a5c5353b7485c782098e74bb0 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 b2d2136c312691c5249bf77128c1af6530432a44..87ab088fb72ef07708c724f620114c24942e67b5 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 ec8b47d8934f436704474bc017147b72a91d48c3..ab6ac2793929e10bb50cb55cf49ee20695784968 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 1096fab6961efcc0752c660243dcba80074f11e9..3d3bf9ea63c5f6f21aadf50edbf028c6b67b4f54 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 da1cda688cb38499203c50571f91316d2b067ccc..7bee3c7e1d32762cc1c43a62fd99aefea46af9e5 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 20a01a44754ba9c79008191001477783bdc9c1b1..c60a032d416cd620ffa69d0b5e7ef3e7b2ba8365 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 e16e451c31511e59a7eaa0de681c00969d7bdca7..219aa2910e7fb11dd160d3c049864ffb2071349d 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}.