From 15b50a0d128c71eaca69a7fd48510d864c4ffe43 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Oct 2012 04:44:28 -0400 Subject: Release opkhelper 3.0.0-alpha2. --- diff --git a/ChangeLog b/ChangeLog index 5a8d4b7..9202eb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +3.0.0-alpha2 (2012-10-22) + + [ P. J. McDermott ] + * Make utilities accept a -d option to specify the installation destination + directory in which data files are found. + * Rewrite oh-strip. + * Write oh-fixperms. + * Provide up-to-date manual pages. + * Additionally license everything for use under the terms of the GNU GPL + version 2.0. + * Support automatic interaction with a software build system with + oh-autoconfigure, oh-autobuild, oh-autoclean, oh-autotest, and + oh-autoinstall. + - Currently supported build systems are GNU Autoconf and POSIX-compliant + make. + 3.0.0-alpha1 (2012-10-11) [ P. J. McDermott ] diff --git a/configure b/configure index 69ba15a..b5d9995 100755 --- a/configure +++ b/configure @@ -20,7 +20,7 @@ # along with this program. If not, see . package_name='opkhelper' -package_version='3.0.0-alpha1' +package_version='3.0.0-alpha2' package_description='OPK Build Helper Tools' srcdir="$(cd "${0%/*}" && pwd)" -- cgit v0.9.1