名前

perl582delta - what is new for perl v5.8.2

perl582delta - perl v5.8.2 での変更点

説明

This document describes differences between the 5.8.1 release and the 5.8.2 release.

このドキュメントは 5.8.1 リリースと 5.8.2 リリースの変更点を記述しています。

If you are upgrading from an earlier release such as 5.6.1, first read the perl58delta, which describes differences between 5.6.0 and 5.8.0, and the perl581delta, which describes differences between 5.8.0 and 5.8.1.

もしそれよりも前のリリース, 例えば 5.6.1 等からアップデートするのなら、 5.6.0 と 5.8.0 との違いが書かれている perl58delta および、 5.8.0 と 5.8.1 との違いが書かれている perl581delta を読んでおいた方が よいでしょう。

互換性のない変更

For threaded builds for modules calling certain re-entrant system calls, binary compatibility was accidentally lost between 5.8.0 and 5.8.1. Binary compatibility with 5.8.0 has been restored in 5.8.2, which necessitates breaking compatibility with 5.8.1. We see this as the lesser of two evils.

ある種のリエントラントなシステムコールを呼び出すモジュールのための スレッド化ビルドのために、5.8.0 と 5.8.1 のバイナリ互換性が 思わぬ形で失われていました。 5.8.0 とのバイナリ互換性は 5.8.2 で復旧していますが、そのために 5.8.1 との互換性をなくす必要がありました。 これは二つの悪のうち小さい方だとみなしています。

This will only affect people who have a threaded perl 5.8.1, and compiled modules which use these calls, and now attempt to run the compiled modules with 5.8.2. The fix is to re-compile and re-install the modules using 5.8.2.

これは スレッド化された 5.8.1 を使っていて、これらの呼び出しを使うモジュールを コンパイルしていて、コンパイルされたモジュールを 5.8.2 で使おうとしている 人々にのみ影響を与えます。修正するには 5.8.2 を使って再コンパイルして 再インストールしてください。

Core の拡張

ハッシュのランダム化

The hash randomisation introduced with 5.8.1 has been amended. It transpired that although the implementation introduced in 5.8.1 was source compatible with 5.8.0, it was not binary compatible in certain cases. 5.8.2 contains an improved implementation which is both source and binary compatible with both 5.8.0 and 5.8.1, and remains robust against the form of attack which prompted the change for 5.8.1.

5.8.1 で導入されたハッシュのランダム化は修正されました。 5.8.1 で導入された実装は 5.8.0 とソース互換性がありますが、 バイナリ互換性がない場合がありました。 5.8.2 は 5.8.0 と 5.8.1 の両方に対してソースとバイナリの互換性があり、 5.8.1 での変更で対応した攻撃に対して頑強なままである、改良された 実装がなされています。

We are grateful to the Debian project for their input in this area. See "Algorithmic Complexity Attacks" in perlsec for the original rationale behind this change.

私たちはこの分野における Debian プロジェクトの情報提供に感謝します。 この変更に関する本来の理論的説明については "Algorithmic Complexity Attacks" in perlsec を 参照してください。

スレッド

Several memory leaks associated with variables shared between threads have been fixed.

スレッド間で共有する変数に関連するいくつかのメモリリークが修正されました。

モジュールとプラグマ

更新されたモジュールとプラグマ

The following modules and pragmata have been updated since Perl 5.8.1:

以下のモジュールとプラグマが 5.8.1 から更新されました:

Devel::PPPort
Digest::MD5
I18N::LangTags
libnet
MIME::Base64
Pod::Perldoc
strict

Documentation improved

ドキュメントが改良されました。

Tie::Hash

Documentation improved

ドキュメントが改良されました。

Time::HiRes
Unicode::Collate
Unicode::Normalize
UNIVERSAL

Documentation improved

ドキュメントが改良されました。

バグ修正の抜粋

Some syntax errors involving unrecognized filetest operators are now handled correctly by the parser.

認識できないファイルテスト演算子に関する文法エラーはパーサによって 正しく扱われるようになりました。

内部の変更

Interpreter initialization is more complete when -DMULTIPLICITY is off. This should resolve problems with initializing and destroying the Perl interpreter more than once in a single process.

-DMULTIPLICITY がオフの場合のインタプリタの初期化がより完全になりました。 これにより Perl インタプリタを一つのプロセスで複数回初期化および削除した 場合の問題が解決しているはずです。

プラットフォーム固有の問題

Dynamic linker flags have been tweaked for Solaris and OS X, which should solve problems seen while building some XS modules.

ダイナミックリンカフラグが Solaris と OS X でおかしくなっていました。 これはいくつかの XS モジュールをビルドする間に発見され、修正されました。

Bugs in OS/2 sockets and tmpfile have been fixed.

OS/2 でのソケットと一時ファイルのバグは修正されました。

In OS X setreuid and friends are troublesome - perl will now work around their problems as best possible.

OS X では setreuid と関連のものは問題があります - perl では この問題を回避するためにできるだけの事をしています。

将来の方向性

Starting with 5.8.3 we intend to make more frequent maintenance releases, with a smaller number of changes in each. The intent is to propagate bug fixes out to stable releases more rapidly and make upgrading stable releases less of an upheaval. This should give end users more flexibility in their choice of upgrade timing, and allow them easier assessment of the impact of upgrades. The current plan is for code freezes as follows

5.8.3 から、私たちは変更点の少ないメンテナンスリリースをより 頻繁に行おうとしています。この目的は、安定版に対するバグ修正を より早く伝播させ、安定版リリースをアップグレードする時の衝撃を より小さくすることです。これにより、エンドユーザーは アップグレードのタイミングに柔軟性を持たせることができ、 アップグレードの影響調査をより用意に行えるはずです。 現在のコードフリーズの計画は以下の通りです:

  • 5.8.3 23:59:59 GMT, Wednesday December 31st 2003

  • 5.8.4 23:59:59 GMT, Wednesday March 31st 2004

  • 5.8.5 23:59:59 GMT, Wednesday June 30th 2004

with the release following soon after, when testing is complete.

引き続くリリースも、テストが終了し次第すぐに行われるでしょう。

See "Future Directions" in perl581delta for more soothsaying.

さらなる予言については "Future Directions" in perl581delta を 参照してください。

Reporting Bugs

If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl bug database at http://bugs.perl.org/. There may also be information at http://www.perl.com/, the Perl Home Page.

もしバグと思われるものが見つかったら、 comp.lang.perl.misc ニュースグループに 最近投稿された記事や http://bugs.perl.org にある perl バグデータベースを 確認してください。 Perl ホームページ、http://www.perl.org にも情報があります。

If you believe you have an unreported bug, please run the perlbug program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of perl -V, will be sent off to perlbug@perl.org to be analysed by the Perl porting team. You can browse and search the Perl 5 bugs at http://bugs.perl.org/

もしまだ報告されていないバグだと確信したら、そのリリースに含まれている perlbug プログラムをを実行してください。 バグの再現スクリプトを十分小さく、しかし有効なコードに切りつめることを 意識してください。バグレポートは perl -V の出力と一緒に perlbug@perl.org に送られ Perl porting チームによって解析されます。 Perl 5 のバグについては http://bugs.perl.org/ で閲覧及び 検索することができます。

SEE ALSO

The Changes file for exhaustive details on what changed.

Changes ファイルに変更点の完全な詳細があります。

The INSTALL file for how to build Perl.

INSTALL ファイルに Perl のビルド方法があります。

The README file for general stuff.

README ファイルに一般的なことがあります。

The Artistic and Copying files for copyright information.

Artistic 及び Copying ファイルに著作権情報があります。