-
gjs (1.68.1-1~ubuntu0.21.04.1) hirsute; urgency=medium
* Backport to hirsute (LP: #1927840)
gjs (1.68.1-1) experimental; urgency=medium
* New upstream release
* debian/patches: Drop all, they've been applied upstream
gjs (1.68.0-2) experimental; urgency=medium
* debian/patches: Cherry-pick upstream memory fixes
gjs (1.68.0-1) experimental; urgency=medium
* New upstream release
- Fixed session crashes in gjs on unlocking (sometimes)
- installed-tests installed despite explicitly disabled
* debian/patches: Drop all applied upstream
* d/p/GObject-Don-t-autogenerate-accessors-for-CONSTRUCT_ONLY-p.patch,
d/p/GObject-Define-camel-and-kebab-variants-of-CONSTRUCT_ONLY.patch,
d/p/overrides-Gio-Fix-_LocalFilePrototype.patch,
d/p/object-Return-undefined-and-not-the-actual-function-on-di.patch:
- Various fixes for JS GObject overrides
* d/p/cairo-Add-missing-semi-colons-from-dummy-class-declaratio.patch:
- Fix headers warning
* d/p/wrapperutils-Use-native-ostringstream-pointer-to-string-c.patch:
- Print the object address in hex format on toString()
* d/p/testFundamental-Ensure-a-fundamental-can-be-converted-to-.patch,
d/p/fundamental-Use-value-or-instance-pointer-when-no-get-set.patch:
- Correctly handle Gdk 4 Events
* d/p/object-Pass-the-instance-pointer-to-toggle-notify.patch,
d/p/object-Switch-back-to-normal-references-on-disposal.patch,
d/p/object-Discard-disposed-GObject-s-and-do-not-create-wrapp.patch,
d/p/object-Also-unset-the-object-qdata-during-wrapper-destruc.patch,
d/p/object-Never-try-to-add-a-toggle-reference-on-a-disposed-.patch,
d/p/object-Use-the-term-DISPOSED-for-objects-in-such-state-no.patch,
d/p/testGobjectDestructionAccess-Verify-usage-of-vfunc_dispos.patch,
d/p/object-Catch-finalized-objects-that-are-still-under-gjs-s.patch,
d/p/testGObjectDestructionAccess-Ensure-that-returned-dispose.patch,
d/p/testGObjectDestructionAccess-Verify-that-disposed-object-.patch,
d/p/object-Cancel-queued-toggles-on-dispose-notify.patch:
- Improve handling for diposed and finalized objects, fixing crashes
* d/p/object-Safely-handle-disposal-when-happening-from-other-t.patch,
d/p/installed-tests-Add-GjsTestTools-utilities-to-call-native.patch,
d/p/gjs-test-tools-Add-ability-to-ref-unref-and-dispose-from-.patch,
d/p/object-Discard-wrapper-when-GObject-is-disposed-from-main.patch,
d/p/object-Do-not-disassociate-a-JS-object-if-we-have-queued-.patch,
d/p/toggle-Initialize-private-variables-on-construction.patch,
d/p/toggle-Use-GWeakRef-s-to-track-objects-to-prevent-adding-.patch:
- Fix handling of dispose and unref hevent when happening in other threads
(LP: #1882410)
gjs (1.67.2-2ubuntu2) hirsute; urgency=medium
* debian/{control,gbp.conf}: Use ubuntu specifics
* debian/patches: Ensure Gio will use valid LocalFilePrototype (LP: #1923267)
-- Marco Trevisan (Treviño) <email address hidden> Sun, 09 May 2021 01:53:05 +0200
-
gjs (1.67.2-2ubuntu2) hirsute; urgency=medium
* debian/{control,gbp.conf}: Use ubuntu specifics
* debian/patches: Ensure Gio will use valid LocalFilePrototype (LP: #1923267)
-- Marco Trevisan (Treviño) <email address hidden> Thu, 22 Apr 2021 01:34:40 +0200
-
gjs (1.67.2-2ubuntu1) hirsute; urgency=medium
* Revert NaN handling changes which were included in the previous
revision but not mentioned in the changelog, that's creating issues
for the shell (lp: #1918738)
-- Sebastien Bacher <email address hidden> Fri, 12 Mar 2021 09:25:26 +0100
-
gjs (1.67.2-2) experimental; urgency=medium
[ Marco Trevisan (Treviño) ]
* debian/gbp.conf: Set upstream branch to upstream/latest
* debian/patches: Consistently handle undefined values for integer functions.
This was causing build failures in some architectures as per being NaN
dependent.
[ Olivier Tilloy ]
* Cherry-pick upstream commits to fix failing autopkgtests
-- Marco Trevisan (Treviño) <email address hidden> Mon, 08 Mar 2021 22:41:06 +0100
-
gjs (1.67.2-1) experimental; urgency=medium
* New upstream release
* d/p/GGjsPrivate-Fix-indentation-in-function.patch,
d/p/GGjsPrivate-Remove-volatile-from-g_once_init_enter-flag.patch,
d/p/Gmaint-Avoid-g_once_init_enter-error-in-GCC-11.patch:
- Handle g_once_init_enter as newer GLib and gcc expects
* d/p/engine-Set-baseline-interpreter-to-enable_jit.patch:
- Ensure JIT can be fully disabled
* debian/libgjs0g.symbols: Update symbols
-- Marco Trevisan (Treviño) <email address hidden> Tue, 23 Feb 2021 16:49:06 +0100
-
gjs (1.66.2-1) unstable; urgency=medium
* Team upload
[ Marco Trevisan (Treviño) ]
* debian/watch: Ignore '..' links as valid version value
[ Simon McVittie ]
* d/watch: Don't assume major version must be a single digit
* d/watch: Only look for stable-branch versions
* d/gbp.conf: Use upstream/1.66.x branch to import new versions.
The first 1.67.x release already happened, but we don't want it for
Debian 11.
* New upstream release
-- Simon McVittie <email address hidden> Fri, 29 Jan 2021 18:13:21 +0000
-
gjs (1.66.1-1) unstable; urgency=medium
* New upstream release:
- Throws on Unsupported caller allocates
- arg: Fix MIN/MAX safe big integer limits
- Fix leak when virtual function is unimplemented
- Cannot compile GJS 1.66.0 on macOS with llvm/clang 10.0.1
- console: fix typo in command-line option
- Prevent passing null pointers when not nullable
- Passing fundamentals to functions works again (LP: #1898393)
-- Marco Trevisan (Treviño) <email address hidden> Sun, 11 Oct 2020 01:00:09 +0200