Author: joes Date: Wed Nov 24 16:41:33 2004 New Revision: 106527 URL: http://svn.apache.org/viewcvs?view=rev&rev=106527 Log:
We need to add a flags field to apreq_value_t prior to 2.05's release. This is a showstopper. Modified: httpd/apreq/trunk/STATUS Modified: httpd/apreq/trunk/STATUS Url: http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?view=diff&rev=106527&p1=httpd/apreq/trunk/STATUS&r1=106526&p2=httpd/apreq/trunk/STATUS&r2=106527 ============================================================================== --- httpd/apreq/trunk/STATUS (original) +++ httpd/apreq/trunk/STATUS Wed Nov 24 16:41:33 2004 @@ -14,6 +14,19 @@ RELEASE SHOWSTOPPERS: + - We need to add a "flags" field to apreq_value_t, mainly + for charset support. Long discussion starts here + http://article.gmane.org/gmane.comp.apache.apreq/2371 + + This is an ABI change, so it must be carried out prior + to the 2.05 release. + + joes comments: We don't need to actually do anything with the flags + prior to 2.05. It just needs to be present in the struct; that + way we can add charset support gradually, but without breaking + our ABI. + + CURRENT VOTES:
