diff options
-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 ---------------------------- |