diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-07 15:38:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-07 15:38:45 (EDT) |
commit | a76420b7bd57d311b39fe3daa83b7184a4aa130a (patch) | |
tree | 6de15ece6b6c389f40cd7c4b65fbfbaa7bd23662 | |
parent | a314ed22647ae5d0cab7887cf8c1da028060062d (diff) |
Release opkbuild 3.0.0-beta1.opkbuild-3.0.0-beta1
-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' |