[Gtkradiant] rev 3660 - in GtkRadiant/trunk: . docs/developer
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Mon, 04 Aug 2003 20:42:09 -0500
Author: timo
Date: 2003-08-04 20:21:09 -0500 (Mon, 04 Aug 2003)
New Revision: 3660
Modified:
GtkRadiant/trunk/SConstruct
GtkRadiant/trunk/docs/developer/CHANGES
Log:
CVS -> SVN conversion
Modified: GtkRadiant/trunk/SConstruct
===================================================================
--- GtkRadiant/trunk/SConstruct 2003-05-10 18:38:56 UTC (rev 3659)
+++ GtkRadiant/trunk/SConstruct 2003-08-05 01:21:09 UTC (rev 3660)
@@ -51,7 +51,7 @@
# sanity -----------------------------------------
# get a recent python release
-EnsurePythonVersion(2,2)
+EnsurePythonVersion(2,1)
# above 0.90
EnsureSConsVersion(0,90)
print 'SCons ' + SCons.__version__
Modified: GtkRadiant/trunk/docs/developer/CHANGES
===================================================================
--- GtkRadiant/trunk/docs/developer/CHANGES 2003-05-10 18:38:56 UTC (rev 3659)
+++ GtkRadiant/trunk/docs/developer/CHANGES 2003-08-05 01:21:09 UTC (rev 3660)
@@ -1,6 +1,16 @@
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
+04/08/2003
+TTimo
+- conversion from CVS to Subversion:
+repository convert completed (with revml)
+module repositories glued together in a single one
+hooking email commit scripts and backup scripts
+- Python >= 2.1 required instead of 2.2
+
+-- tagged as head-cvs2svn
+
01/08/2003
SPoG
- Changed gl widget to request maximum available depth buffer precision.