ticket23845 434 B

123456789
  1. o Major features (embedding):
  2. - There is now a documented stable API for programs that need to
  3. embed Tor. See tor_api.h for full documentation and known bugs.
  4. Closes ticket 23684.
  5. o Code simplification and refactoring:
  6. - The tor_git_revision[] constant no longer needs to be redeclared
  7. by everything that links against the rest of Tor. Done as part
  8. of ticket 23845, to simplify our external API.