1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
efl (1.26.3-1) unstable; urgency=medium
This release includes some significant changes:
* luajit support has been disabled on all architectures. It's been
progressively more fragile, and hasn't been the upstream default for a
few releases. This means that libelua1 is dropped; there are no rdeps
outside of src:efl.
* OpenSSL has been adopted as the crypto provider. Since it's now
considered a system library for purposes of the GPL's linking
exception, there's no further reason to prefer GnuTLS - especially
since it doesn't get much attention from EFL upstream.
-- Ross Vandegrift <rvandegrift@debian.org> Sun, 18 Sep 2022 22:10:47 -0700
efl (1.26.0-1) unstable; urgency=medium
This release includes a major overhaul of EFL's visual style. A new
flat theme will be used for all apps. You can customize the color
schemes with elementary_config.
-- Ross Vandegrift <rvandegrift@debian.org> Thu, 06 Jan 2022 10:24:38 -0800
efl (1.23.2-1) experimental; urgency=medium
This release includes significant changes:
* autotools has been replaced by meson. This results in numerous
changes to how modules are built.
* egl/gles is now the default on all architectures instead of just arm.
Full OpenGL is no longer supported on Linux.
* Wayland support is much improved.
-- Ross Vandegrift <rvandegrift@debian.org> Sun, 20 Oct 2019 19:54:43 -0700
|