Merge pull request #10361 from akallabeth/release-3.6.3

Release 3.6.3
This commit is contained in:
Martin Fleisz
2024-07-08 10:09:16 +02:00
committed by GitHub
3 changed files with 16 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.6.3-dev0")
set(RAW_VERSION_STRING "3.6.4-dev0")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)

View File

@@ -1,3 +1,17 @@
# 2024-07-08 Version 3.6.3
Bugfix release for 3.6.2 issues reported
Noteworthy changes:
* fix a graphics regression (#10352)
* workaround for a protocol bug of older FreeRDP based servers (#10358)
* fix possible NULL dereference in command line parser (#10348)
* fix intrinsics detection (#10346, #10350)
For a complete and detailed change log since the last release run:
git log 3.6.3...3.6.2
# 2024-07-04 Version 3.6.2
Bugfix release for 3.6.1 issues detected during release tests

View File

@@ -137,7 +137,7 @@ endif()
# Soname versioning
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.6.3-dev0")
set(RAW_VERSION_STRING "3.6.4-dev0")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)