SVN: r25667 - trunk/quixote
Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 22 Nov 2004 18:07:13 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nascheme
Date: 2004-11-22 18:07:04 -0500 (Mon, 22 Nov 2004)
New Revision: 25667
Modified:
trunk/quixote/LICENSE
trunk/quixote/README
trunk/quixote/__init__.py
trunk/quixote/setup.py
Log:
prepare for 2.0a2 release
Modified: trunk/quixote/LICENSE
===================================================================
--- trunk/quixote/LICENSE 2004-11-22 22:58:44 UTC (rev 25666)
+++ trunk/quixote/LICENSE 2004-11-22 23:07:04 UTC (rev 25667)
@@ -9,27 +9,27 @@
Research Initiatives, having an office at 1895 Preston White
Drive, Reston, VA 20191 ("CNRI"), and the Individual or
Organization ("Licensee") copying, installing or otherwise using
- Quixote-2.0a1 software in source or binary form and its
- associated documentation ("Quixote-2.0a1").
+ Quixote-2.0a2 software in source or binary form and its
+ associated documentation ("Quixote-2.0a2").
2. Subject to the terms and conditions of this License Agreement,
CNRI hereby grants Licensee a nonexclusive, royalty-free, world-
wide license to reproduce, analyze, test, perform and/or display
publicly, prepare derivative works, distribute, and otherwise use
- Quixote-2.0a1 alone or in any derivative version, provided,
+ Quixote-2.0a2 alone or in any derivative version, provided,
however, that CNRI's License Agreement and CNRI's notice of
copyright, i.e., "Copyright (c) 2004 Corporation for National
Research Initiatives; All Rights Reserved" are retained in
- Quixote-2.0a1 alone or in any derivative version prepared by
+ Quixote-2.0a2 alone or in any derivative version prepared by
Licensee.
3. In the event Licensee prepares a derivative work that is based on
- or incorporates Quixote-2.0a1 or any part thereof, and wants to
+ or incorporates Quixote-2.0a2 or any part thereof, and wants to
make the derivative work available to others as provided herein,
then Licensee hereby agrees to include in any such work a brief
- summary of the changes made to Quixote-2.0a1.
+ summary of the changes made to Quixote-2.0a2.
-4. CNRI is making Quixote-2.0a1 available to Licensee on an "AS IS"
+4. CNRI is making Quixote-2.0a2 available to Licensee on an "AS IS"
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO
AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY
@@ -54,7 +54,7 @@
trademarks or trade name in a trademark sense to endorse or
promote products or services of Licensee, or any third party.
-8. By copying, installing or otherwise using Quixote-2.0a1, Licensee
+8. By copying, installing or otherwise using Quixote-2.0a2, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
Modified: trunk/quixote/README
===================================================================
--- trunk/quixote/README 2004-11-22 22:58:44 UTC (rev 25666)
+++ trunk/quixote/README 2004-11-22 23:07:04 UTC (rev 25667)
@@ -1,6 +1,14 @@
Quixote
=======
+
+*********************************************************************
+* NOTE: The documentation for Quixote 2 is currently outdated. We *
+* will fix it before the final release but for now your best bet is *
+* to read the code or to ask questions on the quixote-users list. *
+*********************************************************************
+
+
Quixote is framework for developing Web applications in Python. The
design goals were:
Modified: trunk/quixote/__init__.py
===================================================================
--- trunk/quixote/__init__.py 2004-11-22 22:58:44 UTC (rev 25666)
+++ trunk/quixote/__init__.py 2004-11-22 23:07:04 UTC (rev 25667)
@@ -7,7 +7,7 @@
__revision__ = "$Id$"
-__version__ = "2.0a1"
+__version__ = "2.0a2"
# These are frequently needed by Quixote applications, so make them easy
# to get at.
Modified: trunk/quixote/setup.py
===================================================================
--- trunk/quixote/setup.py 2004-11-22 22:58:44 UTC (rev 25666)
+++ trunk/quixote/setup.py 2004-11-22 23:07:04 UTC (rev 25667)
@@ -20,7 +20,7 @@
sources=["src/cimport.c"])
kw = {'name': "Quixote",
- 'version': "2.0a1",
+ 'version': "2.0a2",
'description': "A highly Pythonic Web application framework",
'author': "MEMS Exchange",
'author_email': "quixote-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]",