From a76420b7bd57d311b39fe3daa83b7184a4aa130a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 07 Sep 2013 15:38:45 -0400 Subject: Release opkbuild 3.0.0-beta1. --- diff --git a/ChangeLog b/ChangeLog index dbed161..e9517cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +3.0.0-beta1 (2013-09-07) + + [ P. J. McDermott ] + * Fix ob-applypatches to work with BusyBox patch. + * Implement ob-genchanges. + * Remove _ob_local() and _ob_return() kludges and use the built-in local + utility instead. + 3.0.0-alpha5 (2013-06-16) [ P. J. McDermott ] diff --git a/configure b/configure index 4de5a25..54d94b9 100755 --- a/configure +++ b/configure @@ -20,7 +20,7 @@ # along with this program. If not, see . package_name='opkbuild' -package_version='3.0.0-alpha5' +package_version='3.0.0-beta1' package_description='OPK Build System' package_library='libopkbuild.1' -- cgit v0.9.1