diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 ] @@ -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' |