diff --git a/gjs-1.58.3.tar.xz b/gjs-1.58.3.tar.xz deleted file mode 100644 index f15f133..0000000 --- a/gjs-1.58.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca9fcd47b95ab0fc445301b2595e51fcea24d6f3cd87c190fe07006146d773ae -size 636512 diff --git a/gjs-1.58.4.tar.xz b/gjs-1.58.4.tar.xz new file mode 100644 index 0000000..8a12ec1 --- /dev/null +++ b/gjs-1.58.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261a3f666c771d7744965fe71b804fc2c3a3d46a8e3e8d4f7ed5ef97967ebd5f +size 637968 diff --git a/gjs.changes b/gjs.changes index 5b77cad..5ff3271 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 8 08:33:52 UTC 2020 - Bjørn Lie + +- Update to version 1.58.4: + + Now prints a warning when constructing an unregistered object + inheriting from GObject (i.e. if you forgot to use + GObject.registerClass.) In 1.58.2 this would throw an + exception, which broke some existing code, so that change was + reverted in 1.58.3. In this version the check is reinstated, + but we log a warning instead of throwing an exception, so that + people know to fix their code, but without breaking things. + NOTE: In 1.64 (the next stable release) the warning will be + changed back into an exception, because code with this problem + can be subtly broken and cause unexpected errors elsewhere. So + make sure to fix your code if you get this warning. + + GSettings crash fixes. + + Memory savings for Cairo objects. + + Fix for crash in debug functions. + ------------------------------------------------------------------- Wed Dec 4 13:52:11 UTC 2019 - Frederic Crozat diff --git a/gjs.spec b/gjs.spec index 6a66a2a..4c93f21 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ # # spec file for package gjs # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gjs -Version: 1.58.3 +Version: 1.58.4 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later