summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit15b50a0d128c71eaca69a7fd48510d864c4ffe43 (patch)
treeb847680c7b710cced796c482a899cdc00d87cf30
parentc331cc4ead86804d15f728334a7e9a95263d682d (diff)
Release opkhelper 3.0.0-alpha2.opkhelper-3.0.0-alpha2
-rw-r--r--ChangeLog16
-rwxr-xr-xconfigure2
2 files changed, 17 insertions, 1 deletions
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 <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)"