Skip to content

Commit 85727bc

Browse files
committed
releasing 6.0.9, 5.2.15, 5.1.20, 5.0.31 and 4.2.51
1 parent b70f4c0 commit 85727bc

6 files changed

+329
-5
lines changed

Diff for: release-notes-4.2

+21
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,27 @@ 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.51
95+
96+
### srm
97+
98+
Now host IP is used for comparison when determining if SURL is local.
99+
100+
101+
102+
### Changelog 4.2.50..4.2.51
103+
104+
<!-- git log 4.2.50..4.2.51 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
105+
106+
[5692bc2](https://github.com/dcache/dcache/commit/5692bc23e80b0ae6794a02314534e632f900a73f)
107+
: [maven-release-plugin] prepare release 4.2.51
108+
109+
[1c84e8c](https://github.com/dcache/dcache/commit/1c84e8cc2edeb21d4076dd4785afcc5d02bdc4eb)
110+
: srm: use host IP for comparison when determining if SURL is local
111+
112+
[484c677](https://github.com/dcache/dcache/commit/484c677155e936d94aff5c904d8254d542afc85a)
113+
: [maven-release-plugin] prepare for next development iteration
114+
94115
## Release 4.2.50
95116

96117
### cell

Diff for: release-notes-5.0

+46
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,52 @@ 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.31
82+
83+
### frontend
84+
85+
The current release removed unnecessary login requirement on restores and transfers.
86+
87+
The current release fixed a bug in the frontend if the inotify events are used.
88+
89+
### skel
90+
91+
The current release repaired erroneous batch directives before cell creation.
92+
93+
Now it is fixed and domain is not left in zombie state
94+
after a fatal error, but restarts,
95+
as it should.
96+
97+
### srm
98+
99+
Now host IP is used for comparison when determining if SURL is local.
100+
101+
102+
### Changelog 5.0.30..5.0.31
103+
104+
<!-- git log 5.0.30..5.0.31 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
105+
106+
[9273c5f](https://github.com/dcache/dcache/commit/9273c5f637640a916078dd97551b5c8578bc37f6)
107+
: [maven-release-plugin] prepare release 5.0.31
108+
109+
[cfecbda](https://github.com/dcache/dcache/commit/cfecbdaa6b1332bc87a3a04fb57b71f776fff608)
110+
: skel: repair erroneous batch directives before cell creation
111+
112+
[90f5227](https://github.com/dcache/dcache/commit/90f5227d83b263ffde6a203820e35488f9dcd9f9)
113+
: dcache-frontend: remove unnecessary login requirement on restores and transfers
114+
115+
[a805d4b](https://github.com/dcache/dcache/commit/a805d4b83cb798f0b6739713197f5dd33c52fe47)
116+
: srm: use host IP for comparison when determining if SURL is local
117+
118+
[64b4f40](https://github.com/dcache/dcache/commit/64b4f409bc8ebc3fd58fefdb955866e86db97e68)
119+
: frontend: events inotify fix deadlock
120+
121+
[683e8e9](https://github.com/dcache/dcache/commit/683e8e961150dde51ebb5d476b734d52f082c51d)
122+
: dcache,frontend: release dcache-view version 1.5.6
123+
124+
[4dc3213](https://github.com/dcache/dcache/commit/4dc32135565e6649a2c38d90d9414f96cb36226f)
125+
: [maven-release-plugin] prepare for next development iteration
126+
81127
## Release 5.0.30
82128

83129
### cell

Diff for: release-notes-5.1

+46
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,52 @@ 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.20
97+
98+
### frontend
99+
100+
The current release removed unnecessary login requirement on restores and transfers.
101+
102+
The current release fixed a bug in the frontend if the inotify events are used.
103+
104+
### skel
105+
106+
The current release repaired erroneous batch directives before cell creation.
107+
108+
Now it is fixed and domain is not left in zombie state
109+
after a fatal error, but restarts,
110+
as it should.
111+
112+
### srm
113+
114+
Now host IP is used for comparison when determining if SURL is local.
115+
116+
117+
### Changelog 5.1.19..5.1.20
118+
119+
<!-- git log 5.1.19..5.1.20 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
120+
121+
[462bd7c](https://github.com/dcache/dcache/commit/462bd7cc2427b9d765c44254060ae2b76bbc2884)
122+
: [maven-release-plugin] prepare release 5.1.20
123+
124+
[e049838](https://github.com/dcache/dcache/commit/e049838e4bcb5e0114770fa9442be30d7b53dcd4)
125+
: skel: repair erroneous batch directives before cell creation
126+
127+
[eb3ec8e](https://github.com/dcache/dcache/commit/eb3ec8e24baa4cd6e0744ed58fa47720611d8826)
128+
: dcache-frontend: remove unnecessary login requirement on restores and transfers
129+
130+
[2483270](https://github.com/dcache/dcache/commit/248327062c67e3f4e113d7c65e8bc62d4fd6e218)
131+
: srm: use host IP for comparison when determining if SURL is local
132+
133+
[ba8781b](https://github.com/dcache/dcache/commit/ba8781b47987098cb1c61a916244ea15d39dc128)
134+
: frontend: events inotify fix deadlock
135+
136+
[156099d](https://github.com/dcache/dcache/commit/156099d1df126f367eb309751b9eedd9231dd7ae)
137+
: dcache,frontend: release dcache-view version 1.5.6
138+
139+
[87278e8](https://github.com/dcache/dcache/commit/87278e8b91c3605099c8b38b320b511c693b340a)
140+
: [maven-release-plugin] prepare for next development iteration
141+
96142
## Release 5.1.19
97143

98144
### cell

Diff for: release-notes-5.2

+54
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,60 @@ transfers.
8989
We gratefully acknowledge code and documentation contributions from Christoph Anton Mitterer and Onno Zweers.
9090

9191

92+
## Release 5.2.15
93+
94+
### dcache-xrootd
95+
96+
Now door does not fail to start if there
97+
is no voms directory on the host.
98+
99+
### frontend
100+
101+
The current release removed unnecessary login requirement on restores and transfers.
102+
103+
The current release fixed a bug in the frontend if the inotify events are used.
104+
105+
### skel
106+
107+
The current release repaired erroneous batch directives before cell creation.
108+
109+
Now it is fixed and domain is not left in zombie state
110+
after a fatal error, but restarts,
111+
as it should.
112+
113+
### srm
114+
115+
Now host IP is used for comparison when determining if SURL is local.
116+
117+
118+
### Changelog 5.2.14..5.2.15
119+
120+
<!-- git log 5.2.14..5.2.15 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
121+
122+
[a178d50](https://github.com/dcache/dcache/commit/a178d50fdb5eb9f14a54810f5e3b2ff7912eb130)
123+
: [maven-release-plugin] prepare release 5.2.15
124+
125+
[93f930b](https://github.com/dcache/dcache/commit/93f930b1c00a8915e09ee8113f1050ce30339453)
126+
: skel: repair erroneous batch directives before cell creation
127+
128+
[264117c](https://github.com/dcache/dcache/commit/264117c5c910c9c0d9ccd77b0426f5f8945cd196)
129+
: dcache-xrootd: don't initialize delegation provider when there is no gsi module
130+
131+
[173c4af](https://github.com/dcache/dcache/commit/173c4af04414a9527eb7ba36c356eb9981b84e67)
132+
: dcache-frontend: remove unnecessary login requirement on restores and transfers
133+
134+
[38b27a9](https://github.com/dcache/dcache/commit/38b27a944e171d48afa2cf4766604a4b23cd7f74)
135+
: srm: use host IP for comparison when determining if SURL is local
136+
137+
[2296705](https://github.com/dcache/dcache/commit/2296705a5105e8f4b8ce70afea064618852d0a54)
138+
: frontend: events inotify fix deadlock
139+
140+
[35fed0c](https://github.com/dcache/dcache/commit/35fed0c6c90da8a26f745663ffad6f1ff35d0d39)
141+
: dcache,frontend: release dcache-view version 1.5.6
142+
143+
[9cc78e8](https://github.com/dcache/dcache/commit/9cc78e875da95e97be8b652ba1978b37c4105afb)
144+
: [maven-release-plugin] prepare for next development iteration
145+
92146
## Release 5.2.14
93147

94148
### cell

Diff for: release-notes-6.0

+61
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,67 @@ We would like to thank HTW-Berlin students David Linke, Lilit Patzwaldt-Sergoyan
8383
Quentin Kuth, Sophie Schauer, Viktoriia Sulimenko, Vladimir Vilenchik, Johann Gillhoff and Dieter
8484
Weber from FZ-Jülich for their contributions.
8585

86+
## Release 6.0.9
87+
88+
### dcache-view
89+
90+
dcache-view version 1.6.0 is released, with fixed minor issues and errors.
91+
92+
The new release added support for server-side-event.
93+
Now cert user are allowed to perform rename, improved error messages and increased display time of the notification message is now available.
94+
95+
### dcache-xrootd
96+
97+
Now door does not fail to start if there
98+
is no voms directory on the host.
99+
100+
### frontend
101+
102+
The current release removed unnecessary login requirement on restores and transfers.
103+
104+
The current release fixed a bug in the frontend if the inotify events are used.
105+
106+
### skel
107+
108+
The current release repaired erroneous batch directives before cell creation.
109+
110+
Now it is fixed and domain is not left in zombie state
111+
after a fatal error, but restarts,
112+
as it should.
113+
114+
### srm
115+
116+
Now host IP is used for comparison when determining if SURL is local.
117+
118+
119+
### Changelog 6.0.8..6.0.9
120+
121+
<!-- git log 6.0.8..6.0.9 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
122+
123+
[51fa4ed](https://github.com/dcache/dcache/commit/51fa4eddb26feb466c5eaafac5e335760faa951a)
124+
: [maven-release-plugin] prepare release 6.0.9
125+
126+
[d09fae7](https://github.com/dcache/dcache/commit/d09fae779aba74a36fe6f38957ef87412f3f74a9)
127+
: skel: repair erroneous batch directives before cell creation
128+
129+
[a52cf87](https://github.com/dcache/dcache/commit/a52cf871ebdac6abd92fd26007506260f55bd4d7)
130+
: dcache-xrootd: don't initialize delegation provider when there is no gsi module
131+
132+
[42838db](https://github.com/dcache/dcache/commit/42838db6e4018bc0b8102ad99cdebbecd28ed842)
133+
: dcache-frontend: remove unnecessary login requirement on restores and transfers
134+
135+
[f68ad94](https://github.com/dcache/dcache/commit/f68ad94aa0be4b76389cfbf5a3af054d2e8bcb6b)
136+
: srm: use host IP for comparison when determining if SURL is local
137+
138+
[2a593d9](https://github.com/dcache/dcache/commit/2a593d9bc1ac2f70310f9a6ae57b050e9c20bcf7)
139+
: frontend: events inotify fix deadlock
140+
141+
[cdfd8a3](https://github.com/dcache/dcache/commit/cdfd8a33793d779ca075a58dd3a649599159e45e)
142+
: dcache, frontend: release dcache-view version 1.6.0
143+
144+
[f46785a](https://github.com/dcache/dcache/commit/f46785a3448816529506b270692b35d2b4a85101)
145+
: [maven-release-plugin] prepare for next development iteration
146+
86147
## Release 6.0.8
87148

88149
### cell

0 commit comments

Comments
 (0)