File: Changes

package info (click to toggle)
libnet-smtps-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 141; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Revision history for Perl extension Net::SMTPS.

0.01  Thu Feb 14 23:20:47 2013
	- original version; created by h2xs 1.23 with options
		-AXn Net::SMTPS

0.02  Thu Feb 15 01:20:07 2013
	- add README

0.03  Thu Mar 25 18:00:00 2013
	- fix new() for multiple call

0.04  Thu Oct 24 18:15:00 2014
	- fix new() for Ticket #99743 "problem with ipv6/v4 autodetection on win32 ...
	   (thanks, <alexz .. opmantek.com>)

0.05  Thu Feb 16 10:00:00 2017
	- fix auth() for Ticket #120261 "When passing in Authen::SASL, mechanism should not be
	   (thanks, <peter .. dragonstaff ..>)

0.06  Thu Apr 08 20:00:00 2017
	- fix on Ticket #121006 "Timeout option doesn't work"
	   (thanks, <emanuele.tomasi .. aruba.it>)

0.07  Mon Sep 11 23:00:00 2017
	- fix on Ticket #123006 "STARTTLS fails"
	   (thanks, <mbradshaw .. cpan.org>)

0.08  Wed Sep 13 07:00:00 2017
	- move starttls code from constructor and enabling starttls() as a method.

0.09  Sun Nov 05 22:00:00 2017
	- fix on Ticket #123360; Debug option also sets $IO::Socket::SSL::DEBUG.

0.10  Sat Apr 11 00:00:05 2020
	- fix on Ticket #132320: Use of uninitialized value in numeric eq (==) warning.