Browse CVS Repository
Annotation of /samurai-graph/samurai-graph/HowToRelease.txt
Parent Directory
| Revision Log
| Revision Graph
Revision 1.27 -
( hide annotations)
( download)
Mon Nov 15 01:14:05 2010 UTC
(13 years, 4 months ago)
by makimura
Branch: MAIN
CVS Tags: RELENG_2_BP, RELEASE_2_0_0, RELENG_3_BP, HEAD
Branch point for: RELENG_2, RELENG_3
Changes since 1.26: +6 -6 lines
File MIME type: text/plain
Updated the version number.
| 1 |
makimura |
1.26 |
Memorandum of How To Release. |
| 2 |
|
|
|
| 3 |
|
|
1. update change logs. |
| 4 |
|
|
- update product.xml in web resources 'web/htdocs/product.xml'. |
| 5 |
|
|
- run synchronization script. |
| 6 |
|
|
% cd src/changelog |
| 7 |
|
|
% ./make.sh (make.bat) |
| 8 |
|
|
|
| 9 |
|
|
2. update version number. |
| 10 |
|
|
|
| 11 |
|
|
- src/resources/samurai-graph.properties |
| 12 |
makimura |
1.27 |
samurai-graph.version=2.0.0 |
| 13 |
makimura |
1.26 |
|
| 14 |
|
|
- installer/win32/resources/vector/README.txt |
| 15 |
makimura |
1.27 |
Samurai Graph 2.0.0 |
| 16 |
|
|
samurai-graph-w200.zip |
| 17 |
|
|
samurai-graph-w200 |
| 18 |
|
|
samurai-graph-win32-2.0.0.exe |
| 19 |
makimura |
1.26 |
|
| 20 |
|
|
3. commit version updated sources. |
| 21 |
|
|
% cvs commit |
| 22 |
|
|
|
| 23 |
|
|
4. add tag to CVS repository. |
| 24 |
makimura |
1.27 |
% cvs tag RELEASE_2_0_0 |
| 25 |
makimura |
1.26 |
|
| 26 |
|
|
5. rebuild binaries. |
| 27 |
|
|
% ./build.sh rebuild |
| 28 |
|
|
|
| 29 |
|
|
6. create os specific installer |
| 30 |
|
|
Windows: |
| 31 |
|
|
run NSIS 2.0 compiler. |
| 32 |
|
|
- installer/win32/launcher.nsi |
| 33 |
|
|
- installer/win32/samurai-graph-wiwn32-inst.nsi |
| 34 |
|
|
MacOS X: |
| 35 |
|
|
create disk image distribution file |
| 36 |
|
|
% cd installer/mac |
| 37 |
|
|
% ./build.sh build |
| 38 |
|
|
UNIX: |
| 39 |
|
|
create disk image distribution file |
| 40 |
|
|
% cd installer/unix |
| 41 |
|
|
% ./build.sh build |
|