summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-16 15:42:30 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-16 15:42:30 (EST)
commit1e6530a93ac01d073461bd8512f72a56676ca71d (patch)
treecefa8d72db7582a2b277e29c3386f13a273adbbd
parenta01edcd232e360e1aacb5faeb6222df3bd4ac138 (diff)
Release opkbuild 3.0.0-alpha4.opkbuild-3.0.0-alpha4
-rw-r--r--ChangeLog19
-rwxr-xr-xconfigure2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c8b07f..7925386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+3.0.0-alpha4 (2012-11-16)
+
+ [ P. J. McDermott ]
+ * Make ob-unpacksource not consider a lack of sources to be an error.
+ * Support the use of multiple build helpers.
+ * Move _ob_dep_arch_is_concerned() and _ob_dep_plat_is_concerned() to the
+ public API.
+ * Support negation in binary package "Architecture" fields.
+ * Optionally reduce platforms in ob_get_binary_packages().
+ * Make ob-unpacksource work on tar archives without explicit entries for
+ directories.
+ * Don't print an error when there's no substvars file.
+ * Set an "OPK_TOOL_PREFIX" environment variable (needed for packages that use
+ kbuild).
+ * Remove code related to the table of upstream build system architectures.
+ * Replace testsetup.sh with a slightly better "mksysconf" makefile.
+ * Add some error handling to opkbuild.
+ * Reduce platforms for OPK_PACKAGES.
+
3.0.0-alpha3 (2012-10-26)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 5017b52..fca8b11 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-alpha3'
+package_version='3.0.0-alpha4'
package_description='OPK Build System'
srcdir="$(cd "${0%/*}" && pwd)"