From cccc9de7deadee992a116c67856f3d02da0f9dc0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Jun 2013 12:19:48 +0200 Subject: [PATCH] NEWS: mention latest changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 6e021391..eefae9ef 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ xbps-0.25 (???): + * Dropped requirement of confuse when using the libxbps API. + + * Dropped support for external libfetch and proplib; the included copies + are always used unconditionally. libxbps now provides a wrapper for + proplib prefixing all symbols with xbps_ rather than prop_. + * libxbps: only read virtual pkg config files when looking for a virtual package, not unconditionally and at xbps_init() time.