mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
2d4f0e11a8
Changelog:
1.72.3:
- Fix for crash after build against libffi 3.4.2 ported from the development
branch.
1.72.4:
- Various fixes ported from the development branch.
- Closed bugs and merge requests:
* log_set_writer_func is not safe to use
* Gnome-Shell 42 - crash after login (general protection fault)
* Static methods on classes from GObject introspection are now present on JS
classes that inherit from those classes.
* Enabling window-list extension causes gnome-shell to crash when running
"dconf update" as root
* Possible errors in cairo enums
* cairo.SVGSurface need finish() and flush() to finalize painting
* Handle transfer-none string return value from vfunc implemented in JS
* GJS freezes, program stops responding, error states Gtk4 EventController
GestureClick returns incorrect state- Gdk.ModifierType on mouse button press
in X11
* gnome-shell crashes on exit in js::gc::Cell::storeBuffer
* Memory leak with GError
* GVariant return values leaked
* GBytes's are leaked when passed as-is to a function
* Transformed GValues are leaking temporary instances
* GHash value infos are leaked
* "flat" arrays of GObject's are leaked
* Gjs console leaks invalid option errors
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Dependencies ------------ This layer depends on: URI: git://git.openembedded.org/openembedded-core branch: kirkstone URI: git://git.openembedded.org/meta-openembedded branch: kirkstone Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][kirkstone]' in the subject' When sending single patches, please using something like: git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-gnome][kirkstone][PATCH' Layer maintainer: Gyorgy Sarvari <skandigraun@gmail.com> Layer maintainer emeritus: Armin Kuster <akuster808@gmail.com>