diff options
-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' |