From 80cd0e21b89801ca0da84a20aba30e986739c343 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 19 Jan 2014 11:38:03 -0500 Subject: Release opkbuild 3.0.0-beta2. I should have done this four months ago, but oh well. --- diff --git a/ChangeLog b/ChangeLog index e9517cb..55e58b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ] diff --git a/configure b/configure index 54d94b9..57f95d6 100755 --- a/configure +++ b/configure @@ -20,7 +20,7 @@ # along with this program. If not, see . package_name='opkbuild' -package_version='3.0.0-beta1' +package_version='3.0.0-beta2' package_description='OPK Build System' package_library='libopkbuild.1' -- cgit v0.9.1