Skip to content

Commit 276179d

Browse files
committed
Prepare for R202509 release
1 parent a66354c commit 276179d

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ vendor
2020
SETUP/devex/dpdev-docker/container_startup_local.sh
2121
# build artifacts
2222
dist/
23+
# stupid macOS
24+
.DS_Store

SETUP/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ see the git history.
77
[R202009](https://github.com/DistributedProofreaders/dproofreaders/releases/tag/R202009)
88
first before upgrading to R202102 or later releases.**
99

10-
## R??????
10+
## R202509
1111
Scripts supporting this upgrade are in `SETUP/upgrade/23`
1212

1313
### Notices & Deprecations
@@ -26,12 +26,20 @@ strings be picked up by the JS code.
2626
This is the last release to include the Greek Transliteration tool in the
2727
proofreading interface and the Greek Transliteration quiz.
2828

29+
In the next release, project pages will require authentication and the
30+
sitemap will be removed.
31+
2932
### Changes
3033

34+
* Updated minimum PHP to 8.1 and upgraded dependencies to match (cpeel)
3135
* Authors code (`tools/authors/*`) has been removed. Biographies will be
3236
inserted directly into the project comments with the included upgrade script
3337
(cpeel)
3438
* Updated minimum browser versions, see [INSTALL.md](INSTALL.md).
39+
* Access to smoothreading now requires authentication (cpeel)
40+
* Quiz & tutorial updates (mrducky4, srjfoo)
41+
* Include PDF formats for smoothreading if available (70ray)
42+
* Code improvements to the Task Center (bpfoley)
3543

3644
## R202503
3745
Scripts supporting this upgrade are in `SETUP/upgrade/22`

SETUP/UPGRADE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Run the scripts in the following directories in order
119119
* c/SETUP/upgrade/20/
120120
* c/SETUP/upgrade/21/
121121
* c/SETUP/upgrade/22/
122+
* c/SETUP/upgrade/23/
122123

123124
### Upgrading from release R202102
124125
Run the scripts in the following directories in order
@@ -130,6 +131,7 @@ Run the scripts in the following directories in order
130131
* c/SETUP/upgrade/20/
131132
* c/SETUP/upgrade/21/
132133
* c/SETUP/upgrade/22/
134+
* c/SETUP/upgrade/23/
133135

134136
### Upgrading from release R202109
135137
Run the scripts in the following directories in order
@@ -140,6 +142,7 @@ Run the scripts in the following directories in order
140142
* c/SETUP/upgrade/20/
141143
* c/SETUP/upgrade/21/
142144
* c/SETUP/upgrade/22/
145+
* c/SETUP/upgrade/23/
143146

144147
### Upgrading from release R202202
145148
Run the scripts in the following directories in order
@@ -149,6 +152,7 @@ Run the scripts in the following directories in order
149152
* c/SETUP/upgrade/20/
150153
* c/SETUP/upgrade/21/
151154
* c/SETUP/upgrade/22/
155+
* c/SETUP/upgrade/23/
152156

153157
### Upgrading from release R202209 or R202303
154158
Run the scripts in the following directories in order
@@ -157,24 +161,33 @@ Run the scripts in the following directories in order
157161
* c/SETUP/upgrade/20/
158162
* c/SETUP/upgrade/21/
159163
* c/SETUP/upgrade/22/
164+
* c/SETUP/upgrade/23/
160165

161166
### Upgrading from release R202309
162167
Run the scripts in the following directories in order
163168

164169
* c/SETUP/upgrade/20/
165170
* c/SETUP/upgrade/21/
166171
* c/SETUP/upgrade/22/
172+
* c/SETUP/upgrade/23/
167173

168174
### Upgrading from release R202403
169175
Run the scripts in the following directories in order
170176

171177
* c/SETUP/upgrade/21/
172178
* c/SETUP/upgrade/22/
179+
* c/SETUP/upgrade/23/
173180

174181
### Upgrading from release R202409
175182
Run the scripts in the following directories in order
176183

177184
* c/SETUP/upgrade/22/
185+
* c/SETUP/upgrade/23/
186+
187+
### Upgrading from release R202503
188+
Run the scripts in the following directories in order
189+
190+
* c/SETUP/upgrade/23/
178191

179192
## Install the modified `dp.cron`
180193
Install the modified `dp.cron`.

0 commit comments

Comments
 (0)