Changes
-------

1.2
~~~

- Refactor code, performances should be better at uninstall with Py
  implementation.

- Look for the environment variable ``INFRAE_SUBVERSION_IMPL`` to
  select which implementation to use. Possible values are ``PYSVN``
  (default) and ``PY``.

- Uninstall only look at directory which have been created by the
  recipe in the part. Other are just reported.

- Export two new variables, if ``export_info`` is set to true: 
 
  ``revisions``
  
     Which is lines formatted::

        link current_revision

  ``updated``

     Which is lines containing updated links. 

1.1
~~~

- Add the ``ignore_verification`` option.

1.0
~~~

- Base version of the recipe.
