From 03dc6367801b0b27910349b38af4ef05ba7c4aa5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 10 May 2013 14:41:33 -0400 Subject: Release opkhelper 3.0.0-beta2. --- diff --git a/ChangeLog b/ChangeLog index 15d11a9..030b6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +3.0.0-beta2 (2013-05-10) + + [ P. J. McDermott ] + * Make oh-installfiles install links, not just regular files. + * Fix a misspelled parameter name in oh_set_buildsystem_option(). + * Support relative paths in the "-s" option of oh-autoconfigure, oh-autobuild, + oh-autoinstall, and oh-autoclean. + * Fix issue with trailing slashes in patterns in .pkg/files. + * Make build system non-recursive and faster. + * Centralize build system logic into the top-level input makefile to make the + build system smaller and more easily maintainable. + * Properly provide an architecture table and remove the old and temporary + mkarchtab makefile. + * Use multiarch library paths by default. This can be disabled with the + "--with-multiarch-libdir=false" option of configure. + 3.0.0-beta1 (2012-11-16) [ P. J. McDermott ] diff --git a/configure b/configure index 3660975..8290e9e 100755 --- a/configure +++ b/configure @@ -20,7 +20,7 @@ # along with this program. If not, see . package_name='opkhelper' -package_version='3.0.0-beta1' +package_version='3.0.0-beta2' package_description='OPK Build Helper Tools' package_library='libopkhelper.3.0' -- cgit v0.9.1