Skip to content

Commit 9df745f

Browse files
committed
Releasing 11.2.3
1 parent 444fa81 commit 9df745f

2 files changed

Lines changed: 59 additions & 1 deletion

File tree

release-notes-11.2

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

7777
We want to thank Shawn McKee for his contributions.
7878

79+
## Release 11.2.3
80+
81+
### firefly
82+
83+
The current release fixes severel issues for firefly including SciTag WAN TPC marker generation and validation.
84+
85+
### pool
86+
87+
Hot file migration destination pools are now prioritized, and match network and protocol requirements of the file request that triggered the migration.
88+
89+
90+
### Changelog 11.2.2..11.2.3
91+
92+
<!-- git log 11.2.2..11.2.3 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
93+
94+
[63491dcc6c](https://github.com/dcache/dcache/commit/63491dcc6c6f00e690eb84fa644dc2ad18900ebc)
95+
: [maven-release-plugin] prepare release 11.2.3
96+
97+
[c5cfdc1525](https://github.com/dcache/dcache/commit/c5cfdc152587d5f6ecad8d0ad53796126b0e3f94)
98+
: pool: enhance migration pool choice logic
99+
100+
[77426b981d](https://github.com/dcache/dcache/commit/77426b981d26c463a77546d55547019d245f969e)
101+
: pool: fix failing unit tests
102+
103+
[ec4c2489c5](https://github.com/dcache/dcache/commit/ec4c2489c55941b8e9997201517629e5615c8a5f)
104+
: firefly: address latest PR 8044 inline feedback
105+
106+
[a660c4eb20](https://github.com/dcache/dcache/commit/a660c4eb2042bd7c4672b26a5e8914f2c3e68851)
107+
: firefly: address PR 8044 review fixes
108+
109+
[2eca0648f7](https://github.com/dcache/dcache/commit/2eca0648f715337ea57e278a23648cea5ae3bbfa)
110+
: xrootd: fix logSciTagsRequest called before cell address initialization
111+
112+
[4aea8bf9a7](https://github.com/dcache/dcache/commit/4aea8bf9a7f8510a5fb24aaa5a435022e395261e)
113+
: Fix SciTag WAN TPC marker generation and validation
114+
115+
[2f1d03c42b](https://github.com/dcache/dcache/commit/2f1d03c42b8e9a8e5782593e302d6836c99d5aa1)
116+
: pool: exclude p2p requests from numberOfRequestsFor count
117+
118+
[5a227a2fbf](https://github.com/dcache/dcache/commit/5a227a2fbfbd2e9481ca26600cca08da21e6bc0f)
119+
: [maven-release-plugin] prepare for next development iteration
120+
79121
## Release 11.2.2
80122

81123
### common

releases.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,23 @@
196196
<notes-url>release-notes-11.2.shtml</notes-url>
197197
<version-prefix>11.2.</version-prefix>
198198

199-
<release version="2" recommended="1">
199+
<release version="3" recommended="1">
200+
<date>25.3.2026</date>
201+
<package name="Debian package">
202+
<download-url>_VERSION-1_all.deb</download-url>
203+
<md5sum>9416e413419b150be81a5903bf9eb453</md5sum>
204+
</package>
205+
<package name="rpm">
206+
<download-url>-VERSION-1.noarch.rpm</download-url>
207+
<md5sum>86ea3ff303cd4861e9cd307aefd20703</md5sum>
208+
</package>
209+
<package name="tgz">
210+
<download-url>-VERSION.tar.gz</download-url>
211+
<md5sum>1b926c205a7ce2e3f88e1bbb06e23ef7</md5sum>
212+
</package>
213+
</release>
214+
215+
<release version="2">
200216
<date>19.3.2026</date>
201217
<package name="Debian package">
202218
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)