diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-15 18:36:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-15 18:36:35 (EDT) |
commit | e4e9cd49265e45981292bea7ab91b15d2ed54eaa (patch) | |
tree | 0737e6625fb158ac0b7cf0839ca372619a09de9e | |
parent | 63cf1af3e69ae1f328ee61caec553a629481ceb4 (diff) |
NEWS: Add 3.0.0-beta5 section.
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +opkbuild version 3.0.0-beta5 +---------------------------- + +Released: ????-??-?? + +Changes in this release: + + * ob-checkbuilddeps now sets substitution variables for use in the + "Build-Depends" field. + * ob-checkbuilddeps now recognizes packages with a status of + "install user installed". + * ob_arch_is_concerned() and ob_plat_is_concerned() now correctly + handle host values of "all" with negated values in package fields. + These functions are also now covered by the test suite. + opkbuild version 3.0.0-beta4 ---------------------------- |