diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 21 | ||||
-rw-r--r-- | INSTALL.ja | 21 | ||||
-rw-r--r-- | configure.in | 4 |
4 files changed, 28 insertions, 22 deletions
@@ -1,5 +1,9 @@ 2010-01-14 + * version 3.0.0beta6 + +2010-01-14 + * libsylph/utils.[ch] libsylph/imap.c src/colorlabel.[ch] @@ -87,7 +87,7 @@ o Mac OS X 10.3 / 10.4 + X11 for Mac OS X Windows -o Windows 2000 / XP / Vista / 7 (MinGW) +o Windows 2000 / XP / Vista / 7 (MinGW / 32bit) Build it ======== @@ -121,15 +121,16 @@ You can get GnuPG and GPGME from the following location: Options for configure script ============================ - --disable-gpgme disable GnuPG support (requires GPGME and GnuPG) - --disable-ssl disable SSL support (requires OpenSSL) - --disable-compface disable compface (X-Face) support - --disable-gtkspell disable spell checking feature (requires GtkSpell) - --disable-threads disable multi-threading support - --disable-ipv6 disable IPv6 support - --enable-jpilot enable JPilot support - --enable-ldap enable LDAP support - --enable-oniguruma use Oniguruma instead of system's regex + --disable-gpgme disable GnuPG support (requires GPGME and GnuPG) + --disable-ssl disable SSL support (requires OpenSSL) + --disable-compface disable compface (X-Face) support + --disable-gtkspell disable spell checking feature (requires GtkSpell) + --disable-threads disable multi-threading support + --disable-ipv6 disable IPv6 support + --disable-updatecheck disable update check feature + --enable-jpilot enable JPilot support + --enable-ldap enable LDAP support + --enable-oniguruma use Oniguruma instead of system's regex For other options, refer to ./configure --help . @@ -86,7 +86,7 @@ o Mac OS X 10.3 / 10.4 + X11 for Mac OS X Windows -o Windows 2000 / XP / Vista / 7 (MinGW) +o Windows 2000 / XP / Vista / 7 (MinGW / 32bit) ビルド ====== @@ -120,15 +120,16 @@ GnuPG (PGP)対応を有効にしたい場合は、 GPGME 1.0.0 以降と GnuPG 1.2.0 以降が configure スクリプトのオプション ================================ - --disable-gpgme GnuPG 対応(要 GPGME と GnuPG)を無効にする - --disable-ssl SSL 対応(要 OpenSSL)を無効にする - --disable-compface compface(X-Face)対応を無効にする - --disable-gtkspell スペルチェック機能(要 GtkSpell)を無効にする - --disable-threads マルチスレッド対応を無効にする - --disable-ipv6 IPv6 対応を無効にする - --enable-jpilot JPilot 対応を有効にする - --enable-ldap LDAP 対応を有効にする - --enable-oniguruma システムの regex の代わりに鬼車を使用する + --disable-gpgme GnuPG 対応(要 GPGME と GnuPG)を無効にする + --disable-ssl SSL 対応(要 OpenSSL)を無効にする + --disable-compface compface(X-Face)対応を無効にする + --disable-gtkspell スペルチェック機能(要 GtkSpell)を無効にする + --disable-threads マルチスレッド対応を無効にする + --disable-ipv6 IPv6 対応を無効にする + --disable-updatecheck アップデートチェック機能を無効にする + --enable-jpilot JPilot 対応を有効にする + --enable-ldap LDAP 対応を有効にする + --enable-oniguruma システムの regex の代わりに鬼車を使用する その他のオプションについては ./configure --help を参照してください。 diff --git a/configure.in b/configure.in index b7ce58ca..4e4fa8c4 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,8 @@ MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta5 -BUILD_REVISION=5 +EXTRA_VERSION=beta6 +BUILD_REVISION=6 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION DEVEL_VERSION=1 |