Mailing-List: contact cygwin-announce-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-announce AT sourceware DOT cygnus DOT com Delivered-To: moderator for cygwin-announce AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Mon, 15 May 2000 00:51:24 -0400 To: cygwin-announce AT sourceware DOT cygnus DOT com Subject: Updated: Cygwin DLL 1.1.1 Message-ID: <20000515005124.D17112@cygnus.com> Mail-Followup-To: cgf AT cygnus DOT com, cygwin-announce AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.12i I've updated the version of the cygwin DLL in 'latest/cygwin' to version 1.1.1. This is *just* an update of the DLL and associated files. No other packages are affected. However, updating the DLL may have positive effects on things like "bash hanging" problems. Or not. A partial, unordered list of what's changed is below. If anyone who has submitted changes that are not below wants to chime in, please feel free. To update your installation, create an empty directory, cd to it, and download the latest version of setup.exe from the cygwin/latest directory at a cygwin mirror site near you. For a list of sites go to: http://sourceware.cygnus.com/cygwin/ and click on "Mirror Sites". Once you've downloaded setup.exe, you can type: .\setup -u cygwin Answer the questions as you did when you first installed cygwin. This will then cause only the cygwin package to be updated. You can also type just "setup cygwin" to always force cygwin to be downloaded and installed. The "-u" option causes setup to only download and install a package if it thinks that something has been updated. Without the "-u" option the package .tar.gz will always be downloaded and installed. Have fun. And, please, if you have questions don't send them to me personally. Send them to cygwin AT sourceware DOT cygnus DOT com. There is a team of dedicated professionals standing by in the mailing list just waiting to answer your questions. cgf P.S. In case it isn't clear, the "cygwin" in the "setup cygwin" above is just a generic package name. You can use a similar syntax to download any package. So, for instance: setup -u fileutils would currently be a "no-op" since the fileutils package has not changed recently. setup fileutils would, on the other hand, download whatever version of fileutils is in the latest/fileutils directory and install it whereever you specified. x o x o x o x o x Changes: - /dev/random, /dev/urandom - new devices. - regexp.h now in include directory. - Export regsub() - Export new inet_network function. - Export new fchown, lchown, lacl functions. - Hanging problem associated with console type-ahead has been fixed. - Correct handling of ENOTDIR errno. - Attempt to work around Windows 95 deficiencies when trying to delete files that are opened. - Detect extended keycode information for Windows 9x so that function keys will work correctly. - Fix problem with SIGSEGV, SIGFPE on Windows 95. - select() - ensure that we always return activated fds when returning success. - Add support for keypad 5 key. - Fix gdb + ARM RDI + select() problem. - Speed up access to remote directories, slightly. - Fix for some "bash hangs" problems.