Skip to content

Commit ef9926c

Browse files
committed
releasing 11.1.7 11.0.12 10.2.23 10.1.25 10.0.31 9.2.47
1 parent 0b2b9f8 commit ef9926c

7 files changed

Lines changed: 289 additions & 6 deletions

File tree

release-notes-10.0

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,26 @@ HTML header: <title>dCache 10.0 Release Notes</title>
7676

7777
We want to thank Petter A. Urkedal and Lukas Mansour for their contributions.
7878

79+
## Release 10.0.31
80+
81+
### common
82+
83+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
84+
85+
86+
### Changelog 10.0.30..10.0.31
87+
88+
<!-- git log 10.0.30..10.0.31 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
89+
90+
[c1fad836b1](https://github.com/dcache/dcache/commit/c1fad836b182be3aff8512be676a1bafa074197e)
91+
: [maven-release-plugin] prepare release 10.0.31
92+
93+
[a284e6fcfa](https://github.com/dcache/dcache/commit/a284e6fcfa821b5221feb945c7be8e40d264ab49)
94+
: common: increase robustness of access log file
95+
96+
[84dfda35b1](https://github.com/dcache/dcache/commit/84dfda35b190d3a18a745b41376ada08cef96df4)
97+
: [maven-release-plugin] prepare for next development iteration
98+
7999
## Release 10.0.30
80100

81101
### bulk

release-notes-10.1

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

7676

7777

78+
## Release 10.1.25
79+
80+
### bulk
81+
82+
Log files spamming is improved.
83+
84+
### common
85+
86+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
87+
88+
89+
### Changelog 10.1.24..10.1.25
90+
91+
<!-- git log 10.1.24..10.1.25 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
92+
93+
[9a87cd7614](https://github.com/dcache/dcache/commit/9a87cd76143f11653ee840d4482215aed9260838)
94+
: [maven-release-plugin] prepare release 10.1.25
95+
96+
[3211a469a7](https://github.com/dcache/dcache/commit/3211a469a7e9ca39991f7b3289b9533f37dcabe5)
97+
: common: increase robustness of access log file
98+
99+
[960e5f4b95](https://github.com/dcache/dcache/commit/960e5f4b950935b51a30d27f11e379561cabdba6)
100+
: bulk: catch another place generating verbose logging
101+
102+
[16dd3ba4d6](https://github.com/dcache/dcache/commit/16dd3ba4d6b443b62dc9205b135c63b23a9ddb28)
103+
: [maven-release-plugin] prepare for next development iteration
104+
78105
## Release 10.1.24
79106

80107
### bulk

release-notes-10.2

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,41 @@ 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.23
87+
88+
### bulk
89+
90+
Log files spamming is improved.
91+
92+
### common
93+
94+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
95+
96+
### webdav
97+
98+
An open-ended range like `bytes=0-`` produced an invalid header like `bytes=0-null`, resulting in no data being transferred.
99+
This is now fixed.
100+
101+
102+
### Changelog 10.2.22..10.2.23
103+
104+
<!-- git log 10.2.22..10.2.23 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
105+
106+
[3c065dd605](https://github.com/dcache/dcache/commit/3c065dd6053a0d7d465d5a49b38903b57f752ebb)
107+
: [maven-release-plugin] prepare release 10.2.23
108+
109+
[a91b65bc2b](https://github.com/dcache/dcache/commit/a91b65bc2b71c0743332a17caa6b460177783491)
110+
: bulk: catch another place generating verbose logging
111+
112+
[27c4e7fa91](https://github.com/dcache/dcache/commit/27c4e7fa9195fae3557385d3b17e27d7235fbd46)
113+
: webdav: fix range header formatting in relay request
114+
115+
[c3f73d27a6](https://github.com/dcache/dcache/commit/c3f73d27a62bae8c922d91d8fbb3d9792bc8e216)
116+
: common: increase robustness of access log file
117+
118+
[95d4dd0bd2](https://github.com/dcache/dcache/commit/95d4dd0bd2a4b155df13784b22fa1ce050dd8360)
119+
: [maven-release-plugin] prepare for next development iteration
120+
86121
## Release 10.2.22
87122

88123
### bulk

release-notes-11.0

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,41 @@ 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.12
79+
80+
### bulk
81+
82+
Log files spamming is improved.
83+
84+
### common
85+
86+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
87+
88+
### webdav
89+
90+
An open-ended range like `bytes=0-`` produced an invalid header like `bytes=0-null`, resulting in no data being transferred.
91+
This is now fixed.
92+
93+
94+
### Changelog 11.0.11..11.0.12
95+
96+
<!-- git log 11.0.11..11.0.12 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
97+
98+
[b38029c1d1](https://github.com/dcache/dcache/commit/b38029c1d18005c28e736c9289a7b8e2e12ed171)
99+
: [maven-release-plugin] prepare release 11.0.12
100+
101+
[ff1e70a8ce](https://github.com/dcache/dcache/commit/ff1e70a8ce4f79af451aa8ec99ce064d36e88d4e)
102+
: webdav: fix range header formatting in relay request
103+
104+
[002fde6484](https://github.com/dcache/dcache/commit/002fde6484fa8ee6ab6ed9ed64e34dc11c76099f)
105+
: common: increase robustness of access log file
106+
107+
[cc179f575b](https://github.com/dcache/dcache/commit/cc179f575bb3a3ad5aebf9d527fa5c9049db6d35)
108+
: bulk: catch another place generating verbose logging
109+
110+
[44256bf942](https://github.com/dcache/dcache/commit/44256bf94256307534b44a3962ecb8bb9c9deeb2)
111+
: [maven-release-plugin] prepare for next development iteration
112+
78113
## Release 11.0.11
79114

80115
### bulk

release-notes-11.1

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,41 @@ 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.7
83+
84+
### bulk
85+
86+
Log files spamming is improved.
87+
88+
### common
89+
90+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
91+
92+
### webdav
93+
94+
An open-ended range like `bytes=0-`` produced an invalid header like `bytes=0-null`, resulting in no data being transferred.
95+
This is now fixed.
96+
97+
98+
### Changelog 11.1.6..11.1.7
99+
100+
<!-- git log 11.1.6..11.1.7 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
101+
102+
[7ab3449962](https://github.com/dcache/dcache/commit/7ab3449962342a06076468651431f3e0bb0dc1ab)
103+
: [maven-release-plugin] prepare release 11.1.7
104+
105+
[e684b1782c](https://github.com/dcache/dcache/commit/e684b1782caa65e62d0ad14cc282287d1530daeb)
106+
: webdav: fix range header formatting in relay request
107+
108+
[0bc87e47c4](https://github.com/dcache/dcache/commit/0bc87e47c428112cade6f368ab3bac8339e16471)
109+
: common: increase robustness of access log file
110+
111+
[4d825c34e0](https://github.com/dcache/dcache/commit/4d825c34e02e48a0c8200869c57958a832d6ac47)
112+
: bulk: catch another place generating verbose logging
113+
114+
[e7e51b4798](https://github.com/dcache/dcache/commit/e7e51b4798a34758390e0f48001a68f9484a52cd)
115+
: [maven-release-plugin] prepare for next development iteration
116+
82117
## Release 11.1.6
83118

84119
### bulk

release-notes-9.2

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,41 @@ 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.47
83+
84+
### bulk
85+
86+
Log files spamming is improved.
87+
88+
### common
89+
90+
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
91+
92+
### webdav
93+
94+
An open-ended range like `bytes=0-`` produced an invalid header like `bytes=0-null`, resulting in no data being transferred.
95+
This is now fixed.
96+
97+
98+
### Changelog 9.2.46..9.2.47
99+
100+
<!-- git log 9.2.46..9.2.47 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
101+
102+
[a7c3ec5ec4](https://github.com/dcache/dcache/commit/a7c3ec5ec42824f9ceacbd98cb37745c7b4b4770)
103+
: [maven-release-plugin] prepare release 9.2.47
104+
105+
[4265b6cb32](https://github.com/dcache/dcache/commit/4265b6cb3246c63358038e19cbf7f017858237cd)
106+
: webdav: fix range header formatting in relay request
107+
108+
[620a5a49cb](https://github.com/dcache/dcache/commit/620a5a49cba3d76243f2ddd9c376be11b1ddab0a)
109+
: common: increase robustness of access log file
110+
111+
[a1daf07875](https://github.com/dcache/dcache/commit/a1daf078754e103028dba2c096415c1a6147e46d)
112+
: bulk: catch another place generating verbose logging
113+
114+
[959606e9ce](https://github.com/dcache/dcache/commit/959606e9cee27e9ffbd02be99389d2154ce5ad9b)
115+
: [maven-release-plugin] prepare for next development iteration
116+
82117
## Release 9.2.46
83118

84119
### bulk

releases.xml

Lines changed: 102 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,23 @@
255255
<notes-url>release-notes-11.1.shtml</notes-url>
256256
<version-prefix>11.1.</version-prefix>
257257

258-
<release version="6" recommended="1">
258+
<release version="7" recommended="1">
259+
<date>22.1.2026</date>
260+
<package name="Debian package">
261+
<download-url>_VERSION-1_all.deb</download-url>
262+
<md5sum>d1a69a3bcbf510e98e0cde40ee95e380</md5sum>
263+
</package>
264+
<package name="rpm">
265+
<download-url>-VERSION-1.noarch.rpm</download-url>
266+
<md5sum>608ebc47f9d568000d747c9915922c14</md5sum>
267+
</package>
268+
<package name="tgz">
269+
<download-url>-VERSION.tar.gz</download-url>
270+
<md5sum>4df73618fb83875fbaf126cd3239ab3b</md5sum>
271+
</package>
272+
</release>
273+
274+
<release version="6">
259275
<date>8.1.2026</date>
260276
<package name="Debian package">
261277
<download-url>_VERSION-1_all.deb</download-url>
@@ -399,7 +415,23 @@
399415
<notes-url>release-notes-11.0.shtml</notes-url>
400416
<version-prefix>11.0.</version-prefix>
401417

402-
<release version="11" recommended="1">
418+
<release version="12" recommended="1">
419+
<date>22.01.2026</date>
420+
<package name="Debian package">
421+
<download-url>_VERSION-1_all.deb</download-url>
422+
<md5sum>34593fc96d754ce6a67c4f3389acda07</md5sum>
423+
</package>
424+
<package name="rpm">
425+
<download-url>-VERSION-1.noarch.rpm</download-url>
426+
<md5sum>e867930032e6fea843e9b81d5c58440e</md5sum>
427+
</package>
428+
<package name="tgz">
429+
<download-url>-VERSION.tar.gz</download-url>
430+
<md5sum>72c0ec63f7f409d6c674ba5b126f3707</md5sum>
431+
</package>
432+
</release>
433+
434+
<release version="11">
403435
<date>08.01.2026</date>
404436
<package name="Debian package">
405437
<download-url>_VERSION-1_all.deb</download-url>
@@ -603,7 +635,23 @@
603635
<notes-url>release-notes-10.2.shtml</notes-url>
604636
<version-prefix>10.2.</version-prefix>
605637

606-
<release version="22" recommended="1">
638+
<release version="23" recommended="1">
639+
<date>22.01.2026</date>
640+
<package name="Debian package">
641+
<download-url>_VERSION-1_all.deb</download-url>
642+
<md5sum>32cc7dcbb928f8437dc787c78f4d8da4</md5sum>
643+
</package>
644+
<package name="rpm">
645+
<download-url>-VERSION-1.noarch.rpm</download-url>
646+
<md5sum>b528b8268b7c28216791284f88ce29e2</md5sum>
647+
</package>
648+
<package name="tgz">
649+
<download-url>-VERSION.tar.gz</download-url>
650+
<md5sum>41a7d507ec778d63ebef0cad5fe534d9</md5sum>
651+
</package>
652+
</release>
653+
654+
<release version="22">
607655
<date>08.01.2026</date>
608656
<package name="Debian package">
609657
<download-url>_VERSION-1_all.deb</download-url>
@@ -1012,7 +1060,23 @@
10121060
</package>
10131061
</release>
10141062
-->
1015-
<release version="24" recommended="1">
1063+
<release version="25" recommended="1">
1064+
<date>22.01.2026</date>
1065+
<package name="Debian package">
1066+
<download-url>_VERSION-1_all.deb</download-url>
1067+
<md5sum>8e934f70c19fd494e9d2646285cad060</md5sum>
1068+
</package>
1069+
<package name="rpm">
1070+
<download-url>-VERSION-1.noarch.rpm</download-url>
1071+
<md5sum>e38b3c7a14efdced879f59319ff50b09</md5sum>
1072+
</package>
1073+
<package name="tgz">
1074+
<download-url>-VERSION.tar.gz</download-url>
1075+
<md5sum>f200bb5437b530d73dd70a817a1d6ee4</md5sum>
1076+
</package>
1077+
</release>
1078+
1079+
<release version="24">
10161080
<date>08.01.2026</date>
10171081
<package name="Debian package">
10181082
<download-url>_VERSION-1_all.deb</download-url>
@@ -1440,7 +1504,23 @@
14401504
</release>
14411505
-->
14421506

1443-
<release version="30" recommended="1">
1507+
<release version="31" recommended="1">
1508+
<date>22.01.2026</date>
1509+
<package name="Debian package">
1510+
<download-url>_VERSION-1_all.deb</download-url>
1511+
<md5sum>04f6654d0e4093b27e68524ea8a4a29a</md5sum>
1512+
</package>
1513+
<package name="rpm">
1514+
<download-url>-VERSION-1.noarch.rpm</download-url>
1515+
<md5sum>05db321feefc2ff0ca0da52811b0e013</md5sum>
1516+
</package>
1517+
<package name="tgz">
1518+
<download-url>-VERSION.tar.gz</download-url>
1519+
<md5sum>fb687c2ddeddb3c2a404c2d9a54989a7</md5sum>
1520+
</package>
1521+
</release>
1522+
1523+
<release version="30">
14441524
<date>08.01.2026</date>
14451525
<package name="Debian package">
14461526
<download-url>_VERSION-1_all.deb</download-url>
@@ -1934,7 +2014,23 @@
19342014
</release>
19352015
-->
19362016

1937-
<release version="46" recommended="1">
2017+
<release version="47" recommended="1">
2018+
<date>22.01.2026</date>
2019+
<package name="Debian package">
2020+
<download-url>_VERSION-1_all.deb</download-url>
2021+
<md5sum>b2279b9949321fdf93763207a9af1084</md5sum>
2022+
</package>
2023+
<package name="rpm">
2024+
<download-url>-VERSION-1.noarch.rpm</download-url>
2025+
<md5sum>e36448e17b2592d844d957b9d12bd10f</md5sum>
2026+
</package>
2027+
<package name="tgz">
2028+
<download-url>-VERSION.tar.gz</download-url>
2029+
<md5sum>9309c31b820f39ff5c1d20fdb36bf1f9</md5sum>
2030+
</package>
2031+
</release>
2032+
2033+
<release version="46">
19382034
<date>08.01.2026</date>
19392035
<package name="Debian package">
19402036
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)