bug31356_and_logs 675 B

1234567891011
  1. o Minor bugfixes (circuit padding negotiation):
  2. - Bump circuit padding protover to explicitly signify that the hs setup
  3. machine support is finalized in 0.4.1.x-stable. This also means that
  4. 0.4.1.x-alpha clients will not negotiate padding with 0.4.1.x-stable
  5. relays, and 0.4.1.x-stable clients will not negotiate padding with
  6. 0.4.1.x-alpha relays (or 0.4.0.x relays). Fixes bug 31356;
  7. bugfix on 0.4.1.1-alpha.
  8. o Minor features (circuit padding logging):
  9. - Demote noisy client-side warn log to a protocol warning. Add additional
  10. log messages and circuit id fields to help with fixing bug 30992 and any
  11. other future issues.