On Thu, 2004-05-27 at 14:13 -0700, Stas Bekman wrote: > As a postmortem to the sha1 support added after 2.0.49 was released. Should > the apr docs carry a timestamp/version number of when a certain feature was > added? Like a new tag @since in the doxygen docs? Otherwise how do you know > what is the minimal version you have to require in your app, when you use a > certain API/feature? >
It is in the ChangeLog... or the CVS History. Thats How I have looked up stuff before. Not an optimal solution, a better solution would be to make actual APR Releases that go with the HTTPd version being released, instead of releasing HTTPd with an APR snapshot. -Paul Querna