Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.17 - (show annotations) (download)
Fri Aug 12 12:57:23 2005 UTC (18 years, 8 months ago) by orrisroot
Branch: MAIN
Changes since 1.16: +0 -3 lines
File MIME type: text/plain
removed unused version number definition.

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 - 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
16 - installer/mac/build.sh
17 VERSION=0.1.2
18
19 - installer/mac/resources/bundler/Info.plist
20 <key>CFBundleVersion</key>
21 <string>0.1.2</string>
22 <key>CFBundleShortVersionString</key>
23 <string>0.1</string>
24 <key>CFBundleGetInfoString</key>
25 <string>Samurai Graph 0.1.2, Copyright (c) 2004 RIKEN (The Institute of Physical and Chemical Research)</string>
26
27 - installer/mac/resources/bundler/version.plist
28 <key>BuildVersion</key>
29 <string>1</string>
30 <key>CFBundleShortVersionString</key>
31 <string>0.1</string>
32 <key>CFBundleVersion</key>
33 <string>0.1.2</string>
34 <key>SourceVersion</key>
35 <string>RELEASE_0_1_2</string>
36
37 - installer/mac/resources/vector/README.txt
38 Samurai Graph 0.3.2
39 samurai-graph-m032.dmg.gz
40 samurai-graph-m032.dmg
41
42 - installer/win32/resources/vector/README.txt
43 Samurai Graph 0.5.1
44 samurai-graph-w051.zip
45 samurai-graph-w051
46 samurai-graph-win32-0.5.1.exe
47
48 - installer/unix/resources/vector/README.txt
49 Samurai Graph 0.5.2
50 samurai-graph-u052.tar.gz
51 samurai-graph-u052
52
53 - src/jp/riken/brain/ni/samuraigraph/application/SGIApplicationConstants.java
54 public static final int MAJOR_VERSION_NUMBER = 0;
55 public static final int MINOR_VERSION_NUMBER = 1;
56 public static final int MICRO_VERSION_NUMBER = 2;
57
58 3. commit version updated sources.
59 % cvs commit
60
61 4. add tag to CVS repository.
62 % cvs tag RELEASE_0_1_2
63
64 5. rebuild binaries.
65 % ./build.sh rebuild
66
67 6. create os specific installer
68 Windows:
69 run NSIS 2.0 compiler.
70 - installer/win32/samurai-graph-wiwn32-inst.nsi
71 MacOS X:
72 create disk image distribution file
73 % cd installer/mac
74 % ./build.sh build

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