[Git][wxwidgets/wxwidgets][master] 3 commits: Add "Hide previous releases from front page" release TODO item

2 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Mar 2, 2026, 12:42:11 PM (7 days ago) Mar 2
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 3af9abc7
    by Vadim Zeitlin at 2026-02-28T23:01:19+01:00
    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.
    
  • db1005db
    by Vadim Zeitlin at 2026-03-02T17:58:03+01:00
    Correct 3.3.2 release year
    
    It was off by 1.
    
    Closes #26257.
    
  • 3e3ccab3
    by Vadim Zeitlin at 2026-03-02T18:03:45+01:00
    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.
    

3 changed files:

Changes:

  • appveyor.yml
    ... ... @@ -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 }
    

  • docs/changes.txt
    ... ... @@ -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
    

  • docs/contributing/how-to-release.md
    ... ... @@ -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
    

Reply all
Reply to author
Forward
0 new messages