NEWS: time to release 0.10.1.

This commit is contained in:
Juan RP 2011-10-26 16:28:45 +02:00
parent 94591775d5
commit 5fcb8fbab2

7
NEWS
View File

@ -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. when some virtualpkg plist file couldn't be internalized.
* xbps-bin(8): 'remove' with recursive flag (-R) now removes first * xbps-bin(8): 'remove' with recursive flag (-R) now removes first
@ -8,8 +8,7 @@ xbps-0.11.0 (???):
tail of the array. tail of the array.
* libxbps: xbps_pkgpattern_{name,version} now return expected * libxbps: xbps_pkgpattern_{name,version} now return expected
pkgname/version if the pattern is a shell wildcard pattern pkgname/version if pattern is a shell wildcard pattern (fnmatch(3)).
(fnmatch(3)).
* libxbps: removed csh alternate code from the NetBSD's match code. * libxbps: removed csh alternate code from the NetBSD's match code.
We weren't using this code anyway and this only slowed down We weren't using this code anyway and this only slowed down