-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
72 lines (47 loc) · 1.92 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Apache ManifoldCF Plugin for Apache Solr 4.x change Log
$Id$
======================= 2.3-SNAPSHOT =====================
======================= Release 2.2 =====================
CONNECTORS-1194: Stale connection checks enabled.
(Karl Wright)
======================= Release 2.1 =====================
CONNECTORS-914: Go to a Maven build system.
(Ahmet Arslan)
CONNECTORS-934 : Check if log level is enabled before constructing log message.
(Ahmet Arslan)
======================= Release 2.0 =====================
CONNECTORS-886: Provide [allow|deny]_token_parent fields.
Upgrade to this version now requires reindexing.
(Shinichiro Abe, Karl Wright)
CONNECTORS-848: Build against Lucene/Solr 4.6.0.
======================= Release 1.1 =====================
CONNECTORS-825: Fix infinite loop parsing multi-domain arguments.
(Shinichiro Abe)
Add functionality making the plugin compatible with multi-domain
features of ManifoldCF. Specifically, allow multiple domain/username
tuples to be passed in the request.
(Karl Wright)
======================= Release 0.4 =====================
CONNECTORS-534: Repackage plugins to have a true binary release,
with appropriate DEPENDENCIES.txt, README's etc.
(Karl Wright)
Port to Solr 4.1.0.
(Karl Wright)
======================= Release 0.3 =====================
CONNECTORS-595: Fix tests to use new initCore() conventions and
test resource layout.
(Karl Wright)
Port to final release of Solr 4.0.0.
(Karl Wright)
======================= Release 0.2 =====================
CONNECTORS-485: Port to the latest 4.x code.
(Karl Wright)
CONNECTORS-354: Add a parameter to allow the maximum connection pool
size to be configurated in solrconfig.xml.
(Karl Wright)
CONNECTORS-333: Use multithreaded connection manager and tcp-no-delay
in order to avoid sockets accumulating in CLOSE_WAIT.
(Simon Willnauer via Karl Wright)
======================= Release 0.1 =====================
Initial commit.
(Karl Wright)