X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=NEWS;h=031bd494e8f6b2ddb7b5eb7ec0e468779de5f963;hb=bd4157d7ff7e08ef286677dd522bb13d1f91de62;hp=79721a10feee3e8cd16a1f79a8e5ad68dae4d006;hpb=f79057ff6c4afe924846b10f1a5f1f9d84b3474e;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 79721a1..031bd49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,47 @@ +--- 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