From 5fcb8fbab2bd5e7f66e02027ef87b8d26021df6c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Oct 2011 16:28:45 +0200 Subject: [PATCH] NEWS: time to release 0.10.1. --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3ebcc54a..13865eaa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -xbps-0.11.0 (???): +xbps-0.10.1 (2011-10-26): - * libxbps: fixed multiple free(3)s (multiple closedir(3) calls) + * libxbps: fixed multiple free(3) calls in error paths (via closedir(3)) when some virtualpkg plist file couldn't be internalized. * xbps-bin(8): 'remove' with recursive flag (-R) now removes first @@ -8,8 +8,7 @@ xbps-0.11.0 (???): tail of the array. * libxbps: xbps_pkgpattern_{name,version} now return expected - pkgname/version if the pattern is a shell wildcard pattern - (fnmatch(3)). + pkgname/version if 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