Add "Hide previous releases from front page" release TODO item This was forgotten for the last couple of releases because it wasn't documented here, so add it.
Correct 3.3.2 release year It was off by 1. Closes #26257.
Use go-httpbin v2.2.0.0 in AppVeyor CI The next 2.21 version requires Go version newer than the one available there and installing it takes extra time and fails completely when using (too old?) Visual Studio 2015 image.
| ... | ... | @@ -89,7 +89,7 @@ before_test: |
| 89 | 89 | if not exist "%go_exe%" appveyor DownloadFile https://go.dev/dl/%go_exe%
|
| 90 | 90 | msiexec /i %go_exe% INSTALLDIR="%GOROOT%" /q
|
| 91 | 91 | go version
|
| 92 | - go install github.com/mccutchen/go-httpbin/v2/cmd/go-httpbin@v2
|
|
| 92 | + go install github.com/mccutchen/go-httpbin/v2/cmd/go-httpbin@v2.20.0
|
|
| 93 | 93 | set PATH=%PATH%;%GOPATH%\bin
|
| 94 | 94 | - ps: |
|
| 95 | 95 | Start-Job -Name wx_httpbin { go-httpbin -host 127.0.0.1 -port 8081 2>&1 > c:\projects\wxwidgets\httpbin.log }
|
| ... | ... | @@ -252,7 +252,7 @@ Changes in behaviour which may result in build errors |
| 252 | 252 | make sense when wxGLCanvas may use either EGL or GLX.
|
| 253 | 253 | |
| 254 | 254 | |
| 255 | -3.3.2: (released 2025-03-03)
|
|
| 255 | +3.3.2: (released 2026-03-03)
|
|
| 256 | 256 | ----------------------------
|
| 257 | 257 | |
| 258 | 258 | Please note that this is a list of changes compared to 3.2.10, the full list of
|
| ... | ... | @@ -125,7 +125,9 @@ Update https://www.wxwidgets.org: |
| 125 | 125 | anything else, the page will dynamically show the release files with the
|
| 126 | 126 | specified prefixes).
|
| 127 | 127 | * Add a news item. Usually a news item is enough but something
|
| 128 | - more can be called for major releases
|
|
| 128 | + more can be called for major releases.
|
|
| 129 | +* Also add `promoted: false` to the front matter of the previous release
|
|
| 130 | + post, as it's not useful to show it on the front page any more.
|
|
| 129 | 131 | * Push the changes (or create the PR with them) to GitHub. Note that this will
|
| 130 | 132 | trigger the site rebuild which will fail if the release statistics are not
|
| 131 | 133 | available yet, so make sure to publish the release on GitHub first (or wait
|
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help