Skip to content

Commit 4328fab

Browse files
committed
updated changelog
1 parent 1ea6eea commit 4328fab

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
This is the changelog file for the POCO C++ Libraries.
22

3-
Release 1.12.3 (2022-??-??)
3+
Release 1.12.3 (2022-10-24)
44
===========================
55

6+
- GH #3682: Including Any.h causes Compiler error on Visual Studio
7+
- GH #3683: Poco::format receives empty Vector<Any>
8+
- GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem
9+
- GH #3723: DateTimeFormatter creates invalid ISO8601 string
10+
- GH #3737: Poco EventImpl for Win32 breaks INFINITE wait
11+
- GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value"
12+
- GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689)
13+
- GH #3753: Fix optional JSON support for MySQL
14+
- GH #3763: Poco::Util::Application VxWorks main is incorrect
15+
- GH #3769: Fixed converting/correcting pre-gregorian dates (#3723).
16+
- GH #3795: aix system NumberFormatter.cpp build error
17+
- GH #3805: Upgrade expat to 2.4.9
18+
- GH #3814: Security Vulnerability identified in POCO version 1.12.2
19+
- GH #3825: VS 2022 Net project missing ARM64 config
20+
- GH #3834: SocketImpl::available()
21+
- GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE]
22+
- GH #3847: Upgrade bundled SQLite to 3.39.4
23+
624

725
Release 1.12.2 (2022-08-08)
826
===========================

doc/99100-ReleaseNotes.page

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ AAAIntroduction
66

77
!!Summary of Changes
88

9+
- GH #3682: Including Any.h causes Compiler error on Visual Studio
10+
- GH #3683: Poco::format receives empty Vector<Any>
11+
- GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem
12+
- GH #3723: DateTimeFormatter creates invalid ISO8601 string
13+
- GH #3737: Poco EventImpl for Win32 breaks INFINITE wait
14+
- GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value"
15+
- GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689)
16+
- GH #3753: Fix optional JSON support for MySQL
17+
- GH #3763: Poco::Util::Application VxWorks main is incorrect
18+
- GH #3769: Fixed converting/correcting pre-gregorian dates (#3723).
19+
- GH #3795: aix system NumberFormatter.cpp build error
20+
- GH #3805: Upgrade expat to 2.4.9
21+
- GH #3814: Security Vulnerability identified in POCO version 1.12.2
22+
- GH #3825: VS 2022 Net project missing ARM64 config
23+
- GH #3834: SocketImpl::available()
24+
- GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE]
25+
- GH #3847: Upgrade bundled SQLite to 3.39.4
26+
927

1028
!!!Release 1.12.2
1129

0 commit comments

Comments
 (0)