diff options
-rw-r--r-- | ChangeLog | 19 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +3.0.0-beta1 (2012-11-16) + + [ P. J. McDermott ] + * Fix find_dep_lib() in configure. + * Add a "mkarchtab" makefile to generate a table of build system + architectures. + * Support a "-t" option in oh-autoconfigure for the target architecture of + build utilities (compilers, etc.). + * Optionally use multiarch library paths when configuring packages to be + built. + * Add an "oh-architecture" utility. + * Fix various issues in build system plugins. + * Support a "-T" option in oh-autobuild and oh-autoinstall for a build + target to be updated. + * Support a "-s" option in oh-autoconfigure, oh-autobuild, oh-autoinstall, + and oh-autoclean for the source directory. + * Pass build system exit statuses back to callers of oh-auto* utilities. + * Implement a "kbuild" build system plugin. + 3.0.0-alpha3 (2012-10-23) [ P. J. McDermott ] @@ -20,7 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. package_name='opkhelper' -package_version='3.0.0-alpha3' +package_version='3.0.0-beta1' package_description='OPK Build Helper Tools' srcdir="$(cd "${0%/*}" && pwd)" |