X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Suggestion: add "setup.exe" version number to Cygwin home page Date: Tue, 20 Jun 2006 12:30:58 +0100 Message-ID: <00be01c6945d$00463bb0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <31DDB7BE4BF41D4888D41709C476B65704168B42@NIHCESMLBX5.nih.gov> 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 19 June 2006 21:18, Buchbinder, Barry (NIH/NIAID) wrote: > Daniel Friedman wrote: >> It would be nice to learn the latest version of the Cygwin setup >> program "setup.exe" without having to download and install it. >> >> Hence I respectfully suggest adding a statement of form "Latest >> Cygwin setup.exe version is 2.510.2.2" to http://www.cygwin.com, e.g. >> right below the also-helpful "Latest Cygwin DLL release version >> is 1.5.19-4" statement. >> >> Thanks, >> --daniel > > It's my experience that this is not really necessary. setup.ini > contains timestamp and version information. When setup.exe has been > updated, the version on the local system informs the user that a newer > version of setup.exe is available. (I would guess that if one is > updating using the automated, command line options one will not be so > informed. Of course, that may not be a problem since many of the > improvements are in the UI.) > > - Barry Alternatively, you can find out the latest setup.exe version anytime you want like this:- pushd >/dev/null /tmp && wget 2>/dev/null `cat /etc/setup/last-mirror`/setup.bz2 && ( bunzip2 -c setup.bz2 | grep setup-version | cut -f2 -d' ' ) && popd >/dev/null cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/