Version 1.1.1
[pazpar2-moved-to-github.git] / NEWS
1 --- 1.1.1 2009/08/28
2
3 One result set is created per session (last search) rather than for
4 each connection which happen to be shared (bug #3009).
5
6 marc21 stylesheets changed for efficiency.
7
8 --- 1.1.0 2009/08/19
9
10 Session timeout may be specified on the command-line as option -T.
11
12 Pazpar2 may now be operated in a no-merged mode for records.. All records
13 will be considered unique. This mode is enabled if no mergekey is
14 generated by the normalization stylesheet (pz:xslt). 
15
16 Pazpar2 caches original records from each target and the 'record' command
17 with offset returns the original record if 'syntax' and 'esn' are NOT
18 specified. This speeds up retrieval of original records but also means
19 that Pazpar2 uses more memory. The cached records will be freed when the
20 session terminates or a new search is executed.
21
22 Pazpar2 no longer uses its own ICU wrapper. Instead the ICU wrapper
23 library part of YAZ is used.
24
25 Added SRU client support.
26
27 Automatically computes pz:nativesyntax if not provided. Works for XML and
28 MARC.
29
30 --- 1.0.13 2008/11/24
31
32 Command bytarget returns name of target (if defined).
33
34 --- 1.0.12 2008/11/04
35
36 Fixed bug #2021.. location now holds all brief elements.
37
38 --- 1.0.11 2008/10/15
39
40 Fixed check for application/x-www-form-urlencoded parameters.
41
42 --- 1.0.10 2008/10/14
43
44 Fixes for IE in pz2.js.
45
46 Fixed bug #2021: non-merged, brief meta data NOT included for command=show.
47
48 --- 1.0.9 2008/05/23
49
50 Changed the JS library pz2.js to use POST for long URL (+ params).
51
52 Added installation instructions for Windows. Note: NT services is
53 NOT available until we make a new release of YAZ.
54
55 Preserve order of repeated metadata fields (they were reversed before).
56
57 More MARC21 information extracted for metadata.
58
59 --- 1.0.8 2008/04/22
60
61 Fixed bug #1162: HTML entities are not escaped properly.
62
63 Native Windows port of Pazpar2. Makefile for Visual Studio provided.
64
65 --- 1.0.7 2008/04/14
66
67 Marc21 stylesheet updated to reflect multiple full text fields
68
69 --- 1.0.6 2008/03/12
70
71 Fixed bug in pz2.js WRT DOMElement attributes on IE.
72
73 Fixed bug 2100: Database wildcards not working
74
75 --- 1.0.5 2007/11/09
76
77 Added support for retrieval of records in binary.
78
79 Fixed bug 1794: Pazpar2 does not return valid XML.
80
81 Deal with ICU not returning sortkey (resulted in SEGV before).
82
83 --- 1.0.4 2007/09/28
84
85 JavaScript library pzw2.js throws error if WS response (from Pazpar2 or
86 other) is malformed (non-wellformed XML or missing Pazpar2 OK status).
87
88 Improved diagnostics when Pazpar2 HTTP decoding fails.
89
90 Pazpar2 requests may be POSTed as using Content-Type
91 application/x-www-form-urlencoded.
92
93 Pazpar2 honors LF in HTTP headers.
94
95 Handle targets that handle negative hit counts (should not happen, but it
96 does).
97
98 --- 1.0.3 2007/09/19
99
100 ICU is used for tokenization and normalization of the following: mergekey,
101 sorting, relevance terms.
102
103 Debian package now enables ICU tokenization and normalization by default.
104
105 --- 1.0.2 2007/08/22
106
107 Exposed user setting values (i.e. non-pz: names) to the record systems in two
108 ways: Either as parameters to the normalization stylesheets (which would allow the
109 programmer to postprocess or use the values in any way) or after the normalization
110 step, in which case values are made part of the normalized record (and available for
111 sorting, termlists, display, or other interface-related use.
112
113 Implemented sorting by year.
114
115 Option -d dumps records to the current log file instead of stderr.
116
117 Fixes for compilation on cygwin.
118
119 Z39.50 client code uses pz:elements. pz:elements was recognized in
120 earlier Pazpar2 versions but it was not used for anything.
121
122 icu_chain_test is using fgets instead of getline - fixes compilation
123 on MacOSX .
124
125 Loosen the CCL query parsing so that Pazpar2 only returns error if _all_
126 query conversions fail (rather than _any_). This means targets that do
127 not support some fields are ignored in a search.
128
129 --- 1.0.1 2007/07/03
130
131 Improved handling of socket timeout for Z39.50 connections. 
132
133 Misc documentation updates and spell fixes.
134
135 Debian package pazpar2 creates log rotate entry.
136
137 Debian package pazpar2-apache2 reloads Apache2.
138
139 jsdemo included in distribution. It illustrates the use of the js/pz2.js
140 JavaScript library.
141
142 --- 1.0.0 2007/06/20
143
144 First public release.
145