mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-11 02:25:59 +01:00
chore: branch for 1.14.2
This commit is contained in:
16
CHANGELOG
16
CHANGELOG
@@ -1,6 +1,22 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
|
|
||||||
|
Release 1.14.2 (2025-03-XX)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Summary of Changes:
|
||||||
|
|
||||||
|
This is a bugfix release.
|
||||||
|
|
||||||
|
Features, Enhancements and Third Party Updates:
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
Bug Fixes and Improvements:
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
Release 1.14.1 (2025-02-11)
|
Release 1.14.1 (2025-02-11)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,14,1,0
|
#define POCO_VERSION 1,14,2,0
|
||||||
#define POCO_VERSION_STR "1.14.1"
|
#define POCO_VERSION_STR "1.14.2"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
|
|||||||
@@ -36,6 +36,6 @@
|
|||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
|
|
||||||
#define POCO_VERSION 0x010E0100
|
#define POCO_VERSION 0x010E0200
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
POCO C++ Libraries Release Notes
|
POCO C++ Libraries Release Notes
|
||||||
AAAIntroduction
|
AAAIntroduction
|
||||||
|
|
||||||
|
!!!Release 1.14.2
|
||||||
|
|
||||||
|
!!Summary of Changes
|
||||||
|
|
||||||
|
This is a bugfix release.
|
||||||
|
|
||||||
|
!!Features, Enhancements and Third Party Updates
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
!!Bug Fixes and Improvements
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.14.1
|
!!!Release 1.14.1
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
111
|
112
|
||||||
|
|||||||
Reference in New Issue
Block a user