[Tuxracer-checkins] CVS: tuxracer ChangeLog,1.16,1.17
Status: Beta
Brought to you by:
jfpatry
From: Jasmin P. <jf...@us...> - 2000-10-03 07:46:49
|
Update of /cvsroot/tuxracer/tuxracer In directory slayer.i.sourceforge.net:/tmp/cvs-serv24002 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/tuxracer/tuxracer/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** ChangeLog 2000/04/18 02:56:38 1.16 --- ChangeLog 2000/10/03 07:46:47 1.17 *************** *** 1,2 **** --- 1,1388 ---- + 2000-10-03 Jasmin Patry <jf...@cg...> + + * Making version 0.60.1. + + * README: Updated for version 0.60. + + * Makefile.am: + Added web files for inclusion in dist tarball. + [...1359 lines suppressed...] + + 2000-08-08 Jasmin Patry <jf...@cg...> + + * src/hier.c: Changes values.h to float.h + + * src/game_config.c: + Changes to support cygwin/win32 builds. + + * src/file_util.c, src/file_util.h: + Initial checkin. + + * src/Makefile.am: + Separated out TUXRACER_EXTRA_CFLAGS into TUXRACER_EXTRA_COMPILEFLAGS (common + to C and C++ code), TUXRACER_EXTRA_CFLAGS, and TUXRACER_EXTRA_CXXFLAGS. + + * configure.in: + Changes to allow tuxracer to compile under Cygwin. + 2000-04-18 Jasmin Patry <jf...@cg...> |