From 2e5d5e7f49b2dad9ab559a0098e3eec05c3f1ba2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Jul 2011 16:09:53 +0200 Subject: [PATCH] NEWS: mention recent bugfix to dewey code. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index be296558..246dd0e4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ xbps-0.10.0 (???): + * libxbps: fixed NetBSD's dewey matching code to properly identify + that a version X.Y.Z should be greater than X.Y_Z. + * libxbps: revamped virtual package handling. The public API find functions (xbps_find_pkg_*) don't know anything about virtual packages. To find virtual packages the xbps_find_virtualpkg_* functions must be