X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=0d47f90337eeb7ef11f77d53dfeafe7c8363b0ac;hp=3901798394001ba56baff420e3c1be98f0750b28;hb=HEAD;hpb=363c0adc2ebed5aca7c06a98c45b20b8b71c4341 diff --git a/NEWS b/NEWS index 3901798..0d47f90 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,96 @@ +--- 1.12.5 2015/10/19 + +Usage limit PAZ-1038 +Guard against running out of sockets/file-descriptors. The limit may +be set with in main configuration. If omitted, +the system default is used (getrlimit RLIMIT_NOFILE). + +--- 1.12.4 2015/09/15 + +log msg cleanup PAZ-1037 + +Fix leak in record parsing +Occurred when empty data was produced and metadata did not have the +attribute "empty". The empty attribute was introduced in PAZ-858 + +Updates to pz:authentication documentation + +Refer to full Apache product + +Document info command. This command has been around since first release +in 2007. Command info includes versions, statistics, etc. +The undocumented server-status comand is gone and completely replaced by +command info which returns general information of the pazpar2 instance. + +Minor updates to pazpar2_play manual + +--- 1.12.3 2015/09/03 + +Make pazpar2_play part of Deb/RPM PAZ-1031 + +Allow predictable sessions (Option -R - for pazpar2) PAZ-1030 + +Fix pazpar2 recording broken PAZ-1029 + +At session destroy, log facet IDs in use + +log level for http is http (not HTTP) + +Fix 0 ptr reference for POST and no Content-Type PAZ-1028 + +Log levels http+iochan for tests. Wait longer time in valgrind mode. + +--- 1.12.2 2015/08/31 + +Facility disable/logging of POSTed content PAZ-1027 +Log level "post" controls whether POSTed content is logged. This +is enabled by default. To disable, use -v -post on the command line. + +Explain the semantics of using option -d twice in pazpar2 man page. + +Update ajaxdev.xml and make it part of the dist PAZ-1025 + +--- 1.12.1 2015/08/26 + +Fix pazpar2 crash when using pz:extendrecs PAZ-1024 + +--- 1.12.0 2015/08/17 + +Fix PAZPAR2_PPMUTEX_H incorrectly defined PAZ-1023 + +Fix windows: crash in xmlDocFormatDump PAZ-1021 +Problem is the passed FILE*. We can not pass FILE pointers between +DLLs. So we just avoid dumping the XML config during start on Windows. + +Use YAZ comstack features for IPv6 and non-blocking getaddrinfo. PAZ-927 + +Upgrade to debian DH version 9 PAZ-1020 + +Fix bytarget list not cleared for new search PAZ-1019 + +--- 1.11.3 2015/07/28 + +Do not re-search if facetlimit scan fails to find value PAZ-1013 + +Optimizie single-target sortmap - keep record order PAZ-1917 + +position rec-icd with leading zeros PAZ-1018 + +Fix Bad HTTP request causes a crash PAZ-1012 + +--- 1.11.2 2015/07/21 + +Fix Can not make doc on mochi PAZ-1015 + +--- 1.11.1 2015/07/21 + +Fix PAZ-1009: Do not create local facets when using facetmap:split + +--- 1.11.0 2015/07/06 + +Facet ID term map PAZ-1008 +New setting pz:facetmap:split:name (refer to documentation) + --- 1.10.0 2015/06/16 Sort by retrieval PAZ-1006