mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
@@ -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)
|
||||
|
||||
14
ChangeLog
14
ChangeLog
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user