Motu Client Python - v. 1.0.8

This package holds the python scripts used to address Motu servers for ordering, extracting and
        downloading oceanographic data.

The project can be found at:
${project.url}

Copyright CLS (Collecte Localisation Satelite) (http://www.cls.fr)

Version History
===============
1.0.3 - Feb. 2013
------------------
  - Bugs fixed :
    * Connection failed through a proxy (--proxy-server option).

===============
1.0.6 - May. 2015
------------------
  - Bugs fixed :
    * Connection problem with double-proxy configuration.
	
  - New feature :
    * Asynchronous download mode that waits until the files are processed on motu side.
	
===============
1.0.7 - June. 2015
------------------
  - New feature :
    * Improvement of verbosity/error control with the asynchronous mode.
	
===============
1.0.8 - June. 2015
------------------
  - Bug correction :
    * Avoid SSL negotiation (TLSv1 fixed as default).
	* Bug affected latest Ubuntu 12.04 and higher.