X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=c2719ea58bae495f11a1bd477d1d65fd69b50556;hb=e6b0cc182fd882518a33f10bf46519b94e632267;hp=2d21a01cdda025957f1cdbbe678edcbbbe6cf213;hpb=1e5655c5401866c1736fb0001f4a459ffa64aea0;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 2d21a01..c2719ea 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,30 @@ ---- 1.7.1 2014/08/13 +--- 1.7.4 2014/09/02 + +Log ingest failures and record failures: + +Clean up logging PAZ-942 +Use session lead in more places. Log hits/records/filtered for each +target when fetching is complete. Log hit count when a search +(response) is received. Remove some less useful log messages. + +Fix warning about about missing (internal) stylesheet PAZ-956 + +Report number of filtered records in bytarget PAZ-954 + +Cache XML documents as they appear after normalization. The key +for the cache is database+record offset. Cache is removed if query +is modified for search. This speeds up re-establishing a result set +for databases where new query is same previous query. + +--- 1.7.3 2014/08/22 + +poll: add assert for number of FDs; abort on poll failure + +--- 1.7.2 2014/08/18 + +Fix hang for 2nd use of target with unresolved DNS PAZ-949 + +--- 1.7.1 2014/08/14 Use poll rather than select for main event loop to overcome limit of 1024 file descriptors PAZ-947