-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY.txt
118 lines (69 loc) · 2.01 KB
/
HISTORY.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Changelog
=========
1.3.10 (unreleased)
-------------------
- Nothing changed yet.
1.3.9 (2024-04-04)
------------------
- Use system property to enable remote streaming.
[buchi]
1.3.8 (2023-10-12)
------------------
- Add support for `extra-opts` (additional options for Solr cmdline).
[lgraf]
1.3.7 (2022-07-05)
------------------
- Add support for subdirectories in the configuration directory.
[buchi]
1.3.6 (2021-12-20)
------------------
- Fix system property for Log4j configuration file.
1.3.5 (2021-12-13)
------------------
- Disable message lookups in log4j. Mitigation for CVE-2021-44228.
[buchi]
1.3.4 (2020-07-31)
------------------
- Add configoverlay option. [Kevin Bieri]
1.3.3 (2020-05-27)
------------------
- Add shardsWhitelist to template. [lvonlanthen]
1.3.2 (2020-01-15)
------------------
- Fix detection of running Solr on Linux used in `bin/solr stop` and `bin/solr status`.
[siegy22]
1.3.1 (2019-07-08)
------------------
- Respect SOLR environment variables set outside of the startup script [jone].
1.3.0 (2019-06-13)
------------------
- Update Log4J configuration: Replace log4j.properties with log4j2.xml.
Requires Solr 7.4.0 or later.
[buchi]
- Update default URL and solrconfig.xml to version 8.1.1.
[buchi]
- Add sortable_title and path_depth fields to provided schema.
[buchi]
1.2.1 (2018-09-20)
------------------
- Add ICUNormalizer2CharFilterFactory char filter in provided schema.
This fixes handling of decomposed unicode (aka NFD, NFKD).
[buchi]
- Replace shell process by Solr process when starting in foreground.
[buchi]
1.2.0 (2018-05-25)
------------------
- Only chmod startup script to executable if it's not already executable.
[buchi]
- Update default download url to version 7.3.1.
[buchi]
- Add missing Plone default fields to provided schema.
[buchi]
1.1.0 (2018-02-05)
------------------
- Add option to provide the Solr conf relative to an egg.
[buchi]
1.0.0 (2018-02-02)
------------------
- Initial release.
[buchi]