mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Merge pull request #10986 from akallabeth/release-3.10.2
Release 3.10.2
This commit is contained in:
commit
782974a3e4
@ -94,7 +94,7 @@ if($ENV{BUILD_NUMBER})
|
||||
endif()
|
||||
|
||||
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
|
||||
set(RAW_VERSION_STRING "3.10.2-dev0")
|
||||
set(RAW_VERSION_STRING "3.10.3-dev0")
|
||||
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
|
||||
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
|
||||
elseif(USE_VERSION_FROM_GIT_TAG)
|
||||
|
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
# 2024-12-16 Version 3.10.2
|
||||
|
||||
Follow up release to 3.10.1, as we've discovered a few bugs during release
|
||||
tests.
|
||||
|
||||
Noteworthy changes:
|
||||
* Fix initializing ComputerName setting (#10985)
|
||||
* Fix some warnings and possible leaks (#10985)
|
||||
|
||||
For a complete and detailed change log since the last release run:
|
||||
git log 3.10.2...3.10.1
|
||||
|
||||
# 2024-12-16 Version 3.10.1
|
||||
|
||||
We're happy to present a new release of FreeRDP.
|
||||
|
@ -146,7 +146,7 @@ endif()
|
||||
|
||||
# Soname versioning
|
||||
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
|
||||
set(RAW_VERSION_STRING "3.10.2-dev0")
|
||||
set(RAW_VERSION_STRING "3.10.3-dev0")
|
||||
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
|
||||
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
|
||||
elseif(USE_VERSION_FROM_GIT_TAG)
|
||||
|
Loading…
Reference in New Issue
Block a user