Skip to content

Commit

Permalink
release 4.3.5rc3: Release candidate 3 for 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Aug 7, 2024
1 parent 82b721d commit 540fede
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ tests/test_common.h
# the cmake/ folder
cmake/libcoap

# the scripts/ folder
scripts/fix_version.sh

# ctags - Sublime plugin
tags
.tags*
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@
* Support for wolfSSL TLS library.
* Support for DTLS1.3 (using wolfSSL).
* Support for Mbed TLS 3.6.0.
* Support for EC-JPAKE (Mbed TLS)
* TinyDTLS version update.
* Support for RIOT using SOCK i/f.
* Support for LwIP 2.2.0.
* Support for LwIP using NO_SYS set to 0.
* Support for (Posix based) Zephyr.
* Support for QNX builds.
* Support for ESP32 xtensa builds.
* Updated Contiki-NG support.
* Support for multi-thread safe libcoap usage.
* Support for defining binary PSK for coap-client and coap-server.
* Support for Connection-ID (CID) (Mbed TLS, wolfSSL and TinyDTLS).
* Added new define types for defining PKI parameters.
* Support for user definable ENGINE for OpenSSL.
* Support for using noTLS and TinyDTLS with WebSockets.
* Support for providing list of compilation #defines.
* Support for proxy code running within lbcoap.
* Cleaned up support for building .h files.
* Additional scan-build and pre-commit checks in build tests.
* Updated CI build tests to use latest action versions.
* Fixes CVE-2023-35862.
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.contiki
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#define PACKAGE_STRING "libcoap 4.3.5rc3"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -125,7 +125,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc2"
#define PACKAGE_VERSION "4.3.5rc3"
#endif /* PACKAGE_VERSION */

#define WITH_CONTIKI 1
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.riot
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#define PACKAGE_STRING "libcoap 4.3.5rc3"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -382,7 +382,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc2"
#define PACKAGE_VERSION "4.3.5rc3"
#endif /* PACKAGE_VERSION */

/* Define to 1 if you have the ANSI C header files. */
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.windows
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#define PACKAGE_STRING "libcoap 4.3.5rc3"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -182,7 +182,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc2"
#define PACKAGE_VERSION "4.3.5rc3"
#endif /* PACKAGE_VERSION */

/* Define to 1 if you have the ANSI C header files. */
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ m4_define([libcoap_micro_version], [5])

# define an appending release state if needed, for example for pre-releases
# like 'alpha' or 'rc1', for a full release keep the value empty!
m4_define([libcoap_release_state], [rc2])
m4_define([libcoap_release_state], [rc3])

# Define the previous full libcoap software release version here.
# Used if libcoap_release_state is not empty for LIBCOAP_VERSION and LIBCOAP_PACKAGE_BASE.
Expand Down
4 changes: 2 additions & 2 deletions examples/lwip/config/coap_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#define PACKAGE_STRING "libcoap 4.3.5rc3"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -97,7 +97,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc2"
#define PACKAGE_VERSION "4.3.5rc3"
#endif /* PACKAGE_VERSION */

#ifndef assert
Expand Down
2 changes: 1 addition & 1 deletion examples/riot/pkg_libcoap/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=libcoap
PKG_URL=https://github.com/obgm/libcoap
PKG_VERSION=319ffb02c11c5010b26934ba55f50a25ac3b6051
PKG_VERSION=82b721d7d28c40a2c9f0ba4310a5017d216f0ec3
PKG_LICENSE=BSD-2-Clause

LIBCOAP_BUILD_DIR=$(BINDIR)/pkg/$(PKG_NAME)
Expand Down
4 changes: 2 additions & 2 deletions include/coap3/coap.h.riot
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#define LIBCOAP_PACKAGE_NAME "libcoap"

/* Define the full name and version of libcoap. */
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc2"
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc3"

/* Define the home page for libcoap. */
#define LIBCOAP_PACKAGE_URL "https://libcoap.net/"

/* Define the version of libcoap this file belongs to. */
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc2"
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc3"

/* Define the numeric version identifier for libcoap */
#define LIBCOAP_VERSION (4003004U)
Expand Down
4 changes: 2 additions & 2 deletions include/coap3/coap.h.windows
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#define LIBCOAP_PACKAGE_NAME "libcoap"

/* Define the full name and version of libcoap. */
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc2"
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc3"

/* Define the home page for libcoap. */
#define LIBCOAP_PACKAGE_URL "https://libcoap.net/"

/* Define the version of libcoap this file belongs to. */
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc2"
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc3"

/* Define the numeric version identifier for libcoap */
#define LIBCOAP_VERSION (4003004U)
Expand Down

0 comments on commit 540fede

Please sign in to comment.