8
0

Accepting request 667188 from home:alois:branches:devel:languages:perl

- Fixed shebangs in example scripts

- updated to 3.40
   see /usr/share/doc/packages/perl-Mail-IMAPClient/Changes
  version 3.40: Thu Dec  6 01:44:16 UTC 2018
  	- rt.cpan.org#122373 support IPv6 by using IO::Socket::IP over IO::Socket::INET
  	  [Gilles Lamiral and Mark Overmeer]
  	- rt.cpan.org#127103 flags() undef value as an ARRAY reference on a bogus message
  	  [Gilles Lamiral]
  	- rt.cpan.org#124523 update examples/populate_mailbox.pl timegm usage
  	  [Bernhard M. W.]
  	- t/capability.t: added first set of tests
  	- t/quota.t: minor fix when tests skipped
  
  version 3.39: Fri Feb  3 00:43:00 UTC 2017
  	- rt.cpan.org#115726: uninitialized value via fetch_hash
  	  [Malte Stretz]
  	- rt.cpan.org#119523: better error reporting on failed TLS connections
  	  [Matthew Horsfall]
  	- rt.cpan.org#114904: document noop()
  	  [Glenn Golden]
  	- rt.cpan.org#97718: (redux) never retry DONE
  	  [Laurence Darby]
  	- _imap_command() new doretry => 0|1 option to suppress/allow retry
  	- updated copyright for 2017
  
  version 3.38: Tue Feb  9 02:48:21 UTC 2016
  	- rt.cpan.org#107592: redact credentials via debug if !Showcredentials
  	  [Gilles Lamiral]
  	- rt.cpan.org#110273: failure to quote password values

OBS-URL: https://build.opensuse.org/request/show/667188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-IMAPClient?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2019-01-27 11:02:38 +00:00
committed by Git OBS Bridge
parent 311e7da9f5
commit ebfa5fd84f
5 changed files with 75 additions and 23 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Sat Jan 19 13:12:46 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Fixed shebangs in example scripts
-------------------------------------------------------------------
Thu Dec 6 15:51:38 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 3.40
see /usr/share/doc/packages/perl-Mail-IMAPClient/Changes
version 3.40: Thu Dec 6 01:44:16 UTC 2018
- rt.cpan.org#122373 support IPv6 by using IO::Socket::IP over IO::Socket::INET
[Gilles Lamiral and Mark Overmeer]
- rt.cpan.org#127103 flags() undef value as an ARRAY reference on a bogus message
[Gilles Lamiral]
- rt.cpan.org#124523 update examples/populate_mailbox.pl timegm usage
[Bernhard M. W.]
- t/capability.t: added first set of tests
- t/quota.t: minor fix when tests skipped
version 3.39: Fri Feb 3 00:43:00 UTC 2017
- rt.cpan.org#115726: uninitialized value via fetch_hash
[Malte Stretz]
- rt.cpan.org#119523: better error reporting on failed TLS connections
[Matthew Horsfall]
- rt.cpan.org#114904: document noop()
[Glenn Golden]
- rt.cpan.org#97718: (redux) never retry DONE
[Laurence Darby]
- _imap_command() new doretry => 0|1 option to suppress/allow retry
- updated copyright for 2017
version 3.38: Tue Feb 9 02:48:21 UTC 2016
- rt.cpan.org#107592: redact credentials via debug if !Showcredentials
[Gilles Lamiral]
- rt.cpan.org#110273: failure to quote password values
(regression introduced in 3.36 via fix for rt.cpan.org#100601)
[Gilles Lamiral]
- rt.cpan.org#107593: allow getquota("")
- *Quote() now returns qq("") for defined but empty values
- rt.cpan.org#107011: fix folders_hash() docs and usage in is_parent()
[Gilles Lamiral]
- rt.cpan.org#106500: split UID EXPUNGE with a large sequence set
- added t/quota.t and t/lib/MyTest.pm for testing
- updated copyright for 2016
-------------------------------------------------------------------
Sun Mar 13 02:00:05 UTC 2016 - chris@computersalat.de