updated release notes

This commit is contained in:
Guenter Obiltschnig
2013-07-18 13:34:38 +02:00
parent 97e5ff5774
commit ec2d99bf9d
2 changed files with 7 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ AAAIntroduction
threadpool that will be used to start an Activity(Patrice Tarabbia)
- fixed GH #212: JSONConfiguration was missing from the vs90 project(Patrice Tarabbia)
- fixed GH #220: add qualifiers for FPEnvironment in C99 (Lucas Clemente)
- fixed GH #222: HTTPCookie doesn't support expiry times in the past (Karl Reid)
- fixed GH #224: building 1.5.1 on Windows for x64
- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) does not work
- fixed GH# 231: Compatibility issue with Poco::Net::NetworkInterface
!!Incompatible Changes and Possible Transition Issues