summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rwxr-xr-xconfigure2
2 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7925386..f2517a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+3.0.0-alpha5 (2013-06-16)
+
+ [ P. J. McDermott ]
+ * Escape single quotes in substitution variable values.
+ * Exit on failure to parse package metadata.
+ * Fix "Bad binary package name" warning when there are no binary package
+ metadata directories.
+ * Fix output of changelog parsing errors.
+ * Set "Host-Arch" and "Host-Plat" substitution variables, which were recently
+ added to the SPF 2.0 specification.
+ * Make build system non-recursive and faster.
+ * Centralize build system logic into the top-level input makefile to make the
+ build system smaller and more easily maintainable.
+ * Distribute the "mksysconf.in" input makefile. Previously this was missing
+ from the tar archives.
+ * Better handle unrecognized options to configure.
+ * Fix some issues with fakeroot option handling.
+
3.0.0-alpha4 (2012-11-16)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 8df5d8d..4de5a25 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-alpha4'
+package_version='3.0.0-alpha5'
package_description='OPK Build System'
package_library='libopkbuild.1'