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