X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=NEWS;h=ea4a6b89e3a32cd3cfdf9451aa6381283caf6348;hb=fa93d31fb382038e1b362787ab998d7614e102ce;hp=6c8855b6db0f38525496b8ecb36934a404d2d385;hpb=06d353d82e0f28589e07c97c8ac81c1fddba7e04;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 6c8855b..ea4a6b8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,32 @@ ---- 1.1.0 2009/08/18 +--- 1.2.0 2009/09/10 + +Configuration may now have multiple server areas. This means that a +Pazpar2 instance may listen on multiple ports. Virtual hosting is not +yet supported - on a server basis. Configuration may also have multiple +services .. That is repeating service elements inside a server. Each +has an attribute 'id' which serves as service ID. This ID in turn may +be used in a Pazpar2 session, by specifying parameter service=ID for +command init. There can be at most one unnamed service inside a server +which can be referred to by not specifying an service ID for command +init (backwards compatible). In order to partition multiple servers and +services a new include directive has been added. This takes an attribute +'src' which specifies one or more sub-files. For example to include +service files, one might use: + .. .. . +It is the intention that that completely makes the settings directive +redundant. + +Fix problem where the record command would wait forever if there were +no targets to wait for (activeclients == 0). + +--- 1.1.1 2009/08/28 + +One result set is created per session (last search) rather than for +each connection which happen to be shared (bug #3009). + +marc21 stylesheets changed for efficiency. + +--- 1.1.0 2009/08/19 Session timeout may be specified on the command-line as option -T.