X-Spam-Check-By: sourceware.org Date: Fri, 1 Jun 2007 10:07:47 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: tcsh-6.15.00-4 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Reply-To: cygwin AT cygwin DOT com X-Mailer: Perl5 Mail::Internet v1.74 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I've uploaded a new tcsh version 6.15.00-4 to cygwin.com. What's new in 6.15.00-4? - This version is supposed to solve problems with DOS lineendings when using tcsh as login shell. A typical problem are broken or hanging rsync calls with tcsh as (remote) login shell. The problem is that Cygwin's tcsh up to 6.15.00-2 is using textmode on input so far. This version drops all changes to the underlying mode. Instead, CR's on input are ignored when reading commands. - tcsh identifies the system finally correctly as a Cygwin system. Before: $ echo $version | cut -d " " -f 5 (i386-intel-posix) $ echo $OSTYPE $HOSTTYPE posix i386 Now: $ echo $version | cut -d " " -f 5 (i386-intel-cygwin) $ echo $OSTYPE $HOSTTYPE cygwin i386-cygwin - /etc/profile.d/complete.tcsh is now not a Cygwin specific file, but the standard file from the upstream sources. It has a working completion for Cygwin's mount/umount commands now. - The default files under /etc are now installed into /etc/defaults and only copied to /etc by the postinstall script if they don't already exists. - A preremove script which removes dangling symlinks. - The Cygwin specific tcsh installation files are now part of the upstream sources. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, 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-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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/