From 90d1d7205c82affc66878ce54f2d65386f144cac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2011 09:35:03 +0200 Subject: [PATCH] NEWS: mention new changes. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index d472a659..dabe30d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +xbps-0.11.0 (???): + + * libxbps: xbps_pkgpattern_{name,version} now return expected + pkgname/version if the pattern is a shell wildcard pattern + (fnmatch(3)). + + * libxbps: removed csh alternate code from the NetBSD's match code. + We weren't using this code anyway and this only slowed down + xbps_pkgpattern_match(). + xbps-0.10.0 (2011-10-21): * Fixed issue 11 "xbps-bin fails to update properly some pkgs".