diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +3.0.0-alpha5 (2013-06-16) + + [ P. J. McDermott ] + * Escape single quotes in substitution variable values. + * Exit on failure to parse package metadata. + * Fix "Bad binary package name" warning when there are no binary package + metadata directories. + * Fix output of changelog parsing errors. + * Set "Host-Arch" and "Host-Plat" substitution variables, which were recently + added to the SPF 2.0 specification. + * 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. + * Distribute the "mksysconf.in" input makefile. Previously this was missing + from the tar archives. + * Better handle unrecognized options to configure. + * Fix some issues with fakeroot option handling. + 3.0.0-alpha4 (2012-11-16) [ P. J. McDermott ] @@ -20,7 +20,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. package_name='opkbuild' -package_version='3.0.0-alpha4' +package_version='3.0.0-alpha5' package_description='OPK Build System' package_library='libopkbuild.1' |