Skip to content

Commit e12601d

Browse files
author
Jürgen Starek
committed
Releases 5.1.4 etc
1 parent 6313a79 commit e12601d

7 files changed

+498
-6
lines changed

release-notes-3.2

+21
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,27 @@ from dCache 3.1. Please read this section *very carefully* when
107107
upgrading from this version.
108108

109109

110+
## Release 3.2.56
111+
112+
### pool
113+
114+
Attempting to start a full checksum scan (with `csm check *`) while an
115+
existing scan is still running is no longer reported as a bug.
116+
117+
118+
### Changelog 3.2.55..3.2.56
119+
120+
<!-- git log 3.2.55..3.2.56 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
121+
122+
[c3ad410dca](https://github.com/dcache/dcache/commit/c3ad410dca72f8341b3996e2029dc7c8cfb7c960)
123+
: [maven-release-plugin] prepare release 3.2.56
124+
125+
[2fc1418c94](https://github.com/dcache/dcache/commit/2fc1418c94f0a6ba43d7b94f19b1604e39019875)
126+
: pool: avoid IllegalStateException in 'csm check *' command
127+
128+
[5de570d4cc](https://github.com/dcache/dcache/commit/5de570d4cc9733d9d020ab6c61eb4ef244b93b7e)
129+
: [maven-release-plugin] prepare for next development iteration
130+
110131
## Release 3.2.55
111132

112133
### alarms

release-notes-4.0

+21
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,27 @@ The notes for [release 4.0.0](#release4.0.0) detail the differences
9999
from dCache 3.2. Please read this section *very carefully* when
100100
upgrading from this version.
101101

102+
## Release 4.0.47
103+
104+
### pool
105+
106+
Attempting to start a full checksum scan (with `csm check *`) while an
107+
existing scan is still running is no longer reported as a bug.
108+
109+
110+
### Changelog 4.0.46..4.0.47
111+
112+
<!-- git log 4.0.46..4.0.47 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
113+
114+
[a7a610b876](https://github.com/dcache/dcache/commit/a7a610b8769e2750d8bb5c2a5f1adda84b6ad6b4)
115+
: [maven-release-plugin] prepare release 4.0.47
116+
117+
[18178625ea](https://github.com/dcache/dcache/commit/18178625ea05733abf99187d0cd5844607983fb1)
118+
: pool: avoid IllegalStateException in 'csm check *' command
119+
120+
[6e511978d2](https://github.com/dcache/dcache/commit/6e511978d285e1c1397db26c790e6c39c1ccc1a0)
121+
: [maven-release-plugin] prepare for next development iteration
122+
102123
## Release 4.0.46
103124

104125
### alarms

release-notes-4.1

+21
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,27 @@ Thanks to Christoph Anton Mitterer for his constributions.
107107
We would like to thank the students of HTW Berlin Alexandra Konovalova, Hagen Wittlich and Marcus Kopp,
108108
for their contributions during the HTW course.
109109

110+
## Release 4.1.43
111+
112+
### pool
113+
114+
Attempting to start a full checksum scan (with `csm check *`) while an
115+
existing scan is still running is no longer reported as a bug.
116+
117+
118+
### Changelog 4.1.42..4.1.43
119+
120+
<!-- git log 4.1.42..4.1.43 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
121+
122+
[f1020142ba](https://github.com/dcache/dcache/commit/f1020142bae50f410c27428e543b7fc3a534178b)
123+
: [maven-release-plugin] prepare release 4.1.43
124+
125+
[6a1ea2f940](https://github.com/dcache/dcache/commit/6a1ea2f940aed5cabd929cdd863cb2e8952d68ee)
126+
: pool: avoid IllegalStateException in 'csm check *' command
127+
128+
[d39b791553](https://github.com/dcache/dcache/commit/d39b7915539d6dc6ef78c3c556e2bbc5c37db4c0)
129+
: [maven-release-plugin] prepare for next development iteration
130+
110131
## Release 4.1.42
111132

112133
### alarms

release-notes-4.2

+93
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,99 @@ updates, pools may remain at 4.1 during that update.
9191
The dCache team thanks Christoph Anton Mitterer, Martin Johnki, Onno Zweers and Johannes Thurn
9292
for their pull requests and contributions.
9393

94+
## Release 4.2.36
95+
96+
### Changes affecting multiple services
97+
98+
This release includes an updated Jetty library, with the update adressing
99+
CVE-2019-10247.
100+
101+
This release includes an updated Jetty library, with the update adressing
102+
CVE-2019-10247.
103+
104+
### dcap
105+
106+
The Kafka messaging implementation in the dcap service has been made more robust,
107+
fixing issue [#4831](https://github.com/dCache/dcache/issues/4831).
108+
109+
### frontend
110+
111+
Periodic activity associated with the frontend door is now logged with the
112+
door's cell name. Such messages will also appear in the door's
113+
pinboard.
114+
115+
### nfs
116+
117+
Periodic activity associated with the NFS door is now logged with the
118+
door's cell name. Such messages will also appear in the door's
119+
pinboard.
120+
121+
### pool
122+
123+
Attempting to start a full checksum scan (with `csm check *`) while an
124+
existing scan is still running is no longer reported as a bug.
125+
126+
Pool start-up logging now includes the corresponding pool cell name.
127+
128+
An internal timing check was updated, which should result in more robust pool
129+
behaviour. There should be no user-visible impact.
130+
131+
### webdav
132+
133+
Periodic activity associated with the WebDAV door is now logged with the
134+
door's cell name. Such messages will also appear in the door's
135+
pinboard.
136+
137+
### xrootd
138+
139+
A new configuration property, `pool.mover.xrootd.tpc-server-response-timeout`, allows
140+
setting a timeout for xrootd 3rd party copy operations. This can also be changed through
141+
the new admin command `xrootd set server response timeout`.
142+
143+
144+
### Changelog 4.2.35..4.2.36
145+
146+
<!-- git log 4.2.35..4.2.36 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
147+
148+
[81b97a7e0b](https://github.com/dcache/dcache/commit/81b97a7e0bc88bff0630a77a428134bcc31a27c5)
149+
: [maven-release-plugin] prepare release 4.2.36
150+
151+
[04c8ada79e](https://github.com/dcache/dcache/commit/04c8ada79e8806aee7079bc5e961c2554ab8d26c)
152+
: pool: avoid IllegalStateException in 'csm check *' command
153+
154+
[dfe3670ee9](https://github.com/dcache/dcache/commit/dfe3670ee96a7c6593c87faafc10e9f5d6679d1d)
155+
: dcap: fix premature close of kafka sender
156+
157+
[e234b45be3](https://github.com/dcache/dcache/commit/e234b45be3b7bad3702fa66e9e5c2e3ac3095eff)
158+
: sweeper: compute now after the values have been fetched
159+
160+
[236baac111](https://github.com/dcache/dcache/commit/236baac111a445abd3ac2b44bd6a02cbd0471f20)
161+
: libs: use jetty 9.4.18.v20190429
162+
163+
[aca121207b](https://github.com/dcache/dcache/commit/aca121207bd3c332831e5a530e538456b05a216f)
164+
: dcache-xrootd: add ability to override default timeout for server response (TPC)
165+
166+
[03998dbb3e](https://github.com/dcache/dcache/commit/03998dbb3ef677953d7b6519fefc6025c8d76b77)
167+
: [maven-release-plugin] prepare for next development iteration
168+
169+
[91b1a9bf63](https://github.com/dcache/dcache/commit/91b1a9bf63e302c2e2c22096e60721568ef7f4b0)
170+
: frontend: include CDC in scheduled activity
171+
172+
[c9c77f3a3e](https://github.com/dcache/dcache/commit/c9c77f3a3e58db9007e29e215fb3f66eab51af82)
173+
: nfs: include CDC in scheduled activity
174+
175+
[62ccc626f0](https://github.com/dcache/dcache/commit/62ccc626f0f1f106154905368b7fdf474b18a293)
176+
: webdav: include CDC in scheduled activity
177+
178+
[e0f853b011](https://github.com/dcache/dcache/commit/e0f853b0116ca0a7b112ce5baf5a9f56b3d1c10f)
179+
: pool: ensure initialisation thread has correct CDC information
180+
181+
[df3fae5f4a](https://github.com/dcache/dcache/commit/df3fae5f4a59b8a8357a26085a2f4ec0282dd48a)
182+
: jetty: make CanlContextFactory subclass of jetty.ssl.SslContextFactory.Server
183+
184+
[7b40be97a6](https://github.com/dcache/dcache/commit/7b40be97a645467a161852c76200e88aa5da1243)
185+
: pom: use jetty 9.4.17.v20190418
186+
94187
## Release 4.2.34
95188

96189
### alarms

release-notes-5.0

+99
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,105 @@ This release breaks compatibility with pools running dcache version 3.2 or earli
7878
We thank HTW Berlin students Marcel Munce, Ferdinand Wolff and MaKrHTW (???) as well
7979
as Onno Zweers from surfSARA for their contributions.
8080

81+
## Release 5.0.15
82+
83+
### Changes affecting multiple services
84+
85+
This release includes an updated Jetty library, with the update adressing
86+
CVE-2019-10247.
87+
88+
This release includes an updated Jetty library, with the update adressing
89+
CVE-2019-10247.
90+
91+
### dcap
92+
93+
The Kafka messaging implementation in the dcap service has been made more robust,
94+
fixing issue [#4831](https://github.com/dCache/dcache/issues/4831).
95+
96+
### frontend
97+
98+
Periodic activity associated with the frontend door is now logged with the
99+
door's cell name. Such messages will also appear in the door's
100+
pinboard.
101+
102+
### nfs
103+
104+
Periodic activity associated with the NFS door is now logged with the
105+
door's cell name. Such messages will also appear in the door's
106+
pinboard.
107+
108+
### pool
109+
110+
Attempting to start a full checksum scan (with `csm check *`) while an
111+
existing scan is still running is no longer reported as a bug.
112+
113+
Pool start-up logging now includes the corresponding pool cell name.
114+
115+
An internal timing check was updated, which should result in more robust pool
116+
behaviour. There should be no user-visible impact.
117+
118+
### webdav
119+
120+
Periodic activity associated with the WebDAV door is now logged with the
121+
door's cell name. Such messages will also appear in the door's
122+
pinboard.
123+
124+
### xrootd
125+
126+
A new configuration property, `pool.mover.xrootd.tpc-server-response-timeout`, allows
127+
setting a timeout for xrootd 3rd party copy operations. This can also be changed through
128+
the new admin command `xrootd set server response timeout`.
129+
130+
131+
### Changelog 5.0.14..5.0.15
132+
133+
<!-- git log 5.0.14..5.0.15 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
134+
135+
[61228154c6](https://github.com/dcache/dcache/commit/61228154c66451d6b269a86c566b31275548705c)
136+
: [maven-release-plugin] prepare release 5.0.15
137+
138+
[df878d862d](https://github.com/dcache/dcache/commit/df878d862da804f0aa9a5fd171618e681a6a69fb)
139+
: pool: avoid IllegalStateException in 'csm check *' command
140+
141+
[76575b0771](https://github.com/dcache/dcache/commit/76575b077102a42e4385b2cdf0bc2486869a353a)
142+
: Update config-SRM.md
143+
144+
[9ab6197b73](https://github.com/dcache/dcache/commit/9ab6197b73d456081cea4b86d1dfc299e633cdfb)
145+
: Update config-SRM.md
146+
147+
[462cf31a93](https://github.com/dcache/dcache/commit/462cf31a93b5543d49cf8882c622a5bed87e32aa)
148+
: dcap: fix premature close of kafka sender
149+
150+
[df99ce0710](https://github.com/dcache/dcache/commit/df99ce0710ac6385ee24b9f9daae42b745f82138)
151+
: sweeper: compute now after the values have been fetched
152+
153+
[fa071d90cc](https://github.com/dcache/dcache/commit/fa071d90cc5f9ac80df36b38e6d28fb7e453aad7)
154+
: libs: use jetty 9.4.18.v20190429
155+
156+
[cda8868232](https://github.com/dcache/dcache/commit/cda8868232d7e9529d98d2ef6f61d89a8eda83c9)
157+
: dcache-xrootd: add ability to override default timeout for server response (TPC)
158+
159+
[3b9c7f7674](https://github.com/dcache/dcache/commit/3b9c7f7674785f0bc4050570fc0ffd839cf7724f)
160+
: [maven-release-plugin] prepare for next development iteration
161+
162+
[6ec0c14175](https://github.com/dcache/dcache/commit/6ec0c1417599e6f31235311f1ea4ab680500f1d4)
163+
: frontend: include CDC in scheduled activity
164+
165+
[99c377c2f6](https://github.com/dcache/dcache/commit/99c377c2f663b641c3fe215233f4bb7dfc2a5a4d)
166+
: nfs: include CDC in scheduled activity
167+
168+
[6b2298ec51](https://github.com/dcache/dcache/commit/6b2298ec51a3b74d097de66eee4e3c9843a84fae)
169+
: webdav: include CDC in scheduled activity
170+
171+
[4e146e7e02](https://github.com/dcache/dcache/commit/4e146e7e028db33c80ab410334103e768e1ce1d3)
172+
: pool: ensure initialisation thread has correct CDC information
173+
174+
[ec475d6d07](https://github.com/dcache/dcache/commit/ec475d6d071983f2d0ab9a98c1ecb7d05228f7f7)
175+
: jetty: make CanlContextFactory subclass of jetty.ssl.SslContextFactory.Server
176+
177+
[1acd5f4f3d](https://github.com/dcache/dcache/commit/1acd5f4f3d35d16bd62ad91d0be3c00e995de2fa)
178+
: pom: use jetty 9.4.17.v20190418
179+
81180
## Release 5.0.13
82181

83182
### alarms

release-notes-5.1

+93
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,99 @@ Lea Morschel also provided documentation and code refinements.
9393
Other contributions originated from a lecture at HTW Berlin; many thanks to Jonas Grabber, "tabea", "Co" and "xpinkyx" for their contributions.
9494

9595

96+
## Release 5.1.4
97+
98+
### Changes affecting multiple services
99+
100+
This release includes an updated Jetty library, with the update adressing
101+
CVE-2019-10247.
102+
103+
This release includes an updated Jetty library, with the update adressing
104+
CVE-2019-10247.
105+
106+
### dcap
107+
108+
The Kafka messaging implementation in the dcap service has been made more robust,
109+
fixing issue [#4831](https://github.com/dCache/dcache/issues/4831).
110+
111+
### frontend
112+
113+
Periodic activity associated with the frontend door is now logged with the
114+
door's cell name. Such messages will also appear in the door's
115+
pinboard.
116+
117+
### nfs
118+
119+
Periodic activity associated with the NFS door is now logged with the
120+
door's cell name. Such messages will also appear in the door's
121+
pinboard.
122+
123+
### pool
124+
125+
Attempting to start a full checksum scan (with `csm check *`) while an
126+
existing scan is still running is no longer reported as a bug.
127+
128+
Pool start-up logging now includes the corresponding pool cell name.
129+
130+
An internal timing check was updated, which should result in more robust pool
131+
behaviour. There should be no user-visible impact.
132+
133+
### webdav
134+
135+
Periodic activity associated with the WebDAV door is now logged with the
136+
door's cell name. Such messages will also appear in the door's
137+
pinboard.
138+
139+
### xrootd
140+
141+
A new configuration property, `pool.mover.xrootd.tpc-server-response-timeout`, allows
142+
setting a timeout for xrootd 3rd party copy operations. This can also be changed through
143+
the new admin command `xrootd set server response timeout`.
144+
145+
146+
### Changelog 5.1.3..5.1.4
147+
148+
<!-- git log 5.1.3..5.1.4 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
149+
150+
[8bc74e3f13](https://github.com/dcache/dcache/commit/8bc74e3f1314a02161c6f2c7f4509ae7f72618ea)
151+
: [maven-release-plugin] prepare release 5.1.4
152+
153+
[c9ed0d87e3](https://github.com/dcache/dcache/commit/c9ed0d87e31f3bae8e6bf81e1060e0c7542cabc7)
154+
: pool: avoid IllegalStateException in 'csm check *' command
155+
156+
[8cdf34d790](https://github.com/dcache/dcache/commit/8cdf34d790816beaa09348d8d20ef3acf3364503)
157+
: dcap: fix premature close of kafka sender
158+
159+
[d88ba9bef4](https://github.com/dcache/dcache/commit/d88ba9bef45436a134a3d7dfa36c4dc4fee91511)
160+
: sweeper: compute now after the values have been fetched
161+
162+
[8aaabb6316](https://github.com/dcache/dcache/commit/8aaabb6316ae151419331a3622f1ed937f4b465d)
163+
: libs: use jetty 9.4.18.v20190429
164+
165+
[03ad080bed](https://github.com/dcache/dcache/commit/03ad080bed08d93e14874a752dc47bef60069b7e)
166+
: dcache-xrootd: add ability to override default timeout for server response (TPC)
167+
168+
[906ab5ac03](https://github.com/dcache/dcache/commit/906ab5ac03c659f00238d49f9fde23bd78ba9d6c)
169+
: [maven-release-plugin] prepare for next development iteration
170+
171+
[d8f0ee3954](https://github.com/dcache/dcache/commit/d8f0ee39544e2b978a311168a487869fb66fadda)
172+
: frontend: include CDC in scheduled activity
173+
174+
[6007c39a82](https://github.com/dcache/dcache/commit/6007c39a822bade0797c75a88786e34e66ce52ff)
175+
: nfs: include CDC in scheduled activity
176+
177+
[8ba362e928](https://github.com/dcache/dcache/commit/8ba362e92859a9152979766118e34b8e5ee690af)
178+
: webdav: include CDC in scheduled activity
179+
180+
[a5337a705a](https://github.com/dcache/dcache/commit/a5337a705ab032da638d65ae83b13c5580521508)
181+
: pool: ensure initialisation thread has correct CDC information
182+
183+
[0e7fcabfd8](https://github.com/dcache/dcache/commit/0e7fcabfd85e5c1579129bcc3445f5d8ffedd18a)
184+
: jetty: make CanlContextFactory subclass of jetty.ssl.SslContextFactory.Server
185+
186+
[6e566d3d9f](https://github.com/dcache/dcache/commit/6e566d3d9f1cff61f59a7d7358a01960ecc6bb71)
187+
: pom: use jetty 9.4.17.v20190418
188+
96189
## Release 5.1.2
97190

98191
### alarms

0 commit comments

Comments
 (0)