Skip to content

Commit 5590ada

Browse files
committed
[RELEASE] Released version 3.0.0
Released version 3.0.0 with the following main changes : - MINOR: sample: implement the uptime sample fetch - CI: scripts: fix build of vtest regarding option -C - CI: scripts: build vtest using multiple CPUs - MINOR: log: rename 'log-format tag' to 'log-format alias' - DOC: config: document logformat item naming and typecasting features - BUILD: makefile: yearly reordering of objects by build time - BUILD: fd: errno is also needed without poll() - DOC: config: fix two typos "RST_STEAM" vs "RST_STREAM" - DOC: config: refer to the non-deprecated keywords in ocsp-update on/off - DOC: streamline http-reuse and connection naming definition - REGTESTS: complete http-reuse test with pool-conn-name - DOC: config: add %ID logformat alias alternative - CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp - BUG/MINOR: ssl/ocsp: init callback func ptr as NULL - CLEANUP: ssl_sock: move dirty openssl-1.0.2 wrapper to openssl-compat - BUG/MINOR: activity: fix Delta_calls and Delta_bytes count - CI: github: upgrade the WolfSSL job to 5.7.0 - DOC: install: update quick build reminders with some missing options - DOC: install: update the range of tested openssl version to cover 3.3 - DEV: patchbot: prepare for new version 3.1-dev - MINOR: version: mention that it's 3.0 LTS now.
1 parent 2e42a19 commit 5590ada

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
ChangeLog :
22
===========
33

4+
2024/05/29 : 3.0.0
5+
- MINOR: sample: implement the uptime sample fetch
6+
- CI: scripts: fix build of vtest regarding option -C
7+
- CI: scripts: build vtest using multiple CPUs
8+
- MINOR: log: rename 'log-format tag' to 'log-format alias'
9+
- DOC: config: document logformat item naming and typecasting features
10+
- BUILD: makefile: yearly reordering of objects by build time
11+
- BUILD: fd: errno is also needed without poll()
12+
- DOC: config: fix two typos "RST_STEAM" vs "RST_STREAM"
13+
- DOC: config: refer to the non-deprecated keywords in ocsp-update on/off
14+
- DOC: streamline http-reuse and connection naming definition
15+
- REGTESTS: complete http-reuse test with pool-conn-name
16+
- DOC: config: add %ID logformat alias alternative
17+
- CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp
18+
- BUG/MINOR: ssl/ocsp: init callback func ptr as NULL
19+
- CLEANUP: ssl_sock: move dirty openssl-1.0.2 wrapper to openssl-compat
20+
- BUG/MINOR: activity: fix Delta_calls and Delta_bytes count
21+
- CI: github: upgrade the WolfSSL job to 5.7.0
22+
- DOC: install: update quick build reminders with some missing options
23+
- DOC: install: update the range of tested openssl version to cover 3.3
24+
- DEV: patchbot: prepare for new version 3.1-dev
25+
- MINOR: version: mention that it's 3.0 LTS now.
26+
427
2024/05/24 : 3.0-dev13
528
- CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
629
- MINOR: ssl: check parameter in ckch_conf_cmp()

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2024/05/24
2+
2024/05/29

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0-dev13
1+
3.0.0

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Configuration Manual
44
----------------------
55
version 3.0
6-
2024/05/24
6+
2024/05/29
77

88

99
This document covers the configuration language as implemented in the version

0 commit comments

Comments
 (0)