Changelog for
perl-SVN-Notify-2.84-3.1.i586.rpm :
Wed Feb 5 13:00:00 2014 andreas.stiegerAATTgmx.de
- update to 2.84
- Added `--smtp-tls` to the output of `man svnnotify`.
- Removed `--smtp-authtype` from the output of `man svnnotify`.
- Added `--diff-content-type` option. Defaults to \"text/plain\" for
backward compatibility. Patch by Daniel P. Wright.
- Renamed `Filter.pm` to `Filter.pod`, since it\'s just documentation.
- Removed the pod tests from the distribution.
- Changed the CSS for message `
` blocks to use `white-space:
pre-line`, so that long lines will be wrapped, but newlines are still
respected as usual. Thanks to Dave Abrahams for the patch (and the
persistence).
- Changed C to allow it to match any path in the
repository, including files, rather than just directories. Patch from
mscherer.
- Fixed error when the first line of the commit message is less than 10
characters long (issue #2).
- Fixed the \"From\" and \"To\" headers so that they are properly encoded as
MIME headers (issue #6).
- Removed the Makefile.PL, which was just passing through to
Module::Build. That pattern is now deprecated, and Module::Build is
required for configuration.
- includes changes from 2.83
- Added the `smtp_port` parameter and accompanying `--smtp-port` option.
- Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which
handles TLS and non TLS and auth and non-auth in any combintation.
- Added `--smtp-tls` option to enable TLS.
- Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS
determines the auth type to use by asking the SMTP server.
- includes changes from 2.81
- Removed deprecated use of `qw(...)` as parentheses.
- Fixed test failures due to a change in the opration of MIME-Q
encoding.
Sat Mar 13 13:00:00 2010 pascal.bleserAATTopensuse.org
- update to 2.80:
* fixed the regular expression for detecting JIRA keys (RT#51620)
* fixed test failure on Perl 5.11.2.
* switched to improved URL links with link text in the documentation
Tue May 12 14:00:00 2009 pascal.bleserAATTopensuse.org
- update to 2.79
- use ./Build.PL and ./Build
- clean up spec file
- fix build on >= openSUSE 11.1
Sat May 26 14:00:00 2007 richardAATTradoeka.nl
- Added destdir={buildroot} to the __perl Makefile.PL to make it build
for older versions
- Added if 0{?suse_version} > 910 check to make it build for SLES 9
Fri May 25 14:00:00 2007 richardAATTradoeka.nl
- initial build