Skip to content

Commit cdd8537

Browse files
committed
6.4.0
1 parent a4d0b02 commit cdd8537

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
cjs (6.4.0) xia; urgency=medium
2+
3+
[ Leigh Scott ]
4+
* Fix meson.build deprecations up to 0.56.0 (#119) (#125)
5+
6+
[ Rick Calixte ]
7+
* gjs-util: Backport private closure annotations patch (#126)
8+
9+
-- Clement Lefebvre <[email protected]> Mon, 25 Nov 2024 12:17:11 +0000
10+
111
cjs (6.2.0) wilma; urgency=medium
212

313
[ Clement Lefebvre ]

meson.build

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <[email protected]>
44

55
project(
6-
'cjs',
7-
'cpp',
8-
'c',
9-
version : '6.2.0',
10-
license : ['MIT', 'LGPL2+'],
11-
meson_version : '>=0.56.0',
12-
default_options : ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2', 'b_pch=true']
6+
'cjs',
7+
'cpp',
8+
'c',
9+
version : '6.4.0',
10+
license : ['MIT', 'LGPL2+'],
11+
meson_version : '>=0.56.0',
12+
default_options : ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2', 'b_pch=true']
1313
)
1414

1515
# cpp_rtti: SpiderMonkey can be compiled with or without runtime type

0 commit comments

Comments
 (0)