diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 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 ] |