Skip to content

Commit

Permalink
Wt 4.8.2 version bump and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Nov 4, 2022
1 parent e096e9f commit 35f0dd5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH

SET(VERSION_SERIES 4)
SET(VERSION_MAJOR 8)
SET(VERSION_MINOR 1)
SET(VERSION_MINOR 2)

IF(NOT SHARED_LIBS)
IF(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = Wt
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 4.8.1
PROJECT_NUMBER = 4.8.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
16 changes: 16 additions & 0 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ <h1>Wt Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.

<h2>Release 4.8.2 (November 4, 2022)</h2>

<p>
Wt 4.8.2 is a patch release that addresses the following issue:
</p>

<ul>
<li>
<a href="https://redmine.webtoolkit.eu/issues/10970" target="_blank">Issue #10970</a>:
Sending an <code>OPTIONS *</code> request could cause an assertion failure when trying
to match the request to an entry point. This could cause a crash if assertions are enabled,
though they usually aren't in production builds. Since these types of requests are not properly
supported by <code>wthttp</code>, <code>OPTIONS *</code> requests are now rejected.
</li>
</ul>

<h2>Release 4.8.1 (September 22, 2022)</h2>

<p>
Expand Down
2 changes: 1 addition & 1 deletion examples/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Wt examples"
PROJECT_NUMBER = 4.8.1
PROJECT_NUMBER = 4.8.2
OUTPUT_DIRECTORY = ../doc/examples
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 35f0dd5

Please sign in to comment.