< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

[reSIProcate] Re: Resiprocate 0.9.0 final release candidate


We found one important thing to change - here's a new tarball reflecting it.

http://www.nostrum.com/~rjsparks/resiprocate-0.9.0-5019.tar.gz

The plan is still to release 0.9.0 this Friday.

Data.hxx has been modified to default to the same value
for RESIP_DATA_LOCAL_SIZE that the build defaults to (16),
so that a user that accepts the default in both the library build
and the application build will get something that works.

This is a minor change (essentially a no-op) for the this release
of the library since configure sets the value to 16 if you don't pass
it a different value.

A few of us have been kicking around what to do about this
particular parameter after 0.9.0 - the opinion so far is to remove it
as an option you can tweak with configure.

RjS

ps. - kaiduan points to a real bug that will be fixed in HEAD (if it isn't already), but I'm not planning to put the fix into 0.9.0. On all platforms I can think
of, the correction is effectively a noop because of alignment round-up.
To preserve the testing to date, I'm opting to not introduce the perturbation.

On Jun 27, 2005, at 9:35 PM, Robert Sparks wrote:

Relatively small changes between 4956 and this one (summarized below).

Unless someone uncovers something major, this will be released
as resiprocate-0.9.0 later this week.

http://www.nostrum.com/~rjsparks/resiprocate-0.9.0-4998.tar.gz

Changes since 4956:

- removed config.hxx from the distribution (it's a generated file
  and its presence broke building in dedicated build directories).

- tweaked basicCall_7_1.vcproj so that project will build in paths
  containing spaces

- removed cerr output action in testSipMessage.cxx that messes
  up terminals

RjS