| 315 |
2002-12-25 2.9.0 Release version. Minor documentation changes |
2002-12-25 2.9.0 Release version. Minor documentation changes |
| 316 |
and version number change only. |
and version number change only. |
| 317 |
|
|
| 318 |
2003-06-01 2.9.0.1 Several changes for the Windows build. |
2003-11-08 2.9.1 Several changes for the Windows build. |
| 319 |
Some Install script fixes. |
Some Install script fixes. |
| 320 |
Fixed a problem in blockrequest() where a buffer |
Fixed a problem in blockrequest() where a buffer |
| 321 |
could have been used after it was free()'d which |
could have been used after it was free()'d which |
| 322 |
resulted in segfaults. |
resulted in segfaults. |
|
|
|
|
2003-xx-xx xxxxxx Windows build changes. |
|
| 323 |
Check that feedback buffer is not null before |
Check that feedback buffer is not null before |
| 324 |
operating on it in chain_select(). |
operating on it in chain_select(). |
| 325 |
Closes #631353, thanks Sami Farin. |
Closes #631353, thanks Sami Farin. |
| 326 |
Make sure DH/DSA param file is actually opened before |
Make sure DH/DSA param file is actually opened |
| 327 |
writing to it. Fixes a segfault in case it is not. |
before writing to it. Fixes a segfault in |
| 328 |
|
case it is not. |
| 329 |
Handle a pool we cannot read correctly: don't close |
Handle a pool we cannot read correctly: don't close |
| 330 |
the NULL dir handle (segfaults on *bsd). We also |
the NULL dir handle (segfaults on *BSD). We also |
| 331 |
print a warning in that case now. |
print a warning in that case now. |
| 332 |
Fix stats a bit (gmtime vs localtime). |
Minor stats fix (gmtime vs localtime). |
| 333 |
Fix bits with pool stats. |
Fix pool stats bug. |