diff --git a/ChangeLog b/ChangeLog index ced84b9..21eff30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,24 @@ +2006-12-23 Marcelo Jimenez + + * Erik Johansson's patch for invalid xml output. + +2006-12-23 Marcelo Jimenez + + * Erik Johansson's patch for typo in ixmlparser.c. + +2006-12-23 Marcelo Jimenez + + * Thorough revision of every call of http_MakeMessage() due to a + bug introduced in rev.79 "largefile patch added". + http_MakeMessage() has a worst than brain damaged "printf" like + interface. In rev.79, the "N" format parameter must be an off_t. + Every call of this function with an "N" format parameter and an + int passed on the stack would fail terribly. + + 2006-07-07 Oxy - * support for large files (>2 GBytes) added + * support for large files (>2 GBytes) added ************************************************************************* Release of version 1.4.1 @@ -10,8 +28,8 @@ Release of version 1.4.1 2006-07-07 Oxy * full support for Windows added, static library and DLL are fully - working, code compiles with Borland Builder C++ and MS Visual - C/C++ + working, code compiles with Borland Builder C++ and MS Visual + C/C++ 2006-07-05 Nektarios K. Papadopoulos diff --git a/THANKS b/THANKS index 2a4bf75..4779d13 100644 --- a/THANKS +++ b/THANKS @@ -6,19 +6,20 @@ suggesting various improvements or submitting actual code. Here is a list of these people. Help us keep it complete and exempt of errors. -- Leuk_He -- Erwan Velu -- Paul Vixie - Arno Willig -- Eric Tanguy -- Oskar Liljeblad - Chaos -- John Dennis +- Erik Johansson +- Eric Tanguy +- Erwan Velu - Jiri Zouhar +- John Dennis +- Leuk_He - Loigu -- Marcelo Jimenez +- Marcelo Roberto Jimenez - Markus Strobl - Nektarios K. Papadopoulos +- Oskar Liljeblad - Oxy +- Paul Vixie - Siva Chandran