Package Release Info

lua54-dkjson-2.8.0-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

lua54-dkjson

Change Logs

* Sat Dec 28 2024 mcepl@cepl.eu
- Update to 2.8:
  - Fix handling of decoding errors when Lua is compiled with
    LUA_NOCVTN2S.
- Update to 2.7:
  - Enable working with newer versions of LPeg where the
    "version" field is no longer a function.
  - Fix error messages when an encoding error happens in an
    ordered dictionary.
- Update to 2.6:
  - The decode function is no longer automatically replaced by
    the version implemented using LPeg, but an LPeg-enabled
    copy of the module has to be requested explicitly with
    the function use_lpeg. This was changed to improve the
    predictability of the code and make audits more reliable.
  - The LPeg-version of the decode function now reports
    unterminated strings, arrays and objects with the position
    where they started rather than where parsing failed which was
    usually at the end of the input string. This was already the
    behavior of the pure-Lua-implementation.
  - Fixed a bug where entries in a dictionary were not put in the
    desired order when their value was the boolean false.
* Wed Nov 23 2022 msuchanek@suse.com
- Fix missing dependency on lua-macros (boo#1205612)
* Mon Dec 27 2021 mcepl@suse.com
- What was I thinking? Description and Summary had nothing to di
  with this package.
* Thu Feb 18 2021 gmbr3@opensuse.org
- Use %lua_provides macro for default lua versioning
* Mon Jul 06 2020 mcepl@suse.com
- Add lua54 as new build target
* Wed Apr 01 2020 mcepl@suse.com
- Initial packaging effort to package version 2.5