File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1
1
This is the changelog file for the POCO C++ Libraries.
2
2
3
- Release 1.12.3 (2022-??-?? )
3
+ Release 1.12.3 (2022-10-24 )
4
4
===========================
5
5
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
+
6
24
7
25
Release 1.12.2 (2022-08-08)
8
26
===========================
Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ AAAIntroduction
6
6
7
7
!!Summary of Changes
8
8
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
+
9
27
10
28
!!!Release 1.12.2
11
29
You can’t perform that action at this time.
0 commit comments