From b14a8e4c392add9ba367a47c4936a793ccb1c5fe Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 21 Sep 2020 10:18:20 +0300 Subject: [PATCH] Update release meta for 3.0.5 Change-Id: I4632e5656b42b41a36c698de08bd78d59a81d8eb Reviewed-on: http://review.couchbase.org/c/libcouchbase/+/136577 Tested-by: Build Bot Reviewed-by: Sergey Avseyev --- RELEASE_NOTES.markdown | 9 +++++++++ cmake/Modules/GetVersionInfo.cmake | 6 +++--- doc/Doxyfile | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.markdown b/RELEASE_NOTES.markdown index 2bb0bc7af..84698af68 100644 --- a/RELEASE_NOTES.markdown +++ b/RELEASE_NOTES.markdown @@ -1,5 +1,14 @@ # Release Notes +## 3.0.5 (2020-09-21) + +* CCBC-1307: allow to select any mechanisms for SASL regardless network protocol being used. + But by default, try to avoid downgrading to PLAIN on non-TLS connections. Also the change allows to specify list of + preferred mechanisms instead of only one (use comma in the value of `sasl_mech_force` connection string option). +* CCBC-1276: allow to hint flex index usage in query options +* CCBC-1312: fix return values for `lcb_cmdquery_scope_*` +* CCBC-1313: replace `std::random_shuffle` with `std::shuffle` (fixes build of `cbc-n1qlback` tool) + ## 3.0.4 (2020-08-26) * CCBC-1281: Implement scope qualifier for queries diff --git a/cmake/Modules/GetVersionInfo.cmake b/cmake/Modules/GetVersionInfo.cmake index 433ec1d62..da2745ec8 100644 --- a/cmake/Modules/GetVersionInfo.cmake +++ b/cmake/Modules/GetVersionInfo.cmake @@ -42,13 +42,13 @@ ENDIF() IF (NOT LCB_VERSION) SET(LCB_NOGITVERSION ON) - SET(LCB_VERSION "3.0.4") + SET(LCB_VERSION "3.0.5") ENDIF() IF (NOT LCB_VERSION_CHANGESET) SET(LCB_VERSION_CHANGESET "0xdeadbeef") ENDIF() IF (NOT LCB_VERSION_HEX) - SET(LCB_VERSION_HEX 0x030004) + SET(LCB_VERSION_HEX 0x030005) ENDIF() # Now parse the version string @@ -63,7 +63,7 @@ IF(APPLE) ELSE() SET(LCB_SONAME_MAJOR "6") ENDIF() -SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.5") +SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.6") MESSAGE(STATUS "libcouchbase ${LCB_VERSION_MAJOR},${LCB_VERSION_MINOR},${LCB_VERSION_PATCH}") MESSAGE(STATUS "Building libcouchbase ${LCB_VERSION}/${LCB_VERSION_CHANGESET}") diff --git a/doc/Doxyfile b/doc/Doxyfile index c474a8db3..1e7479285 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Couchbase C Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.4 +PROJECT_NUMBER = 3.0.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a