[gjs] release: Prepare for 1.63.90
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] release: Prepare for 1.63.90
- Date: Sat, 1 Feb 2020 11:30:02 +0000 (UTC)
commit 59c587a95aad105e318230a828a4695f6e673348
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Feb 1 12:20:09 2020 +0100
release: Prepare for 1.63.90
Needs a version bump as well, since I mistakenly bumped the version to
1.63.4 last time.
NEWS | 18 ++++++++++++++++--
meson.build | 2 +-
2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f434b7ff..a4d21c5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-NEXT
-----
+Version 1.63.90
+---------------
+
+- New JS API: The GObject module has gained new overrides:
+ GObject.signal_handler_find(), GObject.signal_handlers_block_matched(),
+ GObject.signal_handlers_unblock_matched(), and
+ GObject.signal_handlers_disconnect_matched(). These overrides replace the
+ corresponding C API, which was not idiomatic for JavaScript and was not fully
+ functional because it used bare C pointers for some of its functionality.
+ See modules/overrides/GObject.js for API documentation.
- New JavaScript features! This version of GJS is based on SpiderMonkey 68, an
upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 60.
@@ -57,6 +65,12 @@ NEXT
(https://gitlab.gnome.org/ptomato/moz60tool) to scan your code for this
nonstandard usage.
+- Closed bugs and merge requests:
+ * invalid import on signal.h [#295, !382, Philip Chimento]
+ * SpiderMonkey 68 [#270, !386, Philip Chimento]
+ * GObject: Add override for GObject.handler_block_by_func [#290, !371, Philip
+ Chimento]
+
Version 1.63.3
--------------
diff --git a/meson.build b/meson.build
index f6e6b6bd..f1a6ee94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gjs', 'cpp', 'c', version: '1.63.4', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.63.90', license: ['MIT', 'LGPL2+'],
meson_version: '>= 0.50.0',
default_options: ['cpp_std=c++14', 'c_std=c99', 'warning_level=2'])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]