SHA256
1
0
forked from pool/gsoap
2017-12-08 21:36:32 +00:00
committed by Git OBS Bridge
parent 2caf9680ad
commit dc4bb0aaaf
6 changed files with 52 additions and 67 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 8 21:22:27 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.56
* Added new `soap::bind_v6only` context flag, replacing
compile-time flag `WITH_IPV6_V6ONLY` (`soap->bind_v6only=1`)
and `WITH_NO_IPV6_V6ONLY` (`soap->bind_v6only=0`).
* Fixed missing C++ custom serializer type object allocators
(e.g. `gsoap/custom/qstring.cpp`), when pointers to custom
serialized C++ types are used.
-------------------------------------------------------------------
Wed Nov 1 16:14:45 UTC 2017 - jengelh@inai.de