X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=47437f52102db8dad711bf4d1a40163c3cf76de9;hb=ccb7c3564025948538dc4750854ca8ca53ffe19c;hp=4260bbc9e24ad5563905cbd0661cba75d75c55be;hpb=f451628ce616009071ab80cbe201cc7a3f60702d;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 4260bbc..47437f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,104 @@ +--- 1.7.5 2014/09/11 + +Various fixes for threaded operation PAZ-960 thru PAZ-966 + +Dump main configuration file during start of Pazpar2 PAZ-957 + +--- 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 + +Override setting with same name (do not append) PAZ-945 + +--- 1.7.0 2014/06/27 + +Separate package: pazpar2-xsl PAZ-932 + +--- 1.6.44 2014/06/27 + +Update OPAC stylesheets for availabilityDate PAZ-943 + +Fix too funny startrecs description + +Fix broken ~ match if filter contains = PAZ-941 + +--- 1.6.43 2014/06/12 + +Add pz:redis option for ZOOM caching using redis. This is an alternative +to memcached. Requires YAZ 5.2.0 to work. + +--- 1.6.42 2014/05/06 + +Re-ingest native facets PAZ-934 + +Fix medium override for solr-pz2.xsl. + +--- 1.6.41 2014/04/23 + +Fix URL with leading http:// not working PAZ-933 + +Build packages for Ubuntu Trusty Tahr 14.04 LTS + +cf.xsl: handle medium override AND md field + +--- 1.6.40 2014/04/10 + +sortmap relevance always uses increasing=1. PAZ-930 + +solr-pz2.xsl: ensure medium is also applied if Solr record do not +have it. PAZ-929 + +Fix leak in getaddrinfo usage for HTTP listener. Not a big deal because +this code is only executed once. + +Fix typos is sortmap documentation. + +Doc: fix misplaced variablelist tag. + +--- 1.6.39 2014/02/19 + +Doc: update WRT ICU which is configured for YAZ; not Pazpar2. +It's been like that since version 1.1.1 from August 2009. + +Add support for result-set caching via memcached. See description of +pz:memcached. Require that Pazpar2 is using YAZ 5.0.12 or later. + +Add support for a container tag. Patfh from Sven Porst. + +Add support for XInclude in main configuarion file. Patch from Sven Porst. + +Add client_{lock,unlock} before call to non_block_events in +connection_continue. Problem is that if non_block_events fire records, +then we will not unlock client at all. And as a result, a dead-lock +occurs. + --- 1.6.38 2014/01/07 Avoid removing slash and other characters for generic metadata that