Path to this page:
Subject: CVS commit: pkgsrc/lang/gjs
From: David H. Gutteridge
Date: 2021-12-17 01:03:51
Message id: 20211217000351.C125AFAEC@cvs.NetBSD.org
Log Message:
gjs: update to 1.68.4 and fix builds with meson >= 0.60.2
Version 1.68.4
--------------
- Build fix backported from the development branch. [#436, !667, Evan Welsh]
Version 1.68.3
--------------
- Crash and bug fixes backported from the development branch.
- Build fixes [Philip Chimento]
- Closed bugs and merge requests:
* win32: Fix resource-based imports [!652, Evan Welsh]
* overrides/GLib: Guard Error.new_literal against invalid domains [!654,
Florian M��llner]
Version 1.68.2
--------------
- Crash and regression fixes backported from the development branch.
- Build fix to adjust to GLib renaming its main branch.
- Closed bugs and merge requests:
* Fix crash in ByteArray.fromGBytes / ByteArray.fromString with 0-length input
[!628, Philip Chimento]
* subprojects: Use GLib main branch [!633, Philip Withnall]
* Construct-only properties and GTK Builder. [#422, !635, Carlos Garnacho]
* Data corruption when passing a 0-terminated array of GVariant [#269, !636,
Evan Welsh]
* Fix race condition in dynamic module resolution. [!641, Evan Welsh]
* Ensure the correct realm is entered in the async executor [!644, Evan Welsh]
* Assertion failure in toggle refs with debug mozjs [#416, !646, Evan Welsh]
Version 1.68.1
--------------
- Many stability fixes due to refactoring how disposed GObjects are handled.
Special thanks to Marco Trevisan for the substantial effort.
- Closed bugs and merge requests:
* Accessing GLib.ByteArray throws [#386, !590, Philip Chimento]
* Missing hyphen and camelCase getters for CONSTRUCT_ONLY GObject properties
defined in JavaScript [#391, !591, Philip Chimento]
* gnome-shell crashes on deferencing a destroyed wrapper object [#395, !593,
!617, Marco Trevisan]
* GNOME crash "JS object wrapper for GObject 0x563bf88f5f50 (GSettings) is
being released..." [#294, !593, !617, Marco Trevisan]
* Finalizing wrapper for an already freed object [#399, !593, !617, Marco
Trevisan]
* Calling implemented methods or getters on disposed objects returns function
pointers [#396, !594, Marco Trevisan]
* overrides/Gio: Fix _LocalFilePrototype [!595, Florian M��llner]
* doc: Fix documentation for dynamic imports [!596, Sonny Piers]
* Added the meson installation command in dependencies [!597, Veena Nagar]
* Upgrade codespell to 2.0.0 in CI [#367, !598, Kajal Sah]
* cairo: Add missing semi-colons from dummy class declarations [!599, Matt
Turner]
* Fixed System.addressOfGObject and System.dumpHeap missing from System ES
module [!600, Philip Chimento]
* `Error: Failed to convert GValue to a fundamental instance` in
Gtk.EventControllerLegacy [#398, !601, Marco Trevisan]
* doc: add an example to get relative filename and dirname with
import.meta.url [!603, Sonny Piers]
* wrapperutils: Use native ostringstream pointer to string conversion [!604,
Marco Trevisan]
* testFundamental: Add more tests ensuring we properly handle subtypes [!602,
Marco Trevisan]
* Some simple Visual Studio fixes for main [!612, Chun-wei Fan]
* Using GFileMonitor crashes GNOME Shell with toggling down object error
[#297, !613, !617, Marco Trevisan]
* Deadlock on toggle queue due to GWeakRef [#404, !613, !617, Marco Trevisan]
* Using g_thread_join from JS is crashing [#406, !613, !617, Marco Trevisan]
* GObject: Ensure to call setter methods for construct-only properties [!614,
Carlos Garnacho]
Files: