Browse CVS Repository
Diff of /samurai-graph/samurai-graph/HowToRelease.txt
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
Memorandum of How To Release. |
Memorandum of How To Release. |
| 2 |
|
|
| 3 |
1. update version number. |
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 |
- build.xml |
- build.xml |
| 12 |
<property name="version" value="0.1.2"/> |
<property name="version" value="0.1.2"/> |
| 45 |
public static final int MINOR_VERSION_NUMBER = 1; |
public static final int MINOR_VERSION_NUMBER = 1; |
| 46 |
public static final int MICRO_VERSION_NUMBER = 2; |
public static final int MICRO_VERSION_NUMBER = 2; |
| 47 |
|
|
| 48 |
2. commit version updated sources. |
3. commit version updated sources. |
| 49 |
% cvs commit |
% cvs commit |
| 50 |
|
|
| 51 |
3. add tag to CVS repository. |
4. add tag to CVS repository. |
| 52 |
% cvs tag RELEASE_0_1_2 |
% cvs tag RELEASE_0_1_2 |
| 53 |
|
|
| 54 |
4. rebuild binaries. |
5. rebuild binaries. |
| 55 |
% ./build.sh rebuild |
% ./build.sh rebuild |
| 56 |
|
|
| 57 |
5. create os specific installer |
6. create os specific installer |
| 58 |
Windows: |
Windows: |
| 59 |
run NSIS 2.0 compiler. |
run NSIS 2.0 compiler. |
| 60 |
- installer/win32/samurai-graph-wiwn32-inst.nsi |
- installer/win32/samurai-graph-wiwn32-inst.nsi |
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|