Develop and Download Open Source Software

Browse CVS Repository

Diff of /samurai-graph/samurai-graph/HowToRelease.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.25 by orrisroot, Fri Oct 7 18:06:04 2005 UTC revision 1.26 by makimura, Fri Nov 12 04:49:01 2010 UTC
# Line 1  Line 1 
1  Memorandum of How To Release.  Memorandum of How To Release.
2    
3  1. update change logs.  1. update change logs.
4    - update product.xml in web resources 'web/htdocs/product.xml'.    - update product.xml in web resources 'web/htdocs/product.xml'.
5    - run synchronization script.    - run synchronization script.
6      % cd src/changelog      % cd src/changelog
7      % ./make.sh  (make.bat)      % ./make.sh  (make.bat)
8    
9  2. update version number.  2. update version number.
10    
11    - src/resources/samurai-graph.properties    - src/resources/samurai-graph.properties
12      samurai-graph.version=1.0.0      samurai-graph.version=1.0.0
13    
14    - installer/win32/resources/vector/README.txt    - installer/win32/resources/vector/README.txt
15       Samurai Graph 1.0.3       Samurai Graph 1.0.3
16       samurai-graph-w103.zip       samurai-graph-w103.zip
17       samurai-graph-w103       samurai-graph-w103
18       samurai-graph-win32-1.0.3.exe       samurai-graph-win32-1.0.3.exe
19    
20  3. commit version updated sources.  3. commit version updated sources.
21    % cvs commit    % cvs commit
22    
23  4. add tag to CVS repository.  4. add tag to CVS repository.
24    % cvs tag RELEASE_1_0_3    % cvs tag RELEASE_1_0_3
25    
26  5. rebuild binaries.  5. rebuild binaries.
27    % ./build.sh rebuild    % ./build.sh rebuild
28    
29  6. create os specific installer  6. create os specific installer
30    Windows:    Windows:
31      run NSIS 2.0 compiler.      run NSIS 2.0 compiler.
32       - installer/win32/samurai-graph-wiwn32-inst.nsi       - installer/win32/launcher.nsi
33    MacOS X:       - installer/win32/samurai-graph-wiwn32-inst.nsi
34      create disk image distribution file    MacOS X:
35      % cd installer/mac      create disk image distribution file
36      % ./build.sh build      % cd installer/mac
37    UNIX:      % ./build.sh build
38      create disk image distribution file    UNIX:
39      % cd installer/unix      create disk image distribution file
40      % ./build.sh build      % cd installer/unix
41        % ./build.sh build

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26