2003-03-26 - version 0.5 * ydecode.java: Debug messages can be turned on using command line. * reorganization of source code to fit in 80 columns. 2003-03-20 - version 0.5 * shell scripts: automatically created by ant. * jar: now the name of the jar file contains the version number. * links and emails were updated. * unnecesary files were deleted. * change of package from org.yenc to ar.com.ktulu.yenc * jydecode.bat: contained several errors [submitted and fixed by dennis.bednar@comcast.net] 2002-04-13 - version 0.4 * YEncDecoder.java: data in the input stream that don't belong to the encoded data is correctly skipped. 2002-04-08 - version 0.3 * several kinds of exceptions were extended from YEncException to easily determine which kind of error happened. * YEncDecoder.java: filenames with spaces are correctly parsed. 2002-04-07 - version 0.2 * multipart archives support. * YEncDecoder.java: - if no headers were found, decode() and getSize() could throw NullPointerException. - fixed endless loop when there was some data before the header. - line termination now is CR*LF instead of CRLF. - when decoding more than one file using the same YEncDecoder instance, the internal state was not resetted. 2002-04-04 - version 0.1 * initial release.