<div dir="ltr">Hello,<div><br></div><div>Yes, something is wrong with CI for the web repository.  It's constantly failing and refusing to deploy the new changes (updates to the release page and the tarballs referenced in the release emails)</div><div><br></div><div>Hopefully resolved soon. :(</div><div><br></div><div>Thanks,</div><div>Derek</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 20 Feb 2019 at 06:03, Marius Vlad <<a href="mailto:marius.vlad@colalbora.com">marius.vlad@colalbora.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
FYI, The links at the end all give 404. Releases page is missing alpha<br>
version entry as well.<br>
<br>
On 2/19/19 10:15 PM, Derek Foreman wrote:<br>
> This is the alpha release for weston 6.0.  A lot has happened for this<br>
> release, some big items to note are:<br>
> We now have xdg-shell stable support!<br>
> <br>
> We've moved to meson as our primary build system and have deprecated the<br>
> autotools build entirely.  You need to run configure with<br>
> --enable-autotools to use autotools, and we will be removing autotools<br>
> after the 6.0 release.<br>
> <br>
> Full commit history follows:<br>
> <br>
> Alexandros Frantzis (11):<br>
>       xwayland: Silence format-truncation compilation warnings<br>
>       clients: Add simple-dmabuf-egl<br>
>       clients/simple-dmabuf-egl: Support dmabuf format modifiers<br>
>       clients/simple-dmabuf-egl: Render a moving square<br>
>       libweston: Introduce zwp_linux_explicit_synchronization_v1<br>
>       libweston: Introduce an internal linux sync file API<br>
>       libweston: Support zwp_surface_synchronization_v1.set_acquire_fence<br>
>       libweston: Support zwp_surface_synchronization_v1.get_release<br>
>       tests: Add tests for per commit zwp_buffer_release_v1 behavior<br>
>       clients: Support explicit synchronization in simple-dmabuf-egl<br>
>       clients: Add a mandelbrot set shader to simple-dmabuf-egl<br>
> <br>
> Arkadiusz Hiler (1):<br>
>       compositor-drm: Log atomic commits and flips<br>
> <br>
> Changwoo Cho (1):<br>
>       libweston: fix typo in comment<br>
> <br>
> Daniel Stone (14):<br>
>       CONTRIBUTING: How do I get started?<br>
>       compositor: Add weston_layer_mask_is_infinite<br>
>       compositor: Add scene-graph debug scope<br>
>       compositor-drm: Calculate atomic-commit flags earlier<br>
>       compositor-drm: Add backend pointer to drm_output<br>
>       compositor-drm: Add drm-backend log debug scope<br>
>       gl-renderer: Remove warning on missing extensions<br>
>       compositor-drm: Don't warn about missing backlight control<br>
>       tests: Rename surface-screenshot<br>
>       tests: fix include in input-timestamps-helper.c<br>
>       Add Meson build system<br>
>       CI: Add Meson build<br>
>       gitlab-ci: Actually capture Meson logs<br>
>       compositor-drm: Fall back if GBM surface fails with modifiers<br>
> <br>
> David Fort (1):<br>
>       rdp-compositor: fix compilation with FreeRDP 2.0-rc4<br>
> <br>
> Deepak Rawat (1):<br>
>       compositor-drm: Read FB2_MODIFIERS capability<br>
> <br>
> Derek Foreman (2):<br>
>       <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>: Reopen master for regular development<br>
>       <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>: bump to version 5.0.91 for the alpha release<br>
> <br>
> Dima Ryazanov (4):<br>
>       Don't look for weston.ini in the current working directory<br>
>       Revert "Fix a crash when unlocking or unconfining a pointer"<br>
>       clients: Delete an unused variable<br>
>       clients: A better fix for a crash when unlocking or unconfining a<br>
> pointer<br>
> <br>
> Emil Velikov (2):<br>
>       libweston: split EGL and GL info logging<br>
>       libweston: print EGL information as early as possible<br>
> <br>
> Emmanuel Gil Peyrot (1):<br>
>       ivi-shell: Add missing sentence point<br>
> <br>
> Emre Ucan (7):<br>
>       ivi-shell: Add build_view_list function<br>
>       ivi-shell: unmap views which are not in scenegraph<br>
>       ivi-shell: check ivi_view mappedness in commit_changes()<br>
>       ivi-shell: don't use input panel implementation<br>
>       ivi-shell: remove input panel implementation<br>
>       ivi-shell: remove unused functions and members<br>
>       ivi-shell: remove input-method section from config<br>
> <br>
> Eric Engestrom (2):<br>
>       meson: fix -Wno-foo argument testing<br>
>       Revert "meson: fix -Wno-foo argument testing"<br>
> <br>
> Eric Toombs (3):<br>
>       man: fix small typo: directroy<br>
>       weston: deprecate enable_tap in favour of enable-tap<br>
>       weston: add more libinput config options<br>
> <br>
> Greg V (8):<br>
>       build: use pkg-config to find libjpeg in meson<br>
>       build: use '-Wl,' wrapper for the -export-dynamic linker flag<br>
>       build: add missing wayland-client dep in meson<br>
>       desktop-shell: extract view_get_transform, make it reliable<br>
>       xwayland: fix clipboard related crash<br>
>       xwm: fix resize grab related crash<br>
>       desktop-shell: fix resize grab related crash<br>
>       desktop-shell: remove surface destroy listener when focus state is<br>
> destroyed<br>
> <br>
> Jonas Ã…dahl (1):<br>
>       gitlab-ci.yml: Install meson from 0.49 branch<br>
> <br>
> Marius Vlad (25):<br>
>       pixel-formats: Added pixel_format_get_info_shm() helper for printing<br>
> SHM buffers<br>
>       compositor: Make pixel format printing in human-friendly form<br>
>       Fix compiler warnings generated by older toolchains/compiler<br>
>       Fix compiler warnings: clobber variables<br>
>       Fix compiler warnings: invalid type format<br>
>       Fix compiler warning: unused variable when building with DEBUG<br>
>       libweston/compositor-drm: Print composition mode in weston-debug<br>
>       libweston/compositor-drm: No need to test for invalid alpha for the<br>
> view<br>
>       libweston/compositor-drm: Add missing debug message for scanout_view<br>
>       clients/screenshot: Avoid using global variables to pass down data<br>
> between functions<br>
>       clients/screenshot: Allow weston-screenshooter to be called directly<br>
>       libweston/weston-debug: Add a easy way to determine if the debug<br>
> protocol has been enabled<br>
>       libweston: Allow taking screenshots when debug protocol is enabled<br>
>       ivi-shell/hmi-controller: Include config.h as to not break ivi-shell<br>
> build on meson<br>
>       compositor: Add some handy wrappers for wet_get_binary_path()<br>
>       compositor: Install weston-screenshooter in BINDIR<br>
>       libweston/screnshooter: Fix weston screenshot event done if there's<br>
> no client running<br>
>       compositor-drm: Print DRM FB pixel format of the view in<br>
> human-friendly form<br>
>       pixel-formats: Document pixel format human-friendly conversion methods<br>
>       compositor-drm: Display the pixel format of the framebuffer used by<br>
> the plane<br>
>       compositor-drm: Forgot to use mode variable when using render only<br>
> mode of composition<br>
>       compositor-drm: Add an environmental variable to force RENDER-only<br>
> mode of compositing<br>
>       meson: Remove freerdp1 as it no longer builds<br>
>       compositor-drm: Print pixel format in human-friendly form when<br>
> failing to assign view to a overlay plane<br>
>       compositor: Fix scene-graph debug scope missing views based on<br>
> sub-surfaces<br>
> <br>
> Matteo Valdina (1):<br>
>       gl-renderer: Explicitly zeroing the offset for 2^ plane of<br>
> SHM_FOMRAT_YUYV<br>
> <br>
> Michael Olbrich (2):<br>
>       libweston-desktop/xdg-shell: update view transforms for xdg popup<br>
> surfaces<br>
>       config-parser: export functions to open a config file<br>
> <br>
> Michael Teyfel (16):<br>
>       ivi-shell: rework goto labels to avoid memory leaks<br>
>       ivi-shell: removed assert<br>
>       ivi-shell: introduction of IVI_INVALID_ID<br>
>       layout-interface: added interface to change surface id<br>
>       ivi-layout: introduced configure_desktop_changed<br>
>       ivi-layout: introduced surface create and configure<br>
>       ivi-shell: linked libweston-desktop and added structs<br>
>       ivi-layout: use libweston-desktop api for views<br>
>       ivi-layout: use libweston-desktop api for configure event<br>
>       ivi-shell: added libweston-desktop-api implementation<br>
>       ivi-shell: remove surface_destroy_listener<br>
>       ivi-shell: create weston_desktop in wet_shell_init<br>
>       hmi-controller: register for desktop_surface_configured<br>
>       simple-egl: remove ivi-application support<br>
>       simple-shm: remove ivi-application support<br>
>       window client: remove ivi-application support<br>
> <br>
> Pablo Castellano (1):<br>
>       compositor-fbdev: add support for ABGR<br>
> <br>
> Pekka Paalanen (50):<br>
>       man: make substitutions meson-friendly<br>
>       protocol: add weston-debug.xml<br>
>       libweston: add weston_debug API and implementation<br>
>       compositor: add option to enable weston_debug<br>
>       clients: add weston-debug<br>
>       compositor: offer logs via weston-debug<br>
>       xwm: dump_property() to use FILE internally<br>
>       xwm: move FILE to the callers of dump_property()<br>
>       xwm: convert WM_DEBUG into a weston-debug scope<br>
>       compositor: protocol logger<br>
>       pixel-formats: add name string<br>
>       pixel-formats: search by name<br>
>       compositor-drm: parse all DRM format names<br>
>       clients/simple-egl: include weston-egl-ext.h correctly<br>
>       shared: remove fallback definition of backtrace()<br>
>       build: add meson to autotools dist tar-ball<br>
>       CI: build remoting-plugin<br>
>       CI: build rdp-backend<br>
>       build: replace IN_WESTON with UNIT_TEST<br>
>       meson: fix pangocairo being optional<br>
>       meson: better error for wcap dep cairo<br>
>       meson: drop indent level from xwayland<br>
>       meson: better errors for xwayland deps<br>
>       meson: better error for logind deps<br>
>       meson: better error for freerdp<br>
>       meson: better errors for x11-backend deps<br>
>       meson: better errors for gl-renderer egl and glesv2<br>
>       meson: contain and check simple-dmabuf-egl deps<br>
>       meson: better error cms-static deps<br>
>       meson: better error for cms-colord deps<br>
>       meson: better errors for systemd-notify deps<br>
>       meson: better errors for image loader deps<br>
>       meson: better error for wayland-backend wl-egl dep<br>
>       meson: better error for x11+gl deps<br>
>       meson: better error for drm+gl deps<br>
>       meson: better errors for VA-API deps<br>
>       tests: remove remnants of buffer-count test<br>
>       meson: better error for tests missing libX11<br>
>       meson: better error for test-junit-xml dep<br>
>       meson: friendly error for simple-dmabuf-drm<br>
>       meson: remind about weston-launch suid<br>
>       desktop-shell: use weston_compositor_exit<br>
>       ivi-shell: use weston_compositor_exit<br>
>       tests: use weston_compositor_exit<br>
>       libweston: export weston_config API<br>
>       README: Meson for build<br>
>       configure: require opt-in to autotools<br>
>       libweston: bump major to 6<br>
>       meson: set WESTON_DATA_DIR for tests<br>
>       meson: IVI plugin tests do not use config<br>
> <br>
> Philipp Zabel (9):<br>
>       libweston: add weston_surface is_opaque property<br>
>       libweston: add weston_view_is_opaque()<br>
>       compositor-drm: use weston_view_is_opaque()<br>
>       libweston: add weston_head_{is,set}_non_desktop()<br>
>       compositor-drm: check connector non-desktop property and mark head<br>
> accordingly<br>
>       weston: keep non-desktop displays turned off by default<br>
>       compositor-drm: fix drm_output_prepare_overlay_view for non-matching<br>
> format<br>
>       meson: add missing libweston EGL dependency if renderer-gl is enabled<br>
>       meson: fix compositor build with xwayland disabled<br>
> <br>
> Scott Anderson (2):<br>
>       compositor-drm: Don't set linear modifier when not supported<br>
>       meson: Fix deprecation warning for pkgconfig<br>
> <br>
> Sergey Bugaev (1):<br>
>       desktop-shell: don't crash if a surface disappears while grabbed<br>
> <br>
> Sruthik P (1):<br>
>       Fix and remove broken links to confluence pages<br>
> <br>
> Stefan Agner (3):<br>
>       main: do not exit in case stdin is a closed stream<br>
>       desktop-shell: always paint background color first<br>
>       desktop-shell: allow to center background image<br>
> <br>
> Thomas Zimmermann (2):<br>
>       weston: Store use_pixman as `bool` type<br>
>       weston: Add config option to enable pixman-based rendering<br>
> <br>
> Tomohito Esaki (6):<br>
>       compositor-drm: add num_planes to drm_fb structure<br>
>       gl-renderer: provide fence sync fd for synchronizing with GPU<br>
> rendering<br>
>       compositor-drm: store gbm bo flags in drm_output<br>
>       compositor-drm: Add Support virtual output<br>
>       weston: Add set up SIGUSR1 blocking early using pthread_sigmask()<br>
>       Add remoting plugin for output streaming<br>
> <br>
> Vasilis Liaskovitis (1):<br>
>       gl-renderer, pixman: disconnect the client on unhandled buffer type.<br>
> <br>
> ant8me (3):<br>
>       libweston-desktop: implement the new xdg_shell (stable) protocol<br>
>       clients: use xdg_shell stable instead of v6<br>
>       compositor-wayland: use xdg_shell stable instead of v6<br>
> <br>
> emersion (5):<br>
>       weston-info: add xdg-output support<br>
>       clients: configure cursor theme from XCURSOR_* env<br>
>       clients: sanitize XCURSOR_SIZE<br>
>       Add .editorconfig<br>
>       Fix .editorconfig: use tabs for Meson files<br>
> <br>
> n3rdopolis (1):<br>
>       libweston: fbdev: Force the Framebuffer devices to be activated.<br>
> <br>
> orbitcowboy (1):<br>
>       Fixed potential memory leaks in simple-dmabuf-drm.c found by Cppcheck.<br>
> <br>
> git tag: 5.0.91<br>
> <br>
> <a href="https://wayland.freedesktop.org/releases/weston-5.0.91.tar.xz" rel="noreferrer" target="_blank">https://wayland.freedesktop.org/releases/weston-5.0.91.tar.xz</a><br>
> MD5:  9c6cc493fcef96168129cc1a3b4d4230  weston-5.0.91.tar.xz<br>
> SHA1: 72950a82350ab1dbdff045c62a7043ca84826e06  weston-5.0.91.tar.xz<br>
> SHA256: cd9921bf9c5c064cbfed2cc6ae8d297a57ac1d530b83813a4cee5220026058a0<br>
> weston-5.0.91.tar.xz<br>
> SHA512:<br>
> 2963c7717850adc23f1a7060aa09aa2a1060d297d81131c7bc928696b0c87c48b23fb688930f6ad3d7d08f06f240e4e62f74205547ce3f6bdce3f316cf19e6c2<br>
> weston-5.0.91.tar.xz<br>
> PGP:  <a href="https://wayland.freedesktop.org/releases/weston-5.0.91.tar.xz.sig" rel="noreferrer" target="_blank">https://wayland.freedesktop.org/releases/weston-5.0.91.tar.xz.sig</a><br>
> <br>
> <br>
> _______________________________________________<br>
> wayland-devel mailing list<br>
> <a href="mailto:wayland-devel@lists.freedesktop.org" target="_blank">wayland-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
> <br>
<br>
-- <br>
Marius Vlad<br>
<br>
</blockquote></div>