lujiguo115 发表于 2015-7-23 13:00:32

wayland 1.8.0 发布,显示服务器

腾讯SNG夏日招聘集结号:200个空缺岗位,JAVA、C++、云计算、Android……
  wayland 1.8.0 发布,该版本现已提供下载: wayland-1.8.0.tar.xz:
  该版本与 RC2 相比的变化:

[*]  publish-doc: Add script for publishing docs to the website
[*]
  configure.ac: bump to version 1.8.0 for the official>
[*]  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不仅仅是要完全取代XWindow,而且它将颠覆Linux桌面上X Client/X Server的概念,以后将没有所谓的“X Client”了,而是“Wayland Client”。
  更确切的说,Wayland只是一个协议(Protocol),就像X Window当前的协议——X11一样,它只定义了如何与内核通讯、如何与Client通讯,具体的策略,依然是交给开发者自己。所以Wayland依然是贯彻“提供机制,而非策略”的Unix程序。
页: [1]
查看完整版本: wayland 1.8.0 发布,显示服务器