diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 09:31:11 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 09:31:11 (EST) |
commit | 91acf2d0fadade2082f4519f84617bdbbeb0c8c6 (patch) | |
tree | 8dbfa0eb20a4e111d9157bd4c7c83985e6671f11 | |
parent | 8f1fed3bd67c93dab4fe4a680c50d761da36b130 (diff) |
Release opkbuild 3.0.0-beta3.opkbuild-3.0.0-beta3
-rw-r--r-- | ChangeLog | 11 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +3.0.0-beta3 (2014-03-07) + + [ P. J. McDermott ] + * Make ob-genchanges only list .opk files that are built for the host + architecture and platform. + * Preserve file modification times, owners and groups, and modes in source + packages. + * Find packaging helpers at run time using helper configuration scripts + instead of at build time with configure options. As of version 3.0.0, + opkhelper provides such a helper configuration script. + 3.0.0-beta2 (2014-01-19) [ 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-beta2' +package_version='3.0.0-beta3' package_description='OPK Build System' package_library='libopkbuild.1' |