wayland 1.8.0 发布,该版本现已提供下载。
该版本与 RC2 相比的变化:
publish-doc: Add script for publishing docs to the website
configure.ac: bump to version 1.8.0 for the official release
scanner: don't emit the extern declarations for external types
与 1.7.0 相比的变化:
config: use simpler regexp syntax to get dot version
configure.ac: bump version to 1.7.90
client: Fix typo
Spelling fixes (cosmetic)
tests: Typo in a comment
Wayland是一个简单的“显示服务器”(Display Server),与X Window属于同一级的事物,而不是仅仅作为X Window下X Server的替代(注:X Window下分X Server和X Client)。也就是说,Wayland不仅仅是要完全取代X Window,而且它将颠覆Linux桌面上X Client/X Server的概念,以后将没有所谓的“X Client”了,而是“Wayland Client”。
更确切的说,Wayland只是一个协议(Protocol),就像X Window当前的协议----X11一样,它只定义了如何与内核通讯、如何与Client通讯,具体的策略,依然是交给开发者自己。所以Wayland依然 是贯彻“提供机制,而非策略”的Unix程序。
软件详情:http://lists.freedesktop.org/archives/wayland-devel/2015-June/022415.html
下载地址:http://wayland.freedesktop.org/releases/wayland-1.8.0.tar.xz
来自:开源中国社区

