summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-16 15:50:26 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-16 15:50:26 (EST)
commit325bf4d6a490fbf065dbd8abea54da86bfdded72 (patch)
tree5e1f960afb80a105abb96435a7cfd0677cdf5579
parent32b5e269dda5dad2fde6b6cb7c693f1a67529894 (diff)
Release opkhelper 3.0.0-beta1.opkhelper-3.0.0-beta1
-rw-r--r--ChangeLog19
-rwxr-xr-xconfigure2
2 files changed, 20 insertions, 1 deletions
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 <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)"