From 53868005ac7e600a91b42ebf365a11d43e739fd9 Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Wed, 20 Mar 2024 22:14:06 +0900 Subject: [PATCH] Version 2.56.1 --- NEWS | 2 +- NEWS.ja | 2 +- configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 87ca8760..9e992491 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ History of Yash ====================================================================== -## Yash 2.56 (2024-03-20) +## Yash 2.56.1 (2024-03-20) - The shell can now open more file descriptors on Cygwin. - Fixed the bug where the "typeset -fp" built-in prints parameter diff --git a/NEWS.ja b/NEWS.ja index 83e0dac8..bb737415 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,7 +1,7 @@ Yash 更新履歴 ====================================================================== -## Yash 2.56 (2024-03-20) +## Yash 2.56.1 (2024-03-20) - Cygwin で開けるファイル記述子の数を増やした - "typeset -fp" で `${foo:/bar/baz}` 形式のパラメータ展開が誤って diff --git a/configure b/configure index 5778e14c..b86fc808 100755 --- a/configure +++ b/configure @@ -29,7 +29,7 @@ temptxt="./.temp.txt" dirs=". builtins doc doc/ja lineedit po tests" target="yash" -version="2.56" +version="2.56.1" copyright="Copyright (C) 2007-2024 magicant" # object files to be linked as `yash'