summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-01-19 11:38:03 (EST)
committer P. J. McDermott <pjm@nac.net>2014-01-19 11:38:03 (EST)
commit80cd0e21b89801ca0da84a20aba30e986739c343 (patch)
treebbf4e5ed2d0bcf5ee1e3adee8c1544d2abafa090
parentff87c2ab10383ab031fc67855567881e61bcbb1b (diff)
Release opkbuild 3.0.0-beta2.opkbuild-3.0.0-beta2
I should have done this four months ago, but oh well.
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure2
2 files changed, 10 insertions, 1 deletions
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 <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'