summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-rwxr-xr-xconfigure2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15d11a9..030b6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+3.0.0-beta2 (2013-05-10)
+
+ [ P. J. McDermott ]
+ * Make oh-installfiles install links, not just regular files.
+ * Fix a misspelled parameter name in oh_set_buildsystem_option().
+ * Support relative paths in the "-s" option of oh-autoconfigure, oh-autobuild,
+ oh-autoinstall, and oh-autoclean.
+ * Fix issue with trailing slashes in patterns in <binpkg>.pkg/files.
+ * 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.
+ * Properly provide an architecture table and remove the old and temporary
+ mkarchtab makefile.
+ * Use multiarch library paths by default. This can be disabled with the
+ "--with-multiarch-libdir=false" option of configure.
+
3.0.0-beta1 (2012-11-16)
[ P. J. McDermott ]
diff --git a/configure b/configure
index 3660975..8290e9e 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package_name='opkhelper'
-package_version='3.0.0-beta1'
+package_version='3.0.0-beta2'
package_description='OPK Build Helper Tools'
package_library='libopkhelper.3.0'