Skip to content

Commit 95b4f70

Browse files
committed
releasing 10.1.22 10.2.20 11.0.9 11.1.4 9.2.44
1 parent 5f9a87c commit 95b4f70

6 files changed

Lines changed: 287 additions & 5 deletions

File tree

release-notes-10.1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,33 @@ HTML header: <title>dCache 10.1 Release Notes</title>
7272

7373
## Acknowledgments
7474

75+
## Release 10.1.22
76+
77+
### gplazma
78+
79+
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
80+
This is now fixed.
81+
82+
83+
### Changelog 10.1.21..10.1.22
84+
85+
<!-- git log 10.1.21..10.1.22 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
86+
87+
[6a3822c8ab](https://github.com/dcache/dcache/commit/6a3822c8ab788ad12eefe74fd4ced645c3ac3b07)
88+
: [maven-release-plugin] prepare release 10.1.22
89+
90+
[358113eeb4](https://github.com/dcache/dcache/commit/358113eeb4894a95fb977870dcce4d5416a262a4)
91+
: gplazma: fix banfile plugin
92+
93+
[563e501acb](https://github.com/dcache/dcache/commit/563e501acb39dd17621be3145c93eb841353eb4c)
94+
: ci: stop using voms server
95+
96+
[abd011a396](https://github.com/dcache/dcache/commit/abd011a396d30eaa80f2c822e87c32c57fec8eec)
97+
: transfermanagers: complete removal of DB support
98+
99+
[44debf3cec](https://github.com/dcache/dcache/commit/44debf3ceced2037fe39cdeaf97cfaa4505c4544)
100+
: [maven-release-plugin] prepare for next development iteration
101+
75102
## Release 10.1.21
76103

77104
### documentation

release-notes-10.2

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,73 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8383
- We want to thank Anton Schwarz for his contribution.
8484

8585

86+
## Release 10.2.20
87+
88+
### gplazma
89+
90+
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
91+
This is now fixed.
92+
93+
### pool
94+
95+
TPC-HTTP remote endpoint validation now is performed based on local trusted store and host name.
96+
97+
### webdav
98+
99+
WebDAV was returning 500 on unauthorized attempt to rename resource, no this is fixed and
100+
403 on unauthorized attempt to rename resource will be returned.
101+
102+
103+
### Changelog 10.2.19..10.2.20
104+
105+
<!-- git log 10.2.19..10.2.20 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
106+
107+
[cee93e4b19](https://github.com/dcache/dcache/commit/cee93e4b1907ed753ae9880159f8c78802e4abf7)
108+
: [maven-release-plugin] prepare release 10.2.20
109+
110+
[4ff8fe324c](https://github.com/dcache/dcache/commit/4ff8fe324c1f32a92fd6054b2ee2f9411650db33)
111+
: webdav: return 403 on unauthorized attempt to rename resource
112+
113+
[35d4965eff](https://github.com/dcache/dcache/commit/35d4965eff82bb1eb8ed113836ac9dad5a51d9d7)
114+
: gplazma: fix banfile plugin
115+
116+
[1367d50aa4](https://github.com/dcache/dcache/commit/1367d50aa42302a176d0869fe3a0d2d6b34520fc)
117+
: pool: use SSLTrustManagerWithHostnameChecking to initialize CAnL
118+
119+
[bb9fe431db](https://github.com/dcache/dcache/commit/bb9fe431db0c7c855a65d667b00ce9ade84891e3)
120+
: ci: stop using voms server
121+
122+
[32974dfbb3](https://github.com/dcache/dcache/commit/32974dfbb3352305c2d5dcb8a4051fc202cb1f93)
123+
: transfermanagers: complete removal of DB support
124+
125+
[ceb1deb7b9](https://github.com/dcache/dcache/commit/ceb1deb7b97883c04bf56d2004107d8770b0717a)
126+
: [maven-release-plugin] prepare for next development iteration
127+
128+
### Changelog 10.2.19..10.2.20
129+
130+
<!-- git log 10.2.19..10.2.20 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
131+
132+
[cee93e4b19](https://github.com/dcache/dcache/commit/cee93e4b1907ed753ae9880159f8c78802e4abf7)
133+
: [maven-release-plugin] prepare release 10.2.20
134+
135+
[4ff8fe324c](https://github.com/dcache/dcache/commit/4ff8fe324c1f32a92fd6054b2ee2f9411650db33)
136+
: webdav: return 403 on unauthorized attempt to rename resource
137+
138+
[35d4965eff](https://github.com/dcache/dcache/commit/35d4965eff82bb1eb8ed113836ac9dad5a51d9d7)
139+
: gplazma: fix banfile plugin
140+
141+
[1367d50aa4](https://github.com/dcache/dcache/commit/1367d50aa42302a176d0869fe3a0d2d6b34520fc)
142+
: pool: use SSLTrustManagerWithHostnameChecking to initialize CAnL
143+
144+
[bb9fe431db](https://github.com/dcache/dcache/commit/bb9fe431db0c7c855a65d667b00ce9ade84891e3)
145+
: ci: stop using voms server
146+
147+
[32974dfbb3](https://github.com/dcache/dcache/commit/32974dfbb3352305c2d5dcb8a4051fc202cb1f93)
148+
: transfermanagers: complete removal of DB support
149+
150+
[ceb1deb7b9](https://github.com/dcache/dcache/commit/ceb1deb7b97883c04bf56d2004107d8770b0717a)
151+
: [maven-release-plugin] prepare for next development iteration
152+
86153
## Release 10.2.19
87154

88155
### pool

release-notes-11.0

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,48 @@ HTML header: <title>dCache 11.0 Release Notes</title>
7575

7676
We want to thank Marian Babik and Onno Zweers for their contributions.
7777

78+
## Release 11.0.9
79+
80+
### gplazma
81+
82+
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
83+
This is now fixed.
84+
85+
### pool
86+
87+
TPC-HTTP remote endpoint validation now is performed based on local trusted store and host name.
88+
89+
### webdav
90+
91+
WebDAV was returning 500 on unauthorized attempt to rename resource, no this is fixed and
92+
403 on unauthorized attempt to rename resource will be returned.
93+
94+
95+
### Changelog 11.0.8..11.0.9
96+
97+
<!-- git log 11.0.8..11.0.9 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
98+
99+
[965c69edb5](https://github.com/dcache/dcache/commit/965c69edb5ce0de7afdc5bf03d1bf53f96605f7b)
100+
: [maven-release-plugin] prepare release 11.0.9
101+
102+
[d9bb34fc4e](https://github.com/dcache/dcache/commit/d9bb34fc4ea1f6373dcdd0b344394369d489aa7b)
103+
: webdav: return 403 on unauthorized attempt to rename resource
104+
105+
[c2ae582107](https://github.com/dcache/dcache/commit/c2ae5821074d20ad95ff420d812a663c9a01d6c9)
106+
: gplazma: fix banfile plugin
107+
108+
[ae300ead1d](https://github.com/dcache/dcache/commit/ae300ead1d7e6a7677873e42952617b8e61f2e7b)
109+
: pool: use SSLTrustManagerWithHostnameChecking to initialize CAnL
110+
111+
[87e88107b2](https://github.com/dcache/dcache/commit/87e88107b2b6a06acb6666fcf7f5701506af0317)
112+
: ci: stop using voms server
113+
114+
[dba257f5c1](https://github.com/dcache/dcache/commit/dba257f5c14e5a3c1e390f9bbf2e4f93cd20b15d)
115+
: transfermanagers: complete removal of DB support
116+
117+
[e8daadb344](https://github.com/dcache/dcache/commit/e8daadb34485865cdd01668e63e23f4ac1cca0fe)
118+
: [maven-release-plugin] prepare for next development iteration
119+
78120
## Release 11.0.8
79121

80122
### documentation

release-notes-11.1

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,48 @@ HTML header: <title>dCache 11.1 Release Notes</title>
7979
We want to thank Tino Reichardt for his contribution.
8080

8181

82+
## Release 11.1.4
83+
84+
### gplazma
85+
86+
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
87+
This is now fixed.
88+
89+
### pool
90+
91+
TPC-HTTP remote endpoint validation now is performed based on local trusted store and host name.
92+
93+
### webdav
94+
95+
WebDAV was returning 500 on unauthorized attempt to rename resource, no this is fixed and
96+
403 on unauthorized attempt to rename resource will be returned.
97+
98+
99+
### Changelog 11.1.3..11.1.4
100+
101+
<!-- git log 11.1.3..11.1.4 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
102+
103+
[01a6d07eaf](https://github.com/dcache/dcache/commit/01a6d07eaf446a16ff9e36dae37c7cfc20e55d76)
104+
: [maven-release-plugin] prepare release 11.1.4
105+
106+
[8de0c4396a](https://github.com/dcache/dcache/commit/8de0c4396a419bf14f5dd772bf9ca23d137ca42b)
107+
: webdav: return 403 on unauthorized attempt to rename resource
108+
109+
[f9747cdf7b](https://github.com/dcache/dcache/commit/f9747cdf7b8b42ca186e4ff9a0e05276c22b7417)
110+
: gplazma: fix banfile plugin
111+
112+
[53f005efd6](https://github.com/dcache/dcache/commit/53f005efd6f249b08d8c944ac7ba07199e2a087a)
113+
: pool: use SSLTrustManagerWithHostnameChecking to initialize CAnL
114+
115+
[a91e167587](https://github.com/dcache/dcache/commit/a91e1675872a394f18b16388cce569b03a9ca29f)
116+
: ci: stop using voms server
117+
118+
[09d7b036a5](https://github.com/dcache/dcache/commit/09d7b036a5ee87e09d4e5f68ad9b9124a77997ca)
119+
: transfermanagers: complete removal of DB support
120+
121+
[ddfeef9209](https://github.com/dcache/dcache/commit/ddfeef92099f4e6cedbf9cc3850acc943b543105)
122+
: [maven-release-plugin] prepare for next development iteration
123+
82124
## Release 11.1.3
83125

84126
### documentation

release-notes-9.2

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,30 @@ We want to thank Lars Jansse and Sandro Grizzo for their contributions.
7979
- If upgrading from 8.2, be sure to read also the release notes for 9.0 and 9.1, important changes are described there. See the [9.2 migration guide](https://github.com/dCache/upgrade-guide/blob/master/UPGRADE92.md) for more complete information
8080
- With version 9.2.8+, empty and non-existent banfiles will be treated the same
8181

82+
## Release 9.2.44
83+
84+
### gplazma
85+
86+
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
87+
This is now fixed.
88+
89+
90+
### Changelog 9.2.43..9.2.44
91+
92+
<!-- git log 9.2.43..9.2.44 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
93+
94+
[9a4a26e517](https://github.com/dcache/dcache/commit/9a4a26e5175395d4d93155fb009f1f2e4f9df355)
95+
: [maven-release-plugin] prepare release 9.2.44
96+
97+
[723b7abe99](https://github.com/dcache/dcache/commit/723b7abe99301674bd76a56e1bc8eeda24ba3326)
98+
: gplazma: fix banfile plugin
99+
100+
[a0ae9e3db0](https://github.com/dcache/dcache/commit/a0ae9e3db073da7b3a99d19b0f941180b7f3c128)
101+
: ci: stop using voms server
102+
103+
[d80a9d80b4](https://github.com/dcache/dcache/commit/d80a9d80b4970584a963e816cb90f17e898cd354)
104+
: [maven-release-plugin] prepare for next development iteration
105+
82106
## Release 9.2.43
83107

84108
### documentation

releases.xml

Lines changed: 85 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,23 @@
197197
<notes-url>release-notes-11.1.shtml</notes-url>
198198
<version-prefix>11.1.</version-prefix>
199199

200-
<release version="3" recommended="1">
200+
<release version="4" recommended="1">
201+
<date>03.12.2025</date>
202+
<package name="Debian package">
203+
<download-url>_VERSION-1_all.deb</download-url>
204+
<md5sum>b9866f730cc601b670c05958f3eb1730</md5sum>
205+
</package>
206+
<package name="rpm">
207+
<download-url>-VERSION-1.noarch.rpm</download-url>
208+
<md5sum>bd51ee72f7f635b03bf1dce5f2abbb93</md5sum>
209+
</package>
210+
<package name="tgz">
211+
<download-url>-VERSION.tar.gz</download-url>
212+
<md5sum>315d9bfcaa7bf0877394544b1d594a27</md5sum>
213+
</package>
214+
</release>
215+
216+
<release version="3">
201217
<date>6.11.2025</date>
202218
<package name="Debian package">
203219
<download-url>_VERSION-1_all.deb</download-url>
@@ -287,7 +303,23 @@
287303
<notes-url>release-notes-11.0.shtml</notes-url>
288304
<version-prefix>11.0.</version-prefix>
289305

290-
<release version="8" recommended="1">
306+
<release version="9" recommended="1">
307+
<date>03.12.2025</date>
308+
<package name="Debian package">
309+
<download-url>_VERSION-1_all.deb</download-url>
310+
<md5sum>f24acb8bf9c8bc30e2a64f4b4e15ced3</md5sum>
311+
</package>
312+
<package name="rpm">
313+
<download-url>-VERSION-1.noarch.rpm</download-url>
314+
<md5sum>1c6e27f16d9a669a5aab04a1512dec28</md5sum>
315+
</package>
316+
<package name="tgz">
317+
<download-url>-VERSION.tar.gz</download-url>
318+
<md5sum>e25c44d68c5e31e09c6dba302a699ebb</md5sum>
319+
</package>
320+
</release>
321+
322+
<release version="8">
291323
<date>06.11.2025</date>
292324
<package name="Debian package">
293325
<download-url>_VERSION-1_all.deb</download-url>
@@ -443,7 +475,23 @@
443475
<notes-url>release-notes-10.2.shtml</notes-url>
444476
<version-prefix>10.2.</version-prefix>
445477

446-
<release version="19" recommended="1">
478+
<release version="20" recommended="1">
479+
<date>03.12.2025</date>
480+
<package name="Debian package">
481+
<download-url>_VERSION-1_all.deb</download-url>
482+
<md5sum>e0934363c6b79e3204e2d257fbb49682</md5sum>
483+
</package>
484+
<package name="rpm">
485+
<download-url>-VERSION-1.noarch.rpm</download-url>
486+
<md5sum>4f946288cfc8de86fb51a17ddbcb3c0d</md5sum>
487+
</package>
488+
<package name="tgz">
489+
<download-url>-VERSION.tar.gz</download-url>
490+
<md5sum>dab42dd8e61cfa2f6a5615819f119ec1</md5sum>
491+
</package>
492+
</release>
493+
494+
<release version="19">
447495
<date>06.11.2025</date>
448496
<package name="Debian package">
449497
<download-url>_VERSION-1_all.deb</download-url>
@@ -804,7 +852,23 @@
804852
</package>
805853
</release>
806854
-->
807-
<release version="21" recommended="1">
855+
<release version="22" recommended="1">
856+
<date>3.12.2025</date>
857+
<package name="Debian package">
858+
<download-url>_VERSION-1_all.deb</download-url>
859+
<md5sum>bce3f2b0a9f7c43020eaa6faa5eb9301</md5sum>
860+
</package>
861+
<package name="rpm">
862+
<download-url>-VERSION-1.noarch.rpm</download-url>
863+
<md5sum>cf9ba5273dca8e68f8329fba4a3abd60</md5sum>
864+
</package>
865+
<package name="tgz">
866+
<download-url>-VERSION.tar.gz</download-url>
867+
<md5sum>495d141fc8c66a26616454d1607586f0</md5sum>
868+
</package>
869+
</release>
870+
871+
<release version="21">
808872
<date>16.10.2025</date>
809873
<package name="Debian package">
810874
<download-url>_VERSION-1_all.deb</download-url>
@@ -1661,7 +1725,23 @@
16611725
</release>
16621726
-->
16631727

1664-
<release version="43" recommended="1">
1728+
<release version="44" recommended="1">
1729+
<date>03.12.2025</date>
1730+
<package name="Debian package">
1731+
<download-url>_VERSION-1_all.deb</download-url>
1732+
<md5sum>40fc82f399fe9e4196d9698b1276a774</md5sum>
1733+
</package>
1734+
<package name="rpm">
1735+
<download-url>-VERSION-1.noarch.rpm</download-url>
1736+
<md5sum>d89b9e82087b779596d4578b95cd8566</md5sum>
1737+
</package>
1738+
<package name="tgz">
1739+
<download-url>-VERSION.tar.gz</download-url>
1740+
<md5sum>e927e3b03f1e1f50da8c91bc3ebed543</md5sum>
1741+
</package>
1742+
</release>
1743+
1744+
<release version="43">
16651745
<date>16.10.2025</date>
16661746
<package name="Debian package">
16671747
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)