From 9c444117228be3bb6301fc41a9352962c8af3265 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Jun 2013 10:32:28 +0200 Subject: [PATCH] NEWS: mention recent changes. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 4e7e42bb..6e021391 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ xbps-0.25 (???): + * libxbps: only read virtual pkg config files when looking for a virtual + package, not unconditionally and at xbps_init() time. + + * libxbps: optimize repo/rpool code by reusing existing data returned by previous calls. + + * libxbps: fixed two memleaks. + + * libxbps: reduced memory usage on 64bit platforms by using 32bit types, which + is really enough to be used in loop indexes (deps, revdeps, etc). + * xbps-dgraph: completely updated to the new pkgdb format/API. * xbps-query(8): added support to find reverse dependencies in repository mode