summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 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 ]