Alex Rousskov wrote:
Hi there,I went through the remaining Squid3 non-enhancement bug reports targeted for 3.0. For most bugs, I was able to close or comment in the bugzilla. The following bugs are special because the questions did not seem appropriate for bugzilla. Please review. http://www.squid-cache.org/bugs/show_bug.cgi?id=1345 Bug 1345 - Problem with tar-file Squid3 needs a volunteer to remove cppunit from the distribution and, probably, from CVS. Anybody is willing to do that? This is a perfect work item for folks who hate C++ development as it should not require much C++ programming... http://www.squid-cache.org/bugs/show_bug.cgi?id=1475 Bug 1475 - File descriptor limit does work. I am not sure what the final resolution for this bug is. Henrik? Adrian? ESI bugs targeted for 3.0 http://www.squid-cache.org/bugs/show_bug.cgi?id=951 http://www.squid-cache.org/bugs/show_bug.cgi?id=1088 If nobody is willing to work on ESI now, I would like to bump any 3.0 target milestone for ESI to 3.1 because ESI is an optional feature. Any objections? Also, there are quite a few bugs targeted for 3.1 and bugs without a specific target. I reviewed the ones without a target for possible 3.0 inclusion and updated some of the comments. If there is a Squid3 bug that is not targeted for 3.0 release, but you think it should, please flag it as such. Thank you, Alex.
Here is the patch for that additional ICAP problem that came to light testing cppunit removal.
Amos
--- Makefile.am 2007-04-14 03:26:33.000000000 +1200 +++ Makefile.am-2 2007-04-14 02:41:52.000000000 +1200 @@ -1249,6 +1249,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1413,6 +1414,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1563,6 +1565,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1737,6 +1740,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_cf.cc \ @@ -1893,6 +1897,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -2228,6 +2233,7 @@ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \
