Author: yamakenz
Date: Mon Apr 28 18:35:22 2008
New Revision: 5465
Modified:
trunk/RELNOTE
trunk/make-dist.sh
Log:
* make-dist.sh
- (RELEASE_SUFFIX): Rewrite to empty for uim 1.5.0
* RELNOTE
- Update for uim 1.5.0
Modified: trunk/RELNOTE
==============================================================================
--- trunk/RELNOTE (original)
+++ trunk/RELNOTE Mon Apr 28 18:35:22 2008
@@ -1,13 +1,10 @@
-uim 1.5.0-beta2 Release Note
-============================
+uim 1.5.0 Release Note
+======================
About This Release
------------------
-This distribution of uim 1.5.0-beta2 is a preview release for testing
-purpose. Since it may contain serious unknown problems, it should not
-be used for important work. For such situations, use our latest stable
-release uim 1.4.2.
+This distribution of uim 1.5.0 is latest stable release of uim.
This release achieved both considerable internal improvement and many
user-visible new feature additions.
Modified: trunk/make-dist.sh
==============================================================================
--- trunk/make-dist.sh (original)
+++ trunk/make-dist.sh Mon Apr 28 18:35:22 2008
@@ -10,7 +10,7 @@
SSCM_URL="${TAGS_REPOSITORY}/sigscheme-0.8.3"
#LIBGCROOTS_URL="${LIBGCROOTS_REPOSITORY}"
LIBGCROOTS_URL="${TAGS_REPOSITORY}/libgcroots-0.2.1"
-RELEASE_SUFFIX="-beta2"
+RELEASE_SUFFIX=""
CONF_COMMON="--enable-maintainer-mode --disable-warnings-into-error"
CONF_NONE="$CONF_COMMON --disable-debug --disable-fep --disable-emacs
--disable-gnome-applet --disable-kde-applet --disable-pref
--disable-dict --without-anthy --without-canna --without-mana
--without-prime --without-m17nlib --without-scim --without-gtk2
--without-gnome2 --without-qt --without-qt-immodule
--disable-compat-scm --without-eb --without-libedit"