Changelog for
perl-SVN-Notify-2.870.0-150600.1.1.noarch.rpm :
* Sun Oct 07 2018 opensuseAATTdstoecker.de- Fix build
* Fri Jul 06 2018 cooloAATTsuse.com- updated to 2.87 see /usr/share/doc/packages/perl-SVN-Notify/Changes
* Mon Apr 04 2016 cooloAATTsuse.com- updated to 2.86 see /usr/share/doc/packages/perl-SVN-Notify/Changes 2.86 - Add version to SVN::Notify::SMTP to make PAUSE happy. 2.85 2016-03-29T23:29:11Z - Fixed a typo, thanks to gregor herrmann of the Debian project. - Eliminated \"Unescaped left brace in regex is deprecated\" warnings on Perl 5.21. - Fixed test failures triggered by an improvement to the encoding of headers by the Encode module. Thanks to Pali for the fix! - Improved the encoding of the \"From\", \"To\", and \"Reply-To\" headers so that only the phrase part is encoded, not the address itself. Thanks to Pali for the corrections. - Now require Email::Address to handle the proper parsing of addresses for encoding into headers.
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 2.84 see /usr/share/doc/packages/perl-SVN-Notify/Changes 2.84 2013-08-13T14:25:21Z - 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.
* Thu Nov 03 2011 pascal.bleserAATTopensuse.org- update to 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 determins the auth type to use by asking the SMTP server
* Sat Feb 19 2011 pascal.bleserAATTopensuse.org- update to 2.81:
* removed deprecated use of `qw(...)` as parentheses
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Tue Jun 15 2010 pascal.bleserAATTopensuse.org- initial package (2.80)