summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-01 12:13:16 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-01 12:13:16 (EDT)
commitbeeca321cae5710ce6d88cbc2be19f821edc1271 (patch)
tree4f9a04aba1c36d2515fb0299a5ea85784e392c48
parentbe332a06258cdc320805365a9390508d4c603124 (diff)
Release opkhelper 3.0.0-beta3.opkhelper-3.0.0-beta3
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 030b6da..6fd1638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.0.0-beta3 (2013-06-01)
+
+ [ P. J. McDermott ]
+ * Enable the kbuild build system plugin.
+ * Fix host architecture detection in the kbuild plugin.
+ * Add a unit testing framework and some tests against oh-installfiles.
+
3.0.0-beta2 (2013-05-10)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 8290e9e..e722a63 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-beta2'
+package_version='3.0.0-beta3'
package_description='OPK Build Helper Tools'
package_library='libopkhelper.3.0'