Package Release Info

qore-json-module-1.7-bp153.1.1

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

qore-json-module
qore-json-module-doc

Change Logs

* Sun Aug 16 2020 Dirk Mueller <dmueller@suse.com>
- update to 1.7:
  * deprecated support for the non-published JSON-RPC 1.1 protocol
  * added support for JSON-RPC 2.0
  * added the JsonRpcConnection user module
  * improved argument error messages with RPC calls in the JsonRpcHandler module (issue 2573)
  * fixed date serialization to use ISO-8601 format (instead of near-ISO-8601 format: issue 2655)
  * parse_json() now ignores UTF-8 and Unicode BOMs at the start of passed JSON string (issue 1398)
  * fixed a bug in request logging in the JsonRpcHandler module (issue 1487)
  * fixed a bug serializing hash keys with embedded quotes (issue 2242)
  * serialize binary values as base64-encoded strings
  * user modules moved to top-level qore module directory from version-specific module directory since they are valid for multiple versions of qore
  * serialize nan, +/-inf as null according to the JSON spec
  * added detection for invalid JSON-RPC calls and added a more user-friendly error message in the JsonRpcHandler module
  * new functions added conforming to Qore's function naming convention, old camel-case functions deprecated
  * JSON tests ported to QUnit
  * Qore 0.8.12 required as a minimum to build
  * JSON output is more compact; less extraneous whitespace is used
- remove 0001-set-64bit-for-other-architectures.patch: upstream
* Mon Apr 30 2018 guillaume.gardet@opensuse.org
- Remove -m32 and -m64 options except for x86* and ppc*
Version: 1.4-bp152.1.9
* Mon Dec 22 2014 dimstar@opensuse.org
- Don't start fdupes over docs: it can cause build failures if the
  link is not in the direction expected.
* Mon Aug 04 2014 dvaleev@suse.com
- Set 64bit for powerpc64, aarch64 and s390x
- added patches:
  * 0001-set-64bit-for-other-architectures.patch
* Wed Jul 30 2014 petr@yarpen.cz
- migrated to OBS file layout