* Bug fix for station name decoding (series files).
* New --metadata-file option for adding arbitrary metadata to the
netCDF file.
* Wrap all messages with gettext, to facilitate translation to French.
Note: no actual translations done yet.
* New --minimal-metadata option to strip out FSTD-specific metadata
from the netCDF file (such as kind, datyp, npas, etc.).
* Support for multiple input files.
* Write the command invocation into a global "history" attribute of
the netCDF file. Can be disabled by new option --no-history.
* When fudging variable names to make them unique in the output file,
use more context-specific modifiers such as etiket, typvar, etc.
instead of an integer counter.
* Warn when variable / dimension names have to be modified.
* New --ignore-typvar option to allow records with different typvars
to be combined into a single variable.
* New --reference-date option to control the reference date of the
time axis.