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.18 - (show annotations) (download)
Fri Aug 12 16:17:11 2005 UTC (18 years, 8 months ago) by orrisroot
Branch: MAIN
Changes since 1.17: +0 -18 lines
File MIME type: text/plain
removed version.plist section. it is no more needs.

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/vector/README.txt
20 Samurai Graph 0.3.2
21 samurai-graph-m032.dmg.gz
22 samurai-graph-m032.dmg
23
24 - installer/win32/resources/vector/README.txt
25 Samurai Graph 0.5.1
26 samurai-graph-w051.zip
27 samurai-graph-w051
28 samurai-graph-win32-0.5.1.exe
29
30 - installer/unix/resources/vector/README.txt
31 Samurai Graph 0.5.2
32 samurai-graph-u052.tar.gz
33 samurai-graph-u052
34
35 - src/jp/riken/brain/ni/samuraigraph/application/SGIApplicationConstants.java
36 public static final int MAJOR_VERSION_NUMBER = 0;
37 public static final int MINOR_VERSION_NUMBER = 1;
38 public static final int MICRO_VERSION_NUMBER = 2;
39
40 3. commit version updated sources.
41 % cvs commit
42
43 4. add tag to CVS repository.
44 % cvs tag RELEASE_0_1_2
45
46 5. rebuild binaries.
47 % ./build.sh rebuild
48
49 6. create os specific installer
50 Windows:
51 run NSIS 2.0 compiler.
52 - installer/win32/samurai-graph-wiwn32-inst.nsi
53 MacOS X:
54 create disk image distribution file
55 % cd installer/mac
56 % ./build.sh build

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