From 325bf4d6a490fbf065dbd8abea54da86bfdded72 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 16 Nov 2012 15:50:26 -0500 Subject: Release opkhelper 3.0.0-beta1. --- diff --git a/ChangeLog b/ChangeLog index 839f4fa..15d11a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ] diff --git a/configure b/configure index 41efab2..fdce6b7 100755 --- a/configure +++ b/configure @@ -20,7 +20,7 @@ # along with this program. If not, see . 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)" -- cgit v0.9.1