Skip to content

Commit 0745314

Browse files
committed
140.0
1 parent d941af3 commit 0745314

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

debian/changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
cjs (139.9) unstable; urgency=medium
1+
cjs (140.0) zena; urgency=medium
22

3+
[ Michael Webster ]
4+
* importer: Add 'clear_cache' function to allow reloading of modules.
35
* mozjs 140, gjs 1.86.0
46

5-
-- Michael Webster <miketwebster@gmail.com> Thu, 22 Jan 2026 12:00:00 +0000
7+
-- Clement Lefebvre <root@linuxmint.com> Mon, 13 Apr 2026 08:16:17 +0100
68

79
cjs (128.1) zena; urgency=medium
810

meson.build

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
# SPDX-FileCopyrightText: 2019 Philip Chimento <philip.chimento@gmail.com>
33
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <fanchunwei@src.gnome.org>
44

5-
project('cjs', 'cpp', 'c', version: '139.9', license: ['MIT', 'LGPL2+'],
6-
meson_version: '>= 1.4',
7-
default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'cpp_eh=none',
8-
'c_std=c99', 'warning_level=2', 'b_pch=true' ])
5+
project(
6+
'cjs',
7+
'cpp',
8+
'c',
9+
version : '140.0',
10+
license : ['MIT', 'LGPL2+'],
11+
meson_version : '>= 1.4',
12+
default_options : [
13+
'cpp_std=c++17',
14+
'cpp_rtti=false',
15+
'cpp_eh=none',
16+
'c_std=c99',
17+
'warning_level=2',
18+
'b_pch=true'
19+
]
20+
)
921

1022
# cpp_rtti: SpiderMonkey can be compiled with or without runtime type
1123
# information, and the default is without. We must match that option because we

0 commit comments

Comments
 (0)