SHA256
1
0
forked from pool/duktape
duktape/duktape.changes

95 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
Wed Jan 24 10:28:23 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Build with distro flags
-------------------------------------------------------------------
Thu Sep 14 06:26:43 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Ship libduktape207-32bit: needed by libproxy since version 0.5.
-------------------------------------------------------------------
Wed Apr 12 03:45:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.7.0:
* Fix memory unsafe behavior when valstack size limit hit in
call setup
* Fix a realloc() memory leak triggered when (1) previous
allocation exists, (2) new realloc size is 0, (3) GC is
triggered before first realloc() attempt
* Fix void pointer arithmetic in duk_alloc_pool.c, caused
problems with MSVC
* Fix broken bytecode dump on big endian architectures
* Fix DUK_USE_GET_RANDOM_DOUBLE() argument handling
* Use yaml.safe_load() instead of yaml.load() in Py2 tooling
* Dist makefile and pkg-config improvements
* Fix Makefile.jsoncbor build
* Reformat source with clang-format-12
- Bump sover define following upstream changes.
- Rebase duktape-link-m.patch with quilt.
- Drop pc.in file, no longer needed.
- Pass the needed prefixes etc to make_build and make_install.
- Use ldconfig_scriptlets macro.
-------------------------------------------------------------------
Mon Nov 28 10:47:19 UTC 2022 - Marcus Meissner <meissner@suse.com>
- duktape-link-m.patch: link against libm for sin() and related functions,
in case the compiler with -Os creates external references. bsc#1205805
-------------------------------------------------------------------
Fri Oct 30 15:03:19 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 2.6.0:
* Various fixes and portability improvements.
-------------------------------------------------------------------
Tue Jul 28 07:16:30 UTC 2020 - Martin Rey <mrey@suse.com>
- Update to 2.5.0:
* CBOR support, minor fixes and improvements
- spec file changes
* change http to https in URLs
* use RPM macros
-------------------------------------------------------------------
Mon Jul 29 16:13:30 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
- Update to 2.4.0:
* Minor fixes and improvements
-------------------------------------------------------------------
Thu Oct 18 02:44:40 UTC 2018 - sean@suspend.net
- Update to 2.3.0:
* ES2015 improvements
-------------------------------------------------------------------
Thu Apr 26 19:11:12 UTC 2018 - avvissu@yandex.by
- Update to 2.2.1:
* maintenance release
-------------------------------------------------------------------
Thu Oct 5 23:38:26 UTC 2017 - avvissu@yandex.by
- Update to 2.2.0:
* call handling, API improvements, performance
-------------------------------------------------------------------
Sat Jul 29 20:16:52 UTC 2017 - avvissu@yandex.by
- Update to 2.1.1:
* maintenance release
-------------------------------------------------------------------
Thu Jun 1 09:02:19 UTC 2017 - jengelh@inai.de
- Correct RPM group.
-------------------------------------------------------------------
Tue May 30 14:17:15 UTC 2017 - avvissu@yandex.by
- Initial package