diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +3.0.0-beta2 (2014-01-19) + + [ P. J. McDermott ] + + * Fix minor issues in opkbuild and ob-applypatches that occur when updating + the "source" targets of some packages. + * Make ob-genchanges perform substitutions in package descriptions. + * Make ob-installdocs support patterns in *.pkg/docs. + 3.0.0-beta1 (2013-09-07) [ 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-beta1' +package_version='3.0.0-beta2' package_description='OPK Build System' package_library='libopkbuild.1' |