diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-13 12:24:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-13 12:24:56 (EDT) |
commit | 08fd40d6512391ff04bb9db92a7e91502212bb22 (patch) | |
tree | 39fb171c959d4d21a31386f8e4e5ae08f2de608f | |
parent | b23fa83cb429587a28518419dd31c67ee0a3a4af (diff) |
NEWS: Add 3.0.0-beta4 section.
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +opkbuild version 3.0.0-beta4 +---------------------------- + +Released: ????-??-?? + +Changes in this release: + + * ob_match_plat() now checks for exact platform name matches. This + will be necessary to build the linux-libre source package for the + dev platform without building linux-image and linux-sysmap binary + packages. + * ob-installplatconf now correctly installs configuration files + without a "/" in their specified destinations. + * ob-checkbuilddeps has been implemented. opkbuild now uses its opkg + dependency. Package build dependency checking can be disabled using + opkbuild's "-d" option. + * The default architecture in mksysconf.in is now "amd64-linux-glibc". + * NEWS now contains summaries of changes in each released version. + opkbuild version 3.0.0-beta3 ---------------------------- |