SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.67

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=135
This commit is contained in:
2018-06-27 13:06:35 +00:00
committed by Git OBS Bridge
parent 137b34a3dc
commit 638f89389e
6 changed files with 35 additions and 23 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 27 12:50:29 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.8.67
* Changed `typemap.dat` to disable `xsd__duration` custom
serializer by default, meaning that `xsd__duration` is
serialized as a string by default.
* Fixed an issue where the 64-bit integer types `LONG64` and
`ULONG64` and their serializers would be downcast to to 32-bit
when compiling C code with newer GCC versions, due to
`__STDC_VERSION__` no longer being defined by the compiler.
-------------------------------------------------------------------
Tue Apr 10 13:57:01 UTC 2018 - jengelh@inai.de