Commit 71e169cd authored by Kai Lautaportti's avatar Kai Lautaportti

Recorded changes.

parent 97e42622
Change History Change History
************** **************
2.0 (xxxx-xx-xx)
================
- Dropped support for Python 2.4/2.5. Use the 1.x versions for those.
Currently supported versions are Python 2.6, 2.7, 3.2 and 3.3. [dokai]
- Python 3.2/3.3 support. [dokai, mmariani]
- Tox support. [msabramo]
- Travis CI integration. https://travis-ci.org/hexagonit/hexagonit.recipe.cmmi
[msabramo]
- Automatically clean up a left-over compile directory from a previously
failed run. [desaintmartin]
1.6 (2012-06-28) 1.6 (2012-06-28)
================ ================
- Relicensed under the `3-clause BSD license <http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29>`_. - Relicensed under the `3-clause BSD license <http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29>`_.
[dokai] [dokai]
1.5.1 (2012-05-21) 1.5.1 (2012-05-21)
================== ==================
...@@ -21,6 +39,7 @@ Change History ...@@ -21,6 +39,7 @@ Change History
https://github.com/hexagonit/hexagonit.recipe.cmmi/pull/6 https://github.com/hexagonit/hexagonit.recipe.cmmi/pull/6
[grzn] [grzn]
1.5.0 (2010-12-17) 1.5.0 (2010-12-17)
================== ==================
...@@ -45,6 +64,7 @@ Change History ...@@ -45,6 +64,7 @@ Change History
See https://github.com/hexagonit/hexagonit.recipe.cmmi/issues/issue/1/#issue/1/comment/605362 See https://github.com/hexagonit/hexagonit.recipe.cmmi/issues/issue/1/#issue/1/comment/605362
for details. for details.
1.4.0 (2010-08-27) 1.4.0 (2010-08-27)
================== ==================
...@@ -75,6 +95,7 @@ Change History ...@@ -75,6 +95,7 @@ Change History
configuration to assert that you are downloading the package you expect configuration to assert that you are downloading the package you expect
to. [dokai] to. [dokai]
1.3.1 (2010-08-23) 1.3.1 (2010-08-23)
================== ==================
...@@ -90,6 +111,7 @@ Change History ...@@ -90,6 +111,7 @@ Change History
Environment variables defined in one part will no longer leak to other Environment variables defined in one part will no longer leak to other
subsequent parts. [dokai] subsequent parts. [dokai]
1.3.0 (2009-09-20) 1.3.0 (2009-09-20)
================== ==================
...@@ -99,6 +121,7 @@ Change History ...@@ -99,6 +121,7 @@ Change History
- Added a new option, ``prefix``, to override the installation prefix. - Added a new option, ``prefix``, to override the installation prefix.
Defaults to the previously hardcoded value of the part location. Defaults to the previously hardcoded value of the part location.
1.2.0 1.2.0
===== =====
...@@ -107,6 +130,7 @@ Change History ...@@ -107,6 +130,7 @@ Change History
different packages, e.g. Perl projects where Makefile.PL replaces the different packages, e.g. Perl projects where Makefile.PL replaces the
configure script. configure script.
1.1.1 1.1.1
===== =====
...@@ -114,6 +138,7 @@ Change History ...@@ -114,6 +138,7 @@ Change History
will make it possible to disable hooks when extending existing will make it possible to disable hooks when extending existing
parts. parts.
1.1.0 1.1.0
===== =====
...@@ -121,6 +146,7 @@ Change History ...@@ -121,6 +146,7 @@ Change History
source trees. The ``path`` option is mutually exclusive with source trees. The ``path`` option is mutually exclusive with
``url``. ``url``.
1.0.1 1.0.1
===== =====
...@@ -128,6 +154,7 @@ Change History ...@@ -128,6 +154,7 @@ Change History
compilation directory was not available through the compilation directory was not available through the
``options['compile-directory']`` option as documented. ``options['compile-directory']`` option as documented.
1.0.0 1.0.0
===== =====
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment