From 0e661f4267468071887020cc5613be98eb8324ee Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Tue, 18 Apr 2023 11:55:07 +0200 Subject: [PATCH] Wt 4.9.2 version bump and final release notes --- CMakeLists.txt | 2 +- Doxyfile | 2 +- ReleaseNotes.html | 6 +++++- examples/Doxyfile | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 463d581539..a18e509a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH SET(VERSION_SERIES 4) SET(VERSION_MAJOR 9) -SET(VERSION_MINOR 1) +SET(VERSION_MINOR 2) IF(NOT SHARED_LIBS) IF(WIN32) diff --git a/Doxyfile b/Doxyfile index 1c4f91b124..a3167211c1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Wt # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.9.1 +PROJECT_NUMBER = 4.9.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 a diff --git a/ReleaseNotes.html b/ReleaseNotes.html index c96dafd636..1819b5dcf4 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -21,7 +21,7 @@

Wt Release notes

behaviour. -

Release 4.9.2 (TBD)

+

Release 4.9.2 (April 18, 2023)

Wt 4.9.2 is a patch release that addresses the following issues: @@ -62,6 +62,10 @@

Release 4.9.2 (TBD)

setNameIdPolicyAllowCreate(). +
  • + Issue #11379: + fixed a JavaScript error in WPaintedWidget. +
  • Release 4.9.1 (January 20, 2023)

    diff --git a/examples/Doxyfile b/examples/Doxyfile index 96e61001f6..e96ac6657e 100644 --- a/examples/Doxyfile +++ b/examples/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Wt examples" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.9.1 +PROJECT_NUMBER = 4.9.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 a