Update package version to 1.0.7
[platform/core/uifw/ise-engine-hangul.git] / RELEASE
1 Follow this instructions to make new release.
2
3 * Update po files and pot file
4   $ cd po
5   $ make update-po
6
7 * Update documents
8
9 * Update the version string in configure.ac, skim/configure.in.in
10
11 * Update autotools scripts and Makefiles and then run bootstrap in skim dir.
12   Note: You should run skim/bootstrap after update autotools files, because
13   KDE files will not be installed if you ommit this process.
14
15 * Commit all changes to CVS
16
17 * Update changelog (cvs2cl will automatically regenerate it)
18   $ make changelog
19
20 * Commit all changes to CVS
21
22 * Make tag for new release in CVS repository.
23   $ cvs tag scim_hangul_x_x_x
24
25 * Create tarball.
26   $ make dist
27
28 * Do build and install test. Check whether skim config tools are installed.
29   Note: make distcheck will not work
30   $ untar the newly created tarball package.
31   $ run configure and make
32   $ DESTDIR=$PWD/tmp make install
33
34 * Upload to sourceforge.net: http://sourceforge.net/projects/scim
35   and make new file release scim-hangul on sf.net.
36
37 * Write news in sf.net.
38
39 * Inform to mailing list and package maintainers of distributions.
40   scim users and developers, gentoo, debian, fedora, etc.