File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,10 @@ Changes in behaviour which may result in build errors
232
232
minimum required version is now 2005.
233
233
234
234
235
+ 3.2.4: (released 2024-??-??)
236
+ ----------------------------
237
+
238
+
235
239
3.2.3: (released 2023-10-10)
236
240
----------------------------
237
241
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ Here is the list of the files, for reference:
69
69
* Update ` docs/readme.txt ` : version needs to be changed, content updated.
70
70
* Update ` docs/release.md ` : also version and reset SHA-1 sums to zeroes.
71
71
* Update ` docs/changes.txt ` : update the date on the release line.
72
+ For the development releases the list of changes is maintained in Git
73
+ notes as explained in that file itself. Replace these notes with the
74
+ actual changes following the instructions there (and don't forget to
75
+ restore them later).
72
76
* Update the date in the manual (` docs/doxygen/mainpages/manual.h ` ).
73
77
* Update the release announcement post in ` docs/publicity/announce.txt ` .
74
78
* Update ` docs/msw/binaries.md ` : at least the version, but possibly also
@@ -173,8 +177,9 @@ and from the root directory run
173
177
174
178
autoconf -B build/autoconf_prepend-include
175
179
176
- * Restore the description of the Git notes use and create a skeleton section
177
- for the next release in ` docs/changes.txt ` .
180
+ * Update ` docs/changes.txt ` : for the stable releases, just create a new section
181
+ for the next release. For the other ones, restore the description of the Git
182
+ notes use removed in the pre-release step.
178
183
179
184
180
185
## MSW Visual Studio Official Builds
You can’t perform that action at this time.
0 commit comments