春山です.
OpenSSH 3.9,3.9p1が昨日リリースされたようです.
いまのところアナウンスメールは流れていません.
変更点
----------
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=109231958112218&w=2
からの暫定版
* sshd will now re-exec itself for each new connection (the "-e" option
is required when running sshd in debug mode).
sshdは新しい接続のたびに自身を再度execするようになった.
(デバッグモードでsshdを走らせている場合は, "-e" オプションが必要)
* PAM password authentication has been (re)added.
PAMのパスワード認証が(再び)追加された.
注: PAMを有効にしているとパスワード認証はPAM経由で行なわれるようになりました.
* Interface improvements to sftp(1)
sftp(1)のインターフェースの改善
注: lsコマンドのオプションが増えた
* Many bug fixes and improvements, for details see the ChangeLog and
http://bugzilla.mindrot.org/show_bug.cgi?id=822
沢山のバグ修正と改善, 詳しくは ChangeLog と
http://bugzilla.mindrot.org/show_bug.cgi?id=822 を参照のこと.