diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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 ] @@ -20,7 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. 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)" |