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