From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6755 invoked by alias); 24 Jan 2003 18:03:36 -0000 Mailing-List: contact cygwin-xfree-announce-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cygwin-xfree-announce-owner@sources.redhat.com Received: (qmail 4766 invoked from network); 24 Jan 2003 18:01:17 -0000 From: "Harold L Hunt II" To: "cygx" , "cygxannounce" Subject: [ANNOUNCEMENT] Server Test 74 Date: Fri, 24 Jan 2003 18:03:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-SW-Source: 2003-01/txt/msg00005.txt.bz2 List-Id: Links: I just posted Test 74 to the server development page: http://xfree86.cygwin.com/devel/shadow/ You can install the Test 74 package via setup.exe by selecting the 'test' package (and be sure to check the 'Bin' box): XFree86-xserv-4.2.0-22 Server Test Series binary and source code releases are now available via the sources.redhat.com ftp mirror network (http://cygwin.com/mirrors.html) in the pub/cygwin/xfree/devel/shadow/ directory. You may wish to note the desired filename in the links below, then download from your closest mirror (http://cygwin.com/mirrors.html). Server binary, direct link: http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test74.exe.bz2 (1202 KiB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030124-1105.tar.bz2 (107 KiB) xc/programs/Xserver/hw/xwin (all files) diff against Test73 source code: http://www.msu.edu/~huntharo/xwin/shadow/xwin-Test73-to-Test74.diff.bz2 (8 KiB) xc/lib/xtrans/Xtransutil.c diff against 2003-01-24 source code: http://www.msu.edu/~huntharo/xwin/shadow/xc-lib-xtrans-Xtransutil.c-20030124 -1105.diff (1 KiB) Changes: 1) xc/lib/xtrans/Xtransutil.c - Remove Cygwin-specific defines of fchown and fchmod to chown and chmod, respectively. It is not clear when these were added, but they are certainly no longer needed and are likely the cause of the first segfault that occurs if you debug XWin.exe under gdb. (Takashi Sawanaka) 2) Remove the condition variable used in the startup of the threaded clipboard manager and multi-window window manager; the condition variable was not needed and actually caused a race condition that could prevent either manager from starting up. Instead, just use a mutex to hold the threads until the server has started, at which point the mutex is unlocked. (Harold Hunt) 3) winmultiwindowwm.c, winclipboardthread.c - Remove calls to _Xsetlocale and replace them with calls to setlocale, since _Xsetlocale is just defined to be setlocale. (Kensuke Matsuzaki) 4) Fix a problem where the server window would shrink each time the server was reset. This problem only happened in non-rootless, non-fullscreen, non-nodecoration, and non-scrollbars modes. In other words, it only happened when you ran the X Server in a single window that had a window border but no scrollbars. (Harold Hunt) Enjoy, Harold