Changes for version 2.79 - 2009-04-03

  • Removed a superfluous colon from the dashed line under "Ticket Links" in the plain-text rendition of the message. Repored by Dirk Olmes.
  • Fixed a bug in the subject handling code where it could truncate a subject to very few characters if it has a dot (.) near the beginning. Now it skips 10 characters before looking for a dot at which to truncate text for the subject. Reported by Martijn van Beers, who noticed a comment in the source indicating that it should have been this way all along.
  • Fixed a test so that `svn dirs-changed` returns all of the modified directories for a given test. This has no effect on the SVN::Notify code, but it means that the test behavior is more correct. Rerpoted by Martijn van Beers.
  • Fixed a bug in SVN::Notify::SMTP where `printf` wasn't working properly, resulting in plain text email bodies with a number instead of a ticket link (Bug #43823). Thanks to Dirk Olmes for the report and the debugging.
  • Fixed `--revision-url` to recognize revision link that just use "r" followed by a number, such as "r1234". Previously, it had to be "rev 1234" or "revision 1234".

Documentation

Subversion activity notification

Modules

Subversion activity notification
MIME multipart/alternative notification
Create output filters for SVN::Notify
Filter SVN::Notify output in Trac format
Subversion activity HTML notification
Subversion activity HTML notification with colorized diff

Provides

in lib/SVN/Notify.pm