From jon.turney@dronecode.org.uk Fri Jul 6 22:45:00 2012 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 06 Jul 2012 22:45:00 -0000 Subject: Updated: xorg-server-1.12.2-2 Message-ID: <4FF71761.8000401@dronecode.org.uk> The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.12.2-2 These packages contain XWin and the other X.Org X11 servers. The following cygwin-specific changes have been made since 1.12.2-1: * Only log all fbConfigs and GL/WGL extensions with verbose logging * Add '-notrapsignals' option to disable running crash analysis tool * Report cygwin version as well as native OS version in log * Do not bogusly report the GLX_INTEL_swap_event extension as supported by indirect swrast (This helps various clutter applications work better) * The xorg-backtrace script will report if debug symbols for the X server aren't installed b36d2ae52f069e05aa1ba42fea99daea *xorg-server-1.12.2-2.tar.bz2 6afb23bcb4ff87d010d753bca37c10d5 *xorg-server-common-1.12.2-2.tar.bz2 3ae971d969e59dda065f5bdf644efb69 *xorg-server-debuginfo-1.12.2-2.tar.bz2 b2b85aacac88035e77df41fd2479cee4 *xorg-server-devel-1.12.2-2.tar.bz2 d3abff8f4b9905aeb1f6656124c5706c *xorg-server-dmx-1.12.2-2.tar.bz2 b0b0c1531f38a6f6f426c3b46976cb7a *xorg-server-extra-1.12.2-2.tar.bz2 d320c86c182df1bf0ecea31a72b13a3e *xorg-server-1.12.2-2-src.tar.bz2 -- Jon TURNEY Volunteer Cygwin/X X Server maintainer From yselkowitz@users.sourceforge.net Sun Jul 8 13:05:00 2012 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Sun, 08 Jul 2012 13:05:00 -0000 Subject: X11R7.7 Message-ID: <1341748617.5944.69.camel@YAAKOV04> Cygwin/X has been updated to X.Org X11R7.7. WHAT'S NEW IN X11R7.7? ====================== * Over 140 binary packages have been updated, including the latest upstream improvements and bug fixes. * Complex OpenGL apps, such as those based on Clutter, are now quite usable with the software rasterizer (as used by XWin in desktop mode, or in multiwindow mode where the native WGL implementation is lacking). * EGL and OpenVG are now supported. GLES support is planned for the near future. * Xinerama-aware apps should behave correctly in -multiplemonitor mode. * The modularized Xorg server is available for use with the xf86-video-dummy and xf86-video-nested drivers in place of Xvfb/Xfake and Xnest/Xephyr, respectively. * Development of the 3D Athena widgets library (libXaw3d) has been taken over by X.Org, adding many improvements. * The transset utility has been added. * X API documentation includes cross-reference links to other modules. FURTHER DEVELOPMENT =================== Development of Cygwin/X is primarily focused on the XWin server; most other components are extremely stable and work OOTB. Anyone who despaired of touching the old monolithic tree will find things much easier with modular packages. If you want to see XWin stay current and add new features, then WE NEED YOU. Here are some of the projects that could be worked on: * Implement hardware-accelerated AIGLX support in desktop mode. * Implement Extended Window Manager Hints in multiwindow mode. * Implement the Composite extension in multiwindow mode. * Implement the XVideo extension. * Implement newest XRandR protocol. FEEDBACK ======== All comments, questions, bug reports, patches, discussion, etc. should take place on the cygwin-xfree list. CREDITS ======= Jon Turney for continuing to develop xorg-server, pushing our existing patches upstream, and contributing many new patches to this release. Numerous users for their bug reports and patches during the latest development cycle, including: Ken Brown Colin Harrison Keith Lindsay Rodrigo Medina J??rg Mensmann Eliot Moss Oliver Schmidt Yusuke Tamura David Thompson And whomever else I may have inadvertently neglected to mention. Enjoy! Yaakov Cygwin/X coordinator CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. From jon.turney@dronecode.org.uk Tue Jul 17 20:20:00 2012 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 17 Jul 2012 20:20:00 -0000 Subject: Updated: xorg-server-1.12.3-1 Message-ID: <50058591.4030601@dronecode.org.uk> The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.12.3-1 These packages contain XWin and the other X.Org X11 servers. In addition to upstream fixes [1], the following cygwin-specific changes have been made since 1.12.2-2: * Add the possibility to configure dpi and keyboard in XWinrc(Thanks to Yaakov Selkowitz for patches) * Fix a bug which led to the XINERAMA extension being listed twice by XListExtensions(), in multiwindow mode. 539c7d94d90e34d1633ef37c6ddbe769 *xorg-server-1.12.3-1.tar.bz2 09931145264b3202c0d163acc2f7a33a *xorg-server-common-1.12.3-1.tar.bz2 ae3e09b36b4c5bc2a98cbb9ce69d9bf0 *xorg-server-debuginfo-1.12.3-1.tar.bz2 f93619e4312786a766f408c7d1ed7f9b *xorg-server-devel-1.12.3-1.tar.bz2 1f73af8f5aaab34d4feccf404c057005 *xorg-server-dmx-1.12.3-1.tar.bz2 be38e684466cb30b2dac9d3cc5b596f5 *xorg-server-extra-1.12.3-1.tar.bz2 76cded2191de5a024daff04314a064cb *xorg-server-1.12.3-1-src.tar.bz2 [1] http://lists.x.org/archives/xorg-announce/2012-July/001999.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer From yselkowitz@users.sourceforge.net Fri Jul 27 08:51:00 2012 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Fri, 27 Jul 2012 08:51:00 -0000 Subject: Updated: mesa-8.0.4-1 Message-ID: <50125649.10207@users.sourceforge.net> The following packages have been updated in the Cygwin distribution: * dri-drivers-8.0.4-1 * libEGL1-8.0.4-1 * libEGL-devel-8.0.4-1 * libGL1-8.0.4-1 * libGL-devel-8.0.4-1 * libGLU1-8.0.4-1 * libGLU-devel-8.0.4-1 * libglapi0-8.0.4-1 * libglapi-devel-8.0.4-1 * libOpenVG1-8.0.4-1 * libOpenVG-devel-8.0.4-1 * libOSMesa8-8.0.4-1 * libOSMesa-devel-8.0.4-1 Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics. This is an update to the latest upstream release with the addition of Fedora's patchset. -- Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL.