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

[reSIProcate] tarball 0.9.0-4631


Here's the next tarball for people to test:

http://www.nostrum.com/~rjsparks/resiprocate-0.9.0-4631.tar.gz
(For those not tracking the list closely : THIS IS NOT A RELEASE
 but we're getting close to one)

Here's a high-level overview of the bigger changes with respect
to the tarball and build (but not code) since the tarball off of 4579
(apologies to anyone who did hard work that I fail to call out here):

- made it so that ares gets compiled (by configure) if configure finds
  it in a local contrib directory and it's not already built
- added several --enable options as per email discussion.
  Improved the robustness of the way --enable and --disable is handled
- added a slew of files that were missing from the distribution and updated
  the build files to deal with them
- removed SipImp, SipIMSetup, sip.xcode and all the .svn directories from the dist
- added the doc directories and the Doxygen files to the distribution
- removed the executable bit from several *xx files
- cleaned up the 'svn info' check so it doesn't barf when svn isn't around
  or the workspace isn't a working copy
- Derek cleaned up some EOL issues and set properties to help keep it clean - Derek did a survey to ensure license statements were in the right place
- Scott brought the vcproj files up to date
- Greg added os/SHA1Stream to the dist/build
- Greg did some work to better pick up popt

Some of what remains:
- IPv6 is still off by default (have to use --enable-ipv6 to turn it on). I haven't found a good portable test to include to see if the platform understands v6 yet.
- WinSecurity and MacSecurity need to be sewn in
- All the README/INSTALL/ChangeLog files have not yet been touched (this is
  next on my list)
- We have a known outstanding issue with PPC
- We have several programs in .../test reporting FAIL
- Need to make sure ccache gets used if it is around

RjS