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