History.txt in ivy4r-0.9.13 vs History.txt in ivy4r-0.9.14
- old
+ new
@@ -1,4 +1,11 @@
+=== 0.9.14 / 2010-03-16
+
+* Fix for circular build dependency errors in buildr thanks to Pepijn Van Eeckhoudt for the patch.
+ The culprit is the call to Buildr.projects in add_copy_tasks_for_publish. This can cause a call
+ to project.invoke on the project being defined itself. Buildr.projects should not be called from
+ before/after define callbacks as Pepijn found out from the Buildr developers.
+
=== 0.9.13 / 2010-02-16
* Fix problems with Facets and ActiveSupport. We now only include the required core extensions,
not all of them.