Skip to content

Commit 25c79fe

Browse files
committed
V3.0.0 release stuff
Former-commit-id: 5a5ceb1
1 parent 8144fe7 commit 25c79fe

File tree

5 files changed

+49
-7
lines changed

5 files changed

+49
-7
lines changed

AUTHORS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,21 @@ People and companies, who have contributed, in alphabetical order.
4343
CCPhysics
4444
Being the unstopable force
4545
An incredible number of contributions and suggestions
46+
3.1 render core
4647

4748
* Viktor Lidholt
4849
All UI classes
4950
Coordination and planning
5051
Sprite Builder integration
5152
Countless other contributions
53+
54+
* Christian Enevoldsen
55+
Improved scroll view class
56+
57+
Thanks to Wangsheng, Shintaro Kaneko, frranck and Yannick Loriot, Magician, masanorythm, Jogn Vu for various minor contributions.
58+
Also thanks to all those who contributed on git, helped us testing, and took part in the discussions even if their suggestions didn't make it to release.
5259

53-
Thanks to Wangsheng, Shintaro Kaneko, frranck and Yannick Loriot, for various minor contributions.
54-
Also thanks to those who contributed on git, and took part in the discussions (Ben-G mentioned, but no-one forgotten) even if their suggestions didn't make it to release.
60+
Special thanks to Ben-G from makegameswith.us, for making several outstanding V3 tutorials
5561

5662
cocos2d for iPhone 2.1 authors
5763
------------------------------

CHANGELOG.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ca561deefc0ea7927449584e141b54564d3f4571
1+
6e1cd46977a7946e62267dbe763d39393441b18a

RELEASE TODO.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
To release a new version, please check the following steps.
2+
3+
1)
4+
Update the file VERSION with latest version number.
5+
Add no CR/LF or any other formatting to the file.
6+
7+
2)
8+
Update cocos2d.m, with the correct version number
9+
10+
3)
11+
Add any new authors to the AUTHORS file
12+
13+
4)
14+
Add major changes and additions to the file RELEASE_NOTES
15+
16+
5)
17+
Tag the release, with the according version number
18+
19+
6)
20+
Currently two set of files are made available to the users, upon release
21+
a) A DMG, automating the install process
22+
b) a ZIP, allowing for manual install
23+
24+
Note:
25+
The file change log should be updated when git is merged.

RELEASE_NOTES

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
===== cocos2d for iPhone 2.1.0 Release Notes =====
1+
===== cocos2d for iPhone 3.0.0 Release Notes =====
22

3-
Please, see the online document:
4-
https://github.com/cocos2d/cocos2d-iphone/wiki/cocos2d-v2.1-release-notes
3+
FIX Invalid time intervals for scheduled timers
4+
FIX Updated installer
5+
NEW Full support for 64 bit
6+
FIX Retina control
7+
FIX Adjustments to layouts
8+
FIX Changes to Z behaviour
9+
FIX Font sizing fixes
10+
NEW Sine actions
11+
FIX Portraid / landscape fixes
12+
NEW Improved scroll view
13+
NEW Betetr versioning
14+
NEW Better and more in depth tests
15+
NEW A lot of preparations for 3.1

cocos2d/cocos2d.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#import <Foundation/Foundation.h>
2929
#import "cocos2d.h"
30-
const char *cocos2d_version = "cocos2d-iphone version 3.0.alpha";
30+
const char *cocos2d_version = "Cocos2D-iPhone version 3.0.0";
3131

3232
NSString *cocos2dVersion()
3333
{

0 commit comments

Comments
 (0)