2007-11-27

Tcl/Tk 8.5.0rc0


Tcl/Tk の開発者向けの情報ですが、Tcl/Tk 8.5.0 のリリース候補0 (rc0) が出ています。

Date: Mon, 26 Nov 2007 16:52:22 -0500
From: Donald G Porter <dgp at nist.gov>
To: Tcl Core List <tcl-core at lists.sourceforge.net>
Subject: [TCLCORE] Tcl/Tk 8.5.0 release candidates

The first set of release candidates for Tcl/Tk 8.5.0 are available now:

ftp://ftp.tcl.tk/pub/tcl/tcl8_5/tcl8.5.0rc0-src.tar.gz
ftp://ftp.tcl.tk/pub/tcl/tcl8_5/tk8.5.0rc0-src.tar.gz

These contain significant changes even since 8.5b3 that ought to get
some testing.

In addition, it is helpful to test some thing that actually labels
itself "8.5.0" before the real 8.5.0 releases, so those scripts that
act differently based on what version Tcl/Tk claim to be get tested
too.

--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter at nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|

2007-11-24

Tcl/Tk for Windows, build010

SourceForge.net Logo
Tcl/Tk 8.5b3 のウィンドウズ用インストールパッケージをアップロードしました。ダウンロードは以下から。

tcltk8.5b3-010

今回、収録したパッケージとビルドした環境は以下の通りです。

Tcl/Tk for Windows, bitWalk build #010
released on 2007-11-24

1. Available version of Tcl/Tk and extensions in this package
- Tcl/Tk 8.5b3
http://sourceforge.net/projects/tcl
- Thread 2.6.5
http://sourceforge.net/projects/tcl
- Incr Tcl/Tk 3.4 (itcl-20071105.tar.gz)
http://sourceforge.net/projects/incrtcl/
- Incr Widgets 4.0.2 (iwidgets-20070610.tar.gz)
http://sourceforge.net/projects/incrtcl/
- BWidget 1.8.0 (bwidget-20071031.tar.gz)
http://sourceforge.net/projects/tcllib
- Tcllib 1.10
http://sourceforge.net/projects/tcllib

2. build environment for compiling binaries
- MinGW Cross Compiler on Fedora Linux 8
mingw-binutils-2.17.50-5.fc8
mingw-runtime-3.13-2.fc8
mingw-w32api-3.10-2.fc8
mingw-gcc-core-4.2.1-4.fc8

3. packaging environment
- Inno Setup Compiler 5.2.2
on wine-0.9.48-1.fc8 / Fedora Linux 8
http://www.jrsoftware.org/isinfo.php

2007-11-21

Tcl/Tk8.5b3


11月19日付けで Tcl/Tk 8.5 の3番目のβ版がリリースされました。

リリース予定は 11月16日だったのですが、Don Porter 氏がが忙しかったためにリリースが遅れただけのようです。今回もバグフィックスが中心で、予定では最後のβ版となります。

なお正式版 8.5.0 のリリースは、12 月 14 日の予定になっています。Tcl/Tk 8.4.0 がリリースされたのが、2002 年 9 月 10 日のことですから、マイナーバージョンの更新は、実に 5 年ぶりとなります。定義では、8.5.0 の太字の部分はマイナーバージョンなのですが、あたかもメジャーバージョンがリリースされるような印象を受けます。

この週末に、Tcl/Tk8.5b3 の Windows 用のバイナリパッケージを MinGW クロスコンパイル環境でビルドして公開する予定です。

Date: Tue, 20 Nov 2007 13:59:59 -0500
From: dgp at nist.gov
To: tcl-core at lists.sourceforge.net
Subject: [TCLCORE] Tcl/Tk 8.5b3 RELEASED

Tcl/Tk 8.5b3 Release Announcement
November 19, 2007

The Tcl Core Team is pleased to announce the 8.5b3 releases of the Tcl
dynamic language and the Tk toolkit. This is the third beta release of
Tcl/Tk 8.5. More details can be found below. We would like to express
our gratitude to all those who submit bug reports and patches. This
information is invaluable in enabling us to identify and eliminate
problems in the core.

Where to get the new releases:
------------------------------

Tcl/Tk 8.5b3 sources are freely available as open source from the Tcl
Developer Xchange web site at:

http://www.tcl.tk/software/tcltk/8.5.html

This web page also contains additional information about the releases,
including new features and notes about installing and compiling the
releases. Sources are always available from the Tcl SourceForge
project's file distribution area:

http://sourceforge.net/project/showfiles.php?group_id=10894

For additional information:
---------------------------

Please visit the Tcl Developer Xchange web site:

http://www.tcl.tk/

This site contains a variety of information about Tcl/Tk in general, the
core Tcl and Tk distributions, Tcl development tools, and much more.

Thank you for your contributions:
---------------------------------

As usual, this release includes contributions from the Tcl community.
We have a page honoring these contributors at:

http://www.tcl.tk/software/tcltk/contributors.html

Summary of Changes since Tcl/Tk 8.5b2:
--------------------------------------

The following were the main changes in Tcl/Tk 8.5b3. A complete list
can be found in the changes file at the root of the source tree. The
more complete ChangeLog is also included with each source release.

This is a beta release of 8.5. The beta designation means that the
feature set for 8.5 is believed to be complete, and the focus is now
on testing and bug fixing moving quickly toward an 8.5.0 release.
All relevant bug fixes (and some more) up to and including 8.4.16 changes
are included in 8.5b3. This release is a development release, and should
only be considered for deployment use after considerable testing.

* New Tk look and default fonts on X11. [tk::classic::restore] to undo.

* New configure option: --disable-rpath.

* Continued Tk demo enhancement and documentation improvement.

* Fixed broken compile on x86_64.

* Fixed crash and infinite loop in regexp engine.

* Fixed [tk_getOpenFile] crash on Mac OS X Leopard.

* Font adjust interface for [console].

* Arabic and Hebrew rendering on Windows.

* Corrected locale for sv.msg message catalog.

* Performance improvements for binary [gets], binary [string match]ing,
[info exists], stack overflow checking, list indexing, interpreter
state reset, and simple regular expressions.

* Embed iso8859-1 encoding directly in libtcl.

--

Tcl Core Team and Maintainers
Don Porter, Tcl Core Release Manager

2007-11-10

Fedora 8 対応

SourceForge.net Logo
Fedora 8 が 11 月 8 日(米国時間)にリリースされました。通常は、雑誌などの付録でインストール用のメディアが流通するまではアップグレードをしないのですが、MinGW クロスコンパイラのプロジェクトで RPM パッケージを公開している関係で、今回は早期にアップグレードをしようと yum で恐る恐るアップグレードしました。

アップグレードの方法は以下のサイトの情報を参考にしました。

Fedora Core 4をFedora Core 5にアップグレードするには

余談になりますが、アップグレードしても自分のアカウント画面はなんら変わりがありません。通常、VNC (RealVNC) を利用して Windows マシンから Linux マシンへ接続して作業をしています。どうせ、RPM パッケージの作成では日本語を使わないので、デスクトップの言語設定を英語にして、Windows 側では UltraVNC をクライアント (Viewer) にしています。
Fedora 8 Desktop
アップグレード後、無線LAN の使い方がわからなくなったりと、少々の不具合が残っていますが、有線のネットワークで作業ができるので、とにかく MinGW クロスコンパイラのパッケージを更新しました。

実は texinfo による不具合が残っているので、古い texinfo-4.8-15 を使ってビルドをしていますが、RPM の spec ファイルでは、texinfo のバージョンの制限を外しました。src.rpm ファイルをダウンロードしてリビルドする場合には気をつけてください。

なお、プロジェクトサイトでは公開するパッケージを以下に整理しました。

[CORE] binutils-cross
[CORE] gcc-cross
[CORE] mingw-cross
[LIB] pthreads-w32
[PRODUCT] Tcl/Tk

今のところ、MinGW クロスコンパイラで生成、公開している Win32 用のパッケージは Tcl/Tk だけなので、Tcl/Tk をビルドするために必要な [LIB] パッケージだけを公開することにしたのです。

MinGW クロスコンパイラのプロジェクトは、自分でコンパイルしたいパッケージ (Tcl/Tk) があって、その成果を、同じ興味を持つ人々と共有したいために維持しています。他に、MinGW クロスコンパイラ関係のパッケージが必要な方、あるいは、クロスコンパイルして Win32 用バイナリを生成したい方がいらっしゃれば、ぜひプロジェクトに参加して、パッケージを作成してみませんか?