= Version 1.2.4 * manage LD_LIBRARY_PATH * only include the values relevant to our packages in the generated env.sh, instead of overcrowding them with inherited values. = Version 1.2.3 * fix the definition of the subversion package under ubuntu/debian * improve selection of packages on the command line. Most glitches that appears when using that feature are gone now. * allow to give options to the VCS during boostrap, and to switch the source of the configuration. I.e. autoproj switch-config git URL branch=newbranch will exchange/update the configuration in autoproj/ with the specified one. * bugfixes = Version 1.2.2 * added support for Gentoo * added support for Ubuntu 9.10 [Karmic Koala] * add the 'fast-build' mode which is equivalent to "build --no-update --no-osdeps" * add a quick bootstrap method [still experimental] If an autoproj installation is already present, one can simply run autoproj bootstrap [options]. It speeds up the bootstrapping as the gems are taken from the other installation. * minor bugfixes and improvements = Version 1.2.1 * accept two layouts for version control description: - package_name: type: git url: blablabla and - package_name: type: git url: blablabla Even though the second one is not the proper YAML data structure, it is actually quite intuitively written by humans, so accept it. = Version 1.2.0 * added the rebuild and force-build modes * added a local source that allows to override imported package sets and so on. * improved documentation on the subject of customizing the installation = Version 1.1.3 * fix --reconfigure on installations where the main configuration is managed by a VCS * fix: env.sh where updated on "status" or "doc", which made them invalid * shut up the "lsb_release: command not found" message during bootstrapping * fix restartig the autoproj_bootstrap script after a failed attempt = Version 1.1.2 * fix version detection on Debian, lsb-release cannot be trusted there. * update already installed Gem * make autoproj update himself, as well as autobuild = Version 1.1.1 * better general error reporting * small fixes w.r.t. bootstrapping * small improvements in the handling of layouts * make it easier to write osdeps scripts: the OS names and version accept lists as for instance: debian,ubuntu: lenny,9.04: package_to_install * detect Ubuntu = Version 1.1.0 * added some sanity checks, especially w.r.t. an already existing GEM installation * improved the bootstrap * autoproj is now able to track a configuration repository (i.e. a VCS that stores both the installation's manifest and the package sets) = Version 1.0 * initial release