[los-cocos] r1220 committed - adjust release data

2 views
Skip to first unread message

codesite...@google.com

unread,
Aug 12, 2012, 7:58:11 PM8/12/12
to cocos-...@googlegroups.com
Revision: 1220
Author: ccanepacc
Date: Sun Aug 12 16:57:46 2012
Log: adjust release data
http://code.google.com/p/los-cocos/source/detail?r=1220

Modified:
/trunk/CHANGELOG
/trunk/LICENSE
/trunk/README
/trunk/cocos/__init__.py
/trunk/doc/index.txt
/trunk/setup.py

=======================================
--- /trunk/CHANGELOG Sat Aug 11 21:27:16 2012
+++ /trunk/CHANGELOG Sun Aug 12 16:57:46 2012
@@ -1,4 +1,5 @@
-v0.6dev
+v0.5.5 - August 12, 2012
+ - fix issue 168, now particle textures are propper (this can change
visual size for particlers in old code)
- fix issue 184, BatchNode now honors the visible flag, patch by
corent...@gmail.com
- particles work even if gl point sprites not available, issue 178
- fix issue 162, grid transitions ending with wrong projection /
modelview matrices
=======================================
--- /trunk/LICENSE Sun Aug 14 19:15:42 2011
+++ /trunk/LICENSE Sun Aug 12 16:57:46 2012
@@ -1,5 +1,5 @@
# cocos2d
-# Copyright (c) 2008-2011 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
+# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
# All rights reserved.
#
=======================================
--- /trunk/README Sun Aug 14 19:15:42 2011
+++ /trunk/README Sun Aug 12 16:57:46 2012
@@ -31,7 +31,7 @@

Software:

- * python 2.4 or newer; dont work with 3.x
+ * python 2.4 or newer; don't works with 3.x
* pyglet 1.1.4 or newer (http://www.pyglet.org)
* Linux, Windows or Mac OS/X

=======================================
--- /trunk/cocos/__init__.py Sun Aug 12 16:18:19 2012
+++ /trunk/cocos/__init__.py Sun Aug 12 16:57:46 2012
@@ -56,7 +56,7 @@

__docformat__ = 'restructuredtext'

-__version__ = "0.5.0"
+__version__ = "0.5.5"
__author__ = "cocos2d team"
version = __version__

=======================================
--- /trunk/doc/index.txt Wed Oct 26 07:47:31 2011
+++ /trunk/doc/index.txt Sun Aug 12 16:57:46 2012
@@ -1,5 +1,5 @@
===================================
-cocos2d v 0.5.0 Documentation Index
+cocos2d v 0.5.5 Documentation Index
===================================


=======================================
--- /trunk/setup.py Mon Jun 11 04:39:24 2012
+++ /trunk/setup.py Sun Aug 12 16:57:46 2012
@@ -8,8 +8,8 @@

__author__ = "cocos2d team"
__author_email__ = "lucio...@gmail.com"
-__version__ = "0.5.0"
-__date__ = "2011 10 26"
+__version__ = "0.5.5"
+__date__ = "2012 08 12"

try:
import setuptools
Reply all
Reply to author
Forward
0 new messages