Skip to content

Commit 5cc3e4e

Browse files
committed
Update release meta for 3.3.13
Change-Id: I99b8513fab0011d723079b81568ebd78b98ff660 Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/216194 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent e2806ea commit 5cc3e4e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
3030
# Couchbase mock path to download
3131
SET(COUCHBASE_MOCK_VERSION 1.5.25)
3232
SET(COUCHBASE_MOCK_URL "https://github.com/couchbase/CouchbaseMock/releases/download/${COUCHBASE_MOCK_VERSION}/CouchbaseMock-${COUCHBASE_MOCK_VERSION}.jar")
33-
project(libcouchbase VERSION 3.3.12 LANGUAGES C CXX)
33+
project(libcouchbase VERSION 3.3.13 LANGUAGES C CXX)
3434

3535
if (NOT CMAKE_VERSION VERSION_LESS "3.13")
3636
# CMP0077: option() honors normal variables

RELEASE_NOTES.markdown

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release Notes
22

3+
# 3.3.13 (2024-09-13)
4+
5+
* CCBC-1647: Handle server-side query timeout (status 1080).
6+
7+
* CCBC-1643: fix memory leak of pending buffers in IO context.
8+
9+
* CCBC-1645: do not use explicit initialization for OpenSSL 1.1+.
10+
11+
* Fix build with `-DLCB_DUMP_PACKETS=ON`
12+
13+
* Fix pkg-config for MacOS
14+
315
# 3.3.12 (2024-03-02)
416

517
* CCBC-1636: Deallocate old packet when updating collection ID.

cmake/Modules/GetVersionInfo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ IF(APPLE)
6565
ELSE()
6666
SET(LCB_SONAME_MAJOR "8")
6767
ENDIF()
68-
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.20")
68+
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.21")
6969

7070
MESSAGE(STATUS "libcouchbase ${LCB_VERSION_MAJOR},${LCB_VERSION_MINOR},${LCB_VERSION_PATCH}")
7171
MESSAGE(STATUS "Building libcouchbase ${LCB_VERSION}/${LCB_VERSION_CHANGESET}")

doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Couchbase C Client"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.3.12
41+
PROJECT_NUMBER = 3.3.13
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)