On Sat, Aug 16, 2014 at 10:41 AM, Jon TURNEY wrote: > > The following packages have been updated in the Cygwin distribution: > > *** xorg-server-*1.16.0-1 > > These packages contain XWin and the other X.Org X11 servers. > > This is the first release of the xserver 1.16 series. It is currently > available as a test release, and will be made stable in approximately two > weeks, if no major regressions are reported. > > Please try test releases and report problems to the Cygwin/X mailing list. > Testing helps ensure good releases! > > Unfortunately, the upstream announce mail [1] does not contain a full > changelog since 1.15, so you will need to consult the changelog or git for a > list of upstream fixes and improvements. > > There are no (intentional) cygwin-specific changes since 1.15.1-4. [...] I think I found a bug: There is no stdout or stderr. So for example, "xwin --version" does not output anything. Nothing is logged to /var/log/xwin/Xorg.0.log when I type that command. This is the same as with xorg-server 1.15. If I specify an invalid argument (e.g. "xwin --foobar"). then I see the information dialog box, and the xwin usage info is outputted to that log file. I did all my testing with 32-bit Cygwin. mike@executor ~ $ xwin --version mike@executor ~ $ cygcheck.exe -c xorg-server Cygwin Package Information Package Version Status xorg-server 1.16.0-1 OK mike@executor ~ $ cygcheck -s -v -r > cygcheck.out mike@executor ~ $ cygcheck -s -v -r > cygcheck-xorg16.out In contrast to xorg-server 1.15: mike@executor ~ $ xwin --version Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.15.1.0 OS: CYGWIN_NT-6.3-WOW64 executor 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 OS: Windows 8.1 [Windows NT 6.3 build 9600] (WoW64) Package: version 1.15.1-4 built 2014-07-18 mike@executor ~ $ cygcheck -c xorg-server Cygwin Package Information Package Version Status xorg-server 1.15.1-4 OK mike@executor ~ $ cygcheck -s -v -r > cygcheck-xorg15.out -Mike