Update of /cvsroot/mingw/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv21779
Modified Files:
ChangeLog index.shtml
Log Message:
* index.shtml: Rework introduction.
Reformat current release section.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mingw/htdocs/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** ChangeLog 30 Sep 2002 14:57:54 -0000 1.59
--- ChangeLog 30 Sep 2002 19:46:45 -0000 1.60
***************
*** 1,5 ****
! 2002-09-30 Earnie Boyd <earnie@...>
! * index.shtml: Rework.
!
2002-09-27 Earnie Boyd <earnie@...>
--- 1,7 ----
! 2002-09-30 Earnie Boyd <earnie@...>
!
! * index.shtml: Rework introduction.
! Reformat current release section.
!
2002-09-27 Earnie Boyd <earnie@...>
Index: index.shtml
===================================================================
RCS file: /cvsroot/mingw/htdocs/index.shtml,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** index.shtml 30 Sep 2002 14:57:54 -0000 1.36
--- index.shtml 30 Sep 2002 19:46:45 -0000 1.37
***************
*** 77,99 ****
-->
! <p><b>Latest MinGW Release:</b>
<a href="http://prdownloads.sourceforge.net/mingw/MinGW-2.0.0-3.exe">
! Version 2.0.0</a>. This release bundles:
! GCC-3.2-core-20020817-1,
! binutils-2.13-20020903-1,
! mingw-runtime-2.2,
! w32api-2.0,
! gdb-5.1.1-1, and
! make-3.79.1-20010722 (binary renamed as mingw32-make)
<br><br><em>NOTE:</em><br>
! The Latest MinGW Release may not contain the most recent versions of each
! individual package. You may find the most recent versions of the individual
! packages by
<a href="https://sourceforge.net/project/showfiles.php?group_id=2435">
clicking here</a>.
<br><br><em>WinZip Cautions:</em><br>
! Make sure that you first <b>uncheck</b> the "TAR file smart CR/LF conversion"
! checkbox found in the Configuration -> Miscellaneous tab of the Options menu.
<br><br><em><a href="http://www.7-zip.org">7-Zip</a></em><br>
--- 77,123 ----
-->
! <p><b>Latest Releases:</b>
! <li><em>MinGW</em>
<a href="http://prdownloads.sourceforge.net/mingw/MinGW-2.0.0-3.exe">
! Version 2.0.0</a>. Bundles the executables from these packages:
! <li><a href="http://prdownloads.sourceforge.net/mingw/GCC-3.2-core-20020817-1.tar.gz">GCC-3.2-core-20020817-1</a></li>
! <li><a href="http://prdownloads.sourceforge.net/mingw/binutils-2.13-20020903-1.tar.gz">binutils-2.13-20020903-1</a></li>
! <li><a href="prdownloads.sourceforge.net/mingw/mingw-runtime-2.2.tar.gz">mingw-runtime-2.2</a></li>
! <li><a href="http://prdownloads.sourceforge.net/mingw/w32api-2.0.tar.gz">w32api-2.0</a></li>
! <li><a href="http://prdownloads.sourceforge.net/mingw/gdb-5.1.1-1.tar.gz">gdb-5.1.1-1</a></li>
! <li><a href="http://prdownloads.sourceforge.net/mingw/make-3.79.1-20010722.tar.gz">make-3.79.1-20010722</a> <em>(make.exe renamed as mingw32-make.exe)</em></li>
! </li>
! <li>
! <em>MSYS:</em><a href="http://prdownloads.sourceforge.net/mingw/MSYS-1.0.7-i386-2.exe">
! Version 1.0.7</a>. Bundles select executables from:
! <li>bash</li>
! <li>bzip2</li>
! <li>diffutils</li>
! <li>fileutils</li>
! <li>findutils</li>
! <li>gawk</li>
! <li>gzip</li>
! <li>m4</li>
! <li>make</li>
! <li>rxvt</li>
! <li>sed</li>
! <li>sh-utils</li>
! <li>tar</li>
! <li>textutils</li>
! <li>textutils</li>
! <li>vim</li>
! </li>
!
<br><br><em>NOTE:</em><br>
! The Latest Releases may not contain the most recent versions of each
! individual package. You may find the most recent versions of the
! individual packages by
<a href="https://sourceforge.net/project/showfiles.php?group_id=2435">
clicking here</a>.
<br><br><em>WinZip Cautions:</em><br>
! Make sure that you first <b>uncheck</b> the "TAR file smart CR/LF
! conversion" checkbox found in the Configuration -> Miscellaneous tab
! of the Options menu.
<br><br><em><a href="http://www.7-zip.org">7-Zip</a></em><br>
|