File: Changes

package info (click to toggle)
libhttp-daemon-ssl-perl 1.05-01-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 824 kB
  • sloc: perl: 190; makefile: 19; sh: 2
file content (43 lines) | stat: -rw-r--r-- 1,509 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
38
39
40
41
42
43
v1.05_01
    - dev release
    - re-introducing _need_more to work around issue in base LWP
      http://rt.cpan.org/Ticket/Display.html?id=45625
    - will need further testing on the two bugs below which were
      resolved by removing it (or hopefully the base issue will
      be resolved)
    - also resolved:
      http://rt.cpan.org/Ticket/Display.html?id=46038
      http://rt.cpan.org/Ticket/Display.html?id=45153

v1.04
    - production release
    - only documentation and text file changes from 1.03_02

v1.03_02
    - removes unnecessary _need_more
    - which, by side effect, fixes two outstanding bugs:
      http://rt.cpan.org/Ticket/Display.html?id=21395
      http://rt.cpan.org/Ticket/Display.html?id=15470

v1.03_01
    - First release by Mark Aufflick <mark@aufflick.com>
    - Fixes problem where accep() will never timeout
      http://rt.cpan.org/Ticket/Display.html?id=28417

v1.02
	- Async updates
	- Documentation update to mention SSL certificates. (requested
	  by Cedric Bouvier <Cedric.Bouvier at ctp.com>)
	- Update to URL function to return 'https' instead of 'http'
	  as protocol (Patch from Kees Cook <kees at osdl.org>).

--- Old Versions --------------------------------------------------

v1.01  2003.7.27
	- Patch from Evgeniy Pirogov <epirogov at tucows.com> to fix
	  read issues when a client and server have different timeouts.
	- Fixed the README to actually deal with HTTP::Daemon::SSL
	  instead of IO::Socket::SSL.

v1.00  2003.7.24
	- Initial public release.