X-Spam-Check-By: sourceware.org Date: Sat, 8 Jul 2006 12:38:40 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.5.21 release imminent - please test latest snapshot Message-ID: <20060708103840.GA18873@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20060707161149 DOT GA9225 AT trixie DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060707161149.GA9225@trixie.casa.cgf.cx> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Jul 7 12:11, Christopher Faylor wrote: > I've just created a snapshot which may, barring any conflagrations, be > very close to what will show up as 1.5.21. If there are no major > regressions from 1.5.20, I plan on releasing cygwin 1.5.21 on Monday. > > The fixes that I can infer from the ChangeLog are: > > - block current signal while executing in a signal handler. > > - remove previously broken ability to store symlink info in extended attributes. > > - rexec rewrite > > - temporarily remove SA_RESTART functionality from blocking signals calls in > preparation for a 1.5.22 socket rewrite. > > - implement setmetamode handling (see linux man page for more details). > > - allow listening on an unbound INET socket. > > (I'm sure Corinna will clarify some of the above or add to the list) Only two points: - Not only rexec, but also inet_aton, inet_addr, inet_ntoa, inet_network are new functions. These are FreeBSD implementations which get us rid of the equal Winsock calls. - socklen_t is a typedef now. The socket functions using socklen_t are now declared with socklen_t instead of int in /usr/include/sys/socket.h. > Please test this (or any newer) snapshot and report any regressions from > 1.5.20 to this thread. > > http://cygwin.com/snapshots/ > > cgf Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/