Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.19 - (hide annotations) (download)
Fri Aug 12 16:30:38 2005 UTC (18 years, 8 months ago) by orrisroot
Branch: MAIN
Changes since 1.18: +0 -5 lines
File MIME type: text/plain
removed readme file of mac version for vectordesign.

1 orrisroot 1.4 Memorandum of How To Release.
2 orrisroot 1.1
3 orrisroot 1.8 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 orrisroot 1.4
11 orrisroot 1.1 - installer/win32/samurai-graph-win32-inst.nsi
12     !define SG_VER_MAJOR "0"
13     !define SG_VER_MINOR "1"
14     !define SG_VER_MICRO "2"
15 orrisroot 1.4
16 orrisroot 1.1 - installer/mac/build.sh
17     VERSION=0.1.2
18 orrisroot 1.4
19 kuromaru 1.13 - installer/win32/resources/vector/README.txt
20     Samurai Graph 0.5.1
21     samurai-graph-w051.zip
22     samurai-graph-w051
23     samurai-graph-win32-0.5.1.exe
24    
25     - installer/unix/resources/vector/README.txt
26 kuromaru 1.14 Samurai Graph 0.5.2
27     samurai-graph-u052.tar.gz
28 kuromaru 1.15 samurai-graph-u052
29 kuromaru 1.13
30 kuromaru 1.16 - src/jp/riken/brain/ni/samuraigraph/application/SGIApplicationConstants.java
31     public static final int MAJOR_VERSION_NUMBER = 0;
32     public static final int MINOR_VERSION_NUMBER = 1;
33     public static final int MICRO_VERSION_NUMBER = 2;
34    
35 orrisroot 1.8 3. commit version updated sources.
36 orrisroot 1.4 % cvs commit
37    
38 orrisroot 1.8 4. add tag to CVS repository.
39 orrisroot 1.1 % cvs tag RELEASE_0_1_2
40    
41 orrisroot 1.8 5. rebuild binaries.
42 orrisroot 1.1 % ./build.sh rebuild
43    
44 orrisroot 1.8 6. create os specific installer
45 orrisroot 1.1 Windows:
46 kuromaru 1.3 run NSIS 2.0 compiler.
47 orrisroot 1.1 - installer/win32/samurai-graph-wiwn32-inst.nsi
48     MacOS X:
49     create disk image distribution file
50     % cd installer/mac
51 orrisroot 1.9 % ./build.sh build

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