mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
updated version no and changelog
This commit is contained in:
@@ -56,6 +56,7 @@ Release 1.6.0 (2014-12-22)
|
|||||||
Context object (the underlying OpenSSL context would leak)
|
Context object (the underlying OpenSSL context would leak)
|
||||||
- Poco::URI: added new constructor to create URI from Path
|
- Poco::URI: added new constructor to create URI from Path
|
||||||
- Various documentation and style fixes
|
- Various documentation and style fixes
|
||||||
|
- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005.
|
||||||
|
|
||||||
|
|
||||||
Release 1.5.4 (2014-10-14)
|
Release 1.5.4 (2014-10-14)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,6,0,0
|
#define POCO_VERSION 1,6,0,0
|
||||||
#define POCO_VERSION_STR "1.6.0d1"
|
#define POCO_VERSION_STR "1.6.0"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
// Ax: alpha releases
|
// Ax: alpha releases
|
||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
#define POCO_VERSION 0x010600D1
|
#define POCO_VERSION 0x01060000
|
||||||
|
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ AAAIntroduction
|
|||||||
Context object (the underlying OpenSSL context would leak)
|
Context object (the underlying OpenSSL context would leak)
|
||||||
- Poco::URI: added new constructor to create URI from Path
|
- Poco::URI: added new constructor to create URI from Path
|
||||||
- Various documentation and style fixes
|
- Various documentation and style fixes
|
||||||
|
- Removed support (project/solution files) for Visual Studio.NET 2003 and Visual Studio 2005.
|
||||||
|
|
||||||
|
|
||||||
!!Incompatible Changes and Possible Transition Issues
|
!!Incompatible Changes and Possible Transition Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user