[Cvsshell-devel] CVS: cvsshell ChangeLog,1.5,1.6
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-07-19 11:36:06
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv22719 Modified Files: ChangeLog Log Message: fixed bug that caused arguments separated by newlines to be ignored. Index: ChangeLog =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 3 Jun 2002 07:42:17 -0000 1.5 --- ChangeLog 19 Jul 2002 11:36:03 -0000 1.6 *************** *** 1,4 **** --- 1,11 ---- CvsShell Version History + * Version 0.2.2 + + + Bugfixes: + - fixed bug that caused arguments of a command which are delimited by newlines + to be ignored. + + * Version 0.2.1 |