From: <umg...@us...> - 2006-08-16 13:06:53
|
Revision: 341 Author: umgangee Date: 2006-08-16 06:06:42 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/pybridge/?rev=341&view=rev Log Message: ----------- Update doc files. Bump version number to 0.2.1. Modified Paths: -------------- trunk/pybridge/INSTALL trunk/pybridge/NEWS trunk/pybridge/README trunk/pybridge/pybridge/__init__.py Modified: trunk/pybridge/INSTALL =================================================================== --- trunk/pybridge/INSTALL 2006-08-16 12:45:36 UTC (rev 340) +++ trunk/pybridge/INSTALL 2006-08-16 13:06:42 UTC (rev 341) @@ -18,12 +18,9 @@ - Python (>= 2.3) - http://www.python.org/ - Twisted Core (>= 1.3) - http://twistedmatrix.com/trac/wiki/TwistedCore -- Zope Interface (>= 3.0) http://www.zope.org/Products/ZopeInterface -- GTK+ (>= 2.6) - http://www.gtk.org/ -- PyGTK (>= 2.6) - http://www.pygtk.org/ +- Zope Interface (>= 3.0) - http://www.zope.org/Products/ZopeInterface +- GTK+ (>= 2.6, >= 2.8 recommended) - http://www.gtk.org/ +- PyGTK (>= 2.6, >= 2.8 recommended) - http://www.pygtk.org/ (The GTK+ and PyGTK libraries are not necessary to run the standalone server.) - -Michael Banks (mi...@ba...), 14 August 2006 - Modified: trunk/pybridge/NEWS =================================================================== --- trunk/pybridge/NEWS 2006-08-16 12:45:36 UTC (rev 340) +++ trunk/pybridge/NEWS 2006-08-16 13:06:42 UTC (rev 341) @@ -1,7 +1,23 @@ +====================== +0.2.1 (16 August 2006) +====================== + +Bug fixes +========= + +- Fixed setup.py script to install source package and supporting files in the + standard /usr/ directories. + +- Updated pybridge.environment and bin/* scripts to work with both the source + and installation directory layouts. + + +====================== 0.2.0 (14 August 2006) ====================== -Features: +New Features +============ - Substantial rewrite of network code. Focus on splitting discrete services into separate components and making full use of Twisted's pb.Cacheable. @@ -19,6 +35,7 @@ - Initial support for internationalization and localization via gettext. +==================== 0.1.0 (19 July 2006) ==================== Modified: trunk/pybridge/README =================================================================== --- trunk/pybridge/README 2006-08-16 12:45:36 UTC (rev 340) +++ trunk/pybridge/README 2006-08-16 13:06:42 UTC (rev 341) @@ -1,4 +1,4 @@ -PyBridge 0.2.0 - a free online bridge game +PyBridge 0.2.1 - a free online bridge game http://pybridge.sourceforge.net/ http://sourceforge.net/projects/pybridge/ @@ -42,6 +42,3 @@ PyBridge is released under the GNU General Public License, version 2 or later. A copy of the license is provided in the COPYING file. - -Michael Banks (mi...@ba...), 14 August 2006 - Modified: trunk/pybridge/pybridge/__init__.py =================================================================== --- trunk/pybridge/pybridge/__init__.py 2006-08-16 12:45:36 UTC (rev 340) +++ trunk/pybridge/pybridge/__init__.py 2006-08-16 13:06:42 UTC (rev 341) @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |