pull/1/head
Tatsuhiro Tsujikawa 2009-05-07 16:18:41 +00:00
parent 42c4d782de
commit e58c050d16
1 changed files with 6 additions and 1 deletions

7
NEWS
View File

@ -5,11 +5,16 @@ Release Note
------------
This release fixes the bug that --check-integrity option doesn't work
properly if a file including last piece is missing.
properly if a file including last piece is missing and increases
internal receive buffer for FTP in order to receive big banner.
Ukrainian, Russian and Simplified Chinese translations were updated.
Changes
-------
* Updated Ukrainian, Russian and Simplified Chinese
translations. Thanks to all translators.
* Generated configure and Makefile.in using autoconf 2.63 and
automake 1.10.2. Removed AC_GNU_SOURCE from configure.ac because
it is subset of AC_USE_SYSTEM_EXTENSIONS and we use latter.