Browse CVS Repository
Contents of /samurai-graph/samurai-graph/HowToRelease.txt
Parent Directory
| Revision Log
| Revision Graph
Revision 1.22 -
( show annotations)
( download)
Mon Aug 15 10:59:52 2005 UTC
(18 years, 7 months ago)
by orrisroot
Branch: MAIN
Changes since 1.21: +1 -6 lines
File MIME type: text/plain
removed nsis version number setting.
| 1 |
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 |
samurai-graph.version=1.0.0; |
| 13 |
|
| 14 |
- installer/win32/resources/vector/README.txt |
| 15 |
Samurai Graph 0.5.1 |
| 16 |
samurai-graph-w051.zip |
| 17 |
samurai-graph-w051 |
| 18 |
samurai-graph-win32-0.5.1.exe |
| 19 |
|
| 20 |
- installer/unix/resources/vector/README.txt |
| 21 |
Samurai Graph 0.5.2 |
| 22 |
samurai-graph-u052.tar.gz |
| 23 |
samurai-graph-u052 |
| 24 |
|
| 25 |
3. commit version updated sources. |
| 26 |
% cvs commit |
| 27 |
|
| 28 |
4. add tag to CVS repository. |
| 29 |
% cvs tag RELEASE_1_0_0 |
| 30 |
|
| 31 |
5. rebuild binaries. |
| 32 |
% ./build.sh rebuild |
| 33 |
|
| 34 |
6. create os specific installer |
| 35 |
Windows: |
| 36 |
run NSIS 2.0 compiler. |
| 37 |
- installer/win32/samurai-graph-wiwn32-inst.nsi |
| 38 |
MacOS X: |
| 39 |
create disk image distribution file |
| 40 |
% cd installer/mac |
| 41 |
% ./build.sh build |
|