From 865d69e0eb4a7b127ff47fb5f48429308f636ec6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Jan 2012 08:10:47 +0100 Subject: [PATCH] NEWS: typos. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 33f214bb..6d7ac69a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ xbps-0.12.0 (???): - * Fixed registerring repositories with trailing '/' chars in + * Fixed registering repositories with trailing '/' chars in configuration file: xbps.conf. * xbps-repo(8): the 'genindex' target now creates a plist file to cache @@ -21,7 +21,7 @@ xbps-0.12.0 (???): fetch-cache-connections-host -> FetchCacheConnections fetch-cache-connections-per-host -> FetchCacheConnectionsPerHost - * Implemented memory caching for regpkgdb and configurarable transaction + * Implemented memory caching for regpkgdb and configurable transaction flushing. Can be changed in xbps.conf with "TransactionFrequencyFlusing". By default set to 5. That means that every 5 packages processed in a transaction there will be a regpkgdb plist flush to disk.