2008-06-27

Tcl/Tk 8.6a1


6月25日付けで、Tcl/Tk 8.6 の最初のαリリースである Tcl/Tk 8.6a1 がリリースされました。このバージョンから、オブジェクト指向プログラミング用拡張パッケージ TclOO が、Tcl のコアパッケージに取り込まれました。名前空間は oo です。

Date: Thu, 26 Jun 2008 11:57:19 -0400
From: Donald G Porter <dgp at nist.gov>
To: Tcl Core List <tcl-core at lists.sourceforge.net>
Subject: [TCLCORE] Tcl/Tk 8.6a1 RELEASED
Tcl/Tk 8.6a1 Release Announcement
June 25, 2008

The Tcl Core Team is pleased to announce the 8.6a1 releases of the Tcl
dynamic language and the Tk toolkit. This is the first alpha release
of Tcl/Tk 8.6. 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.6a1 sources are freely available as open source from the
Tcl Developer Xchange web site at:

http://www.tcl.tk/software/tcltk/8.6.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

Binaries for most major platforms are available from:

http://www.activestate.com/Tcl

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.

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

The following were the main changes in Tcl/Tk 8.6a1. 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 release is the first alpha release of 8.6. The alpha moniker means
that it is in feature addition mode. All bug fixes (and some more) up
to and including 8.5.3 changes are included in 8.6a1. The following
list focuses on new features added so far in 8.6. This release is a
development release, and should only be considered for deployment use
after considerable testing.

* [TIP 257] New commands [oo::object], [oo::class], etc. support object
oriented programming.

* [TIP 230] New commands [chan push] and [chan pop] provide script-level
access to the stacked channels mechanism.

* [TIP 285] New routines Tcl_CancelEval() and Tcl_Canceled() to
allow interruption of script evaluation in an interp by the embedding
application.

* [TIP 317] New commands [binary encode] and [binary decode].

* [binary] is now a [namespace ensemble].

* [uplevel $l $script] now bytecompiles $script.

* C code compiled with USE_TCL_STUBS now must be linked against a
stub library. The Tcl shared library no longer exports variables
used in the stub interface. Analogous changes also made to Tk.
*** POTENTIAL INCOMPATILITY ***

* New visual-styles element engine for Tk on Windows.

* Writing GIF images now uses real LZW compression.

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

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

0 件のコメント: