linked list changes and minor bug fixes

This commit is contained in:
Daniel Stenberg 2009-08-20 01:03:40 +02:00
parent 415efe10ac
commit 9e099fb88a

9
NEWS
View File

@ -1,3 +1,12 @@
* (August 29 2009) Daniel Stenberg:
- I fixed all code to use the recently added dedicated linked list functions
instead of doing the same stuff spread out all over.
- I also fixed a few cases where local variables where used to keep memory
but was used to keep state for re-invokes due to non-blocking situations
which would lead to segfaults.
Version 1.2 (August 10, 2009)
-----------------------------