Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jul 18, 2013
1 parent 97e5ff5 commit ec2d99b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is the changelog file for the POCO C++ Libraries.

Release 1.5.2 (2013-06-24)
Release 1.5.2 (2013-07-19)
==========================
- added MongoDB library (Franky Braem)
- fixed GH #57: poco-1.5.1: Doesn't compile for Android
Expand Down Expand Up @@ -95,6 +95,8 @@ Release 1.5.2 (2013-06-24)
- 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


Release 1.5.1 (2013-01-11)
Expand Down
4 changes: 4 additions & 0 deletions doc/99100-ReleaseNotes.page
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec2d99b

Please sign in to comment.