diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-10 14:41:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-10 14:41:33 (EDT) |
commit | 03dc6367801b0b27910349b38af4ef05ba7c4aa5 (patch) | |
tree | 818723ee8b1aacc231b989413f99d66659d29b64 | |
parent | d8d1ce57487886490f7b517ac0f38aa1f7f19911 (diff) |
Release opkhelper 3.0.0-beta2.opkhelper-3.0.0-beta2
-rw-r--r-- | ChangeLog | 16 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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 ] @@ -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' |