Files
perl-SVN-Notify/perl-SVN-Notify.changes

88 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Sun Oct 7 19:55:37 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Fri Jul 6 05:57:29 UTC 2018 - coolo@suse.com
- updated to 2.87
see /usr/share/doc/packages/perl-SVN-Notify/Changes
-------------------------------------------------------------------
Mon Apr 4 10:20:23 UTC 2016 - coolo@suse.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 20:58:29 UTC 2015 - coolo@suse.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 `<pre>` 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_regex_map> 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 23:24:18 UTC 2011 - pascal.bleser@opensuse.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 06:50:30 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.81:
* removed deprecated use of `qw(...)` as parentheses
-------------------------------------------------------------------
Wed Dec 1 13:35:23 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Jun 15 09:46:03 UTC 2010 - pascal.bleser@opensuse.org
- initial package (2.80)