summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
2 files changed, 9 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
package_name='opkbuild'
-package_version='3.0.0-alpha5'
+package_version='3.0.0-beta1'
package_description='OPK Build System'
package_library='libopkbuild.1'