File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
14
14
# 4. If any interfaces have been removed since the last public release, then set age to 0.
15
15
16
16
set (RMQ_SOVERSION_CURRENT 9 )
17
- set (RMQ_SOVERSION_REVISION 1 )
17
+ set (RMQ_SOVERSION_REVISION 2 )
18
18
set (RMQ_SOVERSION_AGE 5 )
19
19
20
20
include (VersionFunctions )
Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## v0.12.0 - 2023-01-31
3
+ ## Changed
4
+ - rabbitmq-c now compiles as C99
5
+ - CMake 3.12 is new minimum required version
6
+ - CMake -DBUILD_TESTS renamed to -DBUILD_TESTING
7
+ - CMake -DBUILD_EXAMPLES now defaults to OFF
8
+ - CMake -DBUILD_TOOLS now defaults to OFF
9
+ - Unix library version now matches the release version, SONAME remains the same.
10
+ - Modernized CMake scripts to better adopt modern standards
11
+ - Public headers have moved to rabbitmq-c/ directory
12
+ - Dropped support for MSVC older than VS 2010
13
+ - Dropped support for OpenSSL v1.1.0 and older
14
+ - Minimum SSL version set to TLSv1.2
15
+ - Updated to RabbitMQ framing to v3.8.19
16
+
2
17
## v0.11.0 - 2021-03-31
3
18
## Added:
4
19
- rabbitmq-c-config.cmake is now generated (#611 )
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ AMQP_BEGIN_DECLS
120
120
#define AMQP_VERSION_MAJOR 0
121
121
#define AMQP_VERSION_MINOR 12
122
122
#define AMQP_VERSION_PATCH 0
123
- #define AMQP_VERSION_IS_RELEASE 0
123
+ #define AMQP_VERSION_IS_RELEASE 1
124
124
125
125
/**
126
126
* \def AMQP_VERSION_CODE
You can’t perform that action at this time.
0 commit comments