mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
updated changelog
This commit is contained in:
parent
8290da2a82
commit
017adf836f
@ -13,6 +13,8 @@ Release 1.7.6 (2016-10-17)
|
|||||||
- fixed GH #1429: exception thrown in MongoDB when using replicaset
|
- fixed GH #1429: exception thrown in MongoDB when using replicaset
|
||||||
- fixed GH #1431: Poco/FIFOBuffer.h copy issue
|
- fixed GH #1431: Poco/FIFOBuffer.h copy issue
|
||||||
- fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS
|
- fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS
|
||||||
|
- fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime
|
||||||
|
- fixed GH #1458: Probably invalid epoll_create() usage inside Poco/Socket.cpp
|
||||||
- Poco::XML::NamePool: increased default size from 251 to 509. Default size can now
|
- Poco::XML::NamePool: increased default size from 251 to 509. Default size can now
|
||||||
be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly.
|
be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly.
|
||||||
- Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors
|
- Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors
|
||||||
|
@ -15,6 +15,8 @@ AAAIntroduction
|
|||||||
- fixed GH #1429: exception thrown in MongoDB when using replicaset
|
- fixed GH #1429: exception thrown in MongoDB when using replicaset
|
||||||
- fixed GH #1431: Poco/FIFOBuffer.h copy issue
|
- fixed GH #1431: Poco/FIFOBuffer.h copy issue
|
||||||
- fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS
|
- fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS
|
||||||
|
- fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime
|
||||||
|
- fixed GH #1458: Probably invalid epoll_create() usage inside Poco/Socket.cpp
|
||||||
- Poco::XML::NamePool: increased default size from 251 to 509. Default size can now
|
- Poco::XML::NamePool: increased default size from 251 to 509. Default size can now
|
||||||
be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly.
|
be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly.
|
||||||
- Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors
|
- Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors
|
||||||
|
Loading…
Reference in New Issue
Block a user