diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:44:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-22 04:44:28 (EDT) |
commit | 15b50a0d128c71eaca69a7fd48510d864c4ffe43 (patch) | |
tree | b847680c7b710cced796c482a899cdc00d87cf30 | |
parent | c331cc4ead86804d15f728334a7e9a95263d682d (diff) |
Release opkhelper 3.0.0-alpha2.opkhelper-3.0.0-alpha2
-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)" |