summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rwxr-xr-xconfigure2
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf8670..8c8b07f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+3.0.0-alpha3 (2012-10-26)
+
+ [ P. J. McDermott ]
+ * Fix the creation of source package documentation directories.
+ * Fix license information in opkbuild and configure output messages and
+ testsetup.sh source code.
+ * Add the build helper directory to the beginning, rather than the end, of
+ PATH. This should prevent the unintended use of old versions of build
+ helper utilities.
+ * Fix and improve ob-installplatconf.
+ * Reduce binary package relationship fields in ob-gencontrol.
+ * Support substitution variables in control field values.
+ * Fix quotes in the "install" target of man/Makefile.in.
+ * Better support multiple invocations of ob-unpacksource and ob-installdocs.
+ * Reduce platform specifiers in dependency strings.
+ * Support comments in control files.
+
3.0.0-alpha2 (2012-10-16)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 5b6dfde..b0f843e 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-alpha2'
+package_version='3.0.0-alpha3'
package_description='OPK Build System'
srcdir="$(cd "${0%/*}" && pwd)"