summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index efb7d19..57f3322 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,14 @@ Utilities:
libopkbuild:
+ * Binary package parameters are stored internally now with fewer
+ conflicts. Specifically, binary package names such as
+ "libncurses.6" and "libncurses++.6" no longer conflict, because the
+ non-alphanumeric parts of the names are different lengths.
+ * An unbound variable that could cause ob_get_binary_parameter() to
+ fail has been fixed. The utilities called ob_get_binary_parameter()
+ after setting a variable of the same name, so the bug went
+ unnoticed.
* ob_get_binary_parameter() is now covered by the test suite.
Build system: