diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-16 09:43:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-16 09:43:13 (EDT) |
commit | 28b6e0ab37b162f4845ab4440c28c5b42ebc5fe9 (patch) | |
tree | 981f45cf0d2ef5e3908fbac6908f64529bbb74b1 | |
parent | 2c0f14c69bedfbaee24652122f78766aa136cab8 (diff) |
Release opkbuild 3.0.0-alpha5.opkbuild-3.0.0-alpha5
-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' |