Changes.txt in autobuild-0.6.6 vs Changes.txt in autobuild-0.6.7

- old
+ new

@@ -1,4 +1,21 @@ +== Version 0.6.7 + +* put install-stamp files into logdir, to clean up the installation prefix +* added Autobuild.post_install: run an external program or call a block after + all packages have been successfully built +* bugfix: darcs get expects that the path to the destination directory already + exists. Create it ourselves if it does not exist. +* bugfix: when computing the timestamp of a source tree, exclude .svn and _darcs + directories +* bugfix: 'opencv.pc' were searched in PkgConfig packages instead of the + actual .pc file ... +* bugfix: installed_pkgconfig is supposed to be a singleton method of Autobuild +* bugfix: "darcs get" expects that the path leading to the destination + directory exists. Create it. +* bugfix: fix handling of Genom's requires lists: we were previously expecting + packages to be exactly separated by ', ' + == Version 0.6.6 * add Package#post_install: executes either a block or an external command after the package has been installed * allow to reference pkg-config packages not built by autobuild.