Skip to content

Commit 93a69b8

Browse files
committed
Update CHANGELOG and UPGRADE for R202409 release
1 parent a393c4f commit 93a69b8

2 files changed

Lines changed: 31 additions & 3 deletions

File tree

SETUP/CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,30 @@ 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+
## R202409
1111
Scripts supporting this upgrade are in `SETUP/upgrade/21`
1212

13-
**This is the last release to support PHP 7.4. Future releases will only
14-
support PHP 8.0 and later.**
13+
### Notices & Deprecations
14+
15+
This is the last release to support PHP 7.4. Future releases will only
16+
support PHP 8.1 and later.
17+
18+
This is the last release to support the Hieroglyphs tool. WikiHiero which backs
19+
the tool has been unsupported for 20+ years and was written for PHP 4.3.3.
20+
21+
### Changes
1522

1623
* Updated minimum middleware to MySQL 8.0 (cpeel)
24+
* The deprecated globals mentioned in the last release notes were removed (cpeel)
25+
* Most `faq/*` content has been deleted (cpeel)
26+
* A `metadata.json` file has replaced `dc.xml` in the project directory (cpeel)
27+
* New API endpoints for proofreading (70ray)
28+
* Cronjobs now run through common interface with SA UI to show job status (cpeel)
29+
* Typing added to numerous functions and classes (bpfoley, jchaffraix)
30+
* XML feed types removed and feed backend improved (mrducky4)
31+
* Navigation bar updates for smaller screens (cpeel)
32+
* New site search page (cpeel)
33+
* `past_tallies` is now a sparse table (cpeel)
1734

1835
## R202403
1936
Scripts supporting this upgrade are in `SETUP/upgrade/20`

SETUP/UPGRADE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Run the scripts in the following directories in order
117117
* c/SETUP/upgrade/18/
118118
* c/SETUP/upgrade/19/
119119
* c/SETUP/upgrade/20/
120+
* c/SETUP/upgrade/21/
120121

121122
### Upgrading from release R202102
122123
Run the scripts in the following directories in order
@@ -126,6 +127,7 @@ Run the scripts in the following directories in order
126127
* c/SETUP/upgrade/18/
127128
* c/SETUP/upgrade/19/
128129
* c/SETUP/upgrade/20/
130+
* c/SETUP/upgrade/21/
129131

130132
### Upgrading from release R202109
131133
Run the scripts in the following directories in order
@@ -134,24 +136,33 @@ Run the scripts in the following directories in order
134136
* c/SETUP/upgrade/18/
135137
* c/SETUP/upgrade/19/
136138
* c/SETUP/upgrade/20/
139+
* c/SETUP/upgrade/21/
137140

138141
### Upgrading from release R202202
139142
Run the scripts in the following directories in order
140143

141144
* c/SETUP/upgrade/18/
142145
* c/SETUP/upgrade/19/
143146
* c/SETUP/upgrade/20/
147+
* c/SETUP/upgrade/21/
144148

145149
### Upgrading from release R202209 or R202303
146150
Run the scripts in the following directories in order
147151

148152
* c/SETUP/upgrade/19/
149153
* c/SETUP/upgrade/20/
154+
* c/SETUP/upgrade/21/
150155

151156
### Upgrading from release R202309
152157
Run the scripts in the following directories in order
153158

154159
* c/SETUP/upgrade/20/
160+
* c/SETUP/upgrade/21/
161+
162+
### Upgrading from release R202403
163+
Run the scripts in the following directories in order
164+
165+
* c/SETUP/upgrade/21/
155166

156167
## Install the modified `dp.cron`
157168
Install the modified `dp.cron`.

0 commit comments

Comments
 (0)