--------------------------------------------------------------------------------
icesSAG 1.3-0 (2017-04-05)
--------------------------------------------------------------------------------
o Major rewrite of internal webservice functions.
o Added webservices to get and set graph settings.
o Added webservice to upload data to SAG database.
o Added functions to convert to and from SAG XML upload format.
o Added secure webservice functions to set user access tokens.
o Added package options to switch between secure and public webservices.

--------------------------------------------------------------------------------
icesSAG 1.2-1 (2017-03-24)
--------------------------------------------------------------------------------
o hotfix fix in findKey to deal with early change in webservice.


--------------------------------------------------------------------------------
icesSAG 1.2-0 (2016-12-05)
--------------------------------------------------------------------------------
o removed dependency on XML and RCurl by using text regex and download.file -> scan.
  If download.file fails then url() is used to make the connection.

o Added ability to search for stocks using regex.

o Added all graph web services which return a standard graph image (as a raster).

o Added ploting methods for single and lists of standard graph images.

o Fixed bug when different column names appear in stock summaries
  add the user has requesed them to be combined.

--------------------------------------------------------------------------------
icesSAG 1.1-0 (2016-10-29)
--------------------------------------------------------------------------------
o Added function findKey() to look up a unique stock list key.

o Added function getSAG() to import summary results and reference points,
  without finding a lookup key first.

o Changed argument in functions getSummaryTable() and
  getFishStockReferencepoints() from 'year' to 'key'.

o Improved XML parsing, so both leading and trailing white space is removed.

o Improved XML parsing, so "" and "NA" is converted to NA.

o Improved XML parsing, so data frame columns are automatically coerced to the
  appropriate storage mode (character, numeric, integer).




--------------------------------------------------------------------------------
icesSAG 1.0-0 (2016-08-09)
--------------------------------------------------------------------------------
o Initial release.
