forked from pool/perl-AnyEvent-HTTP
		
	- updated to 2.15
      - use the recurse parameter to also limit the number of retries to be
         done, avodiing endless loops with broken servers, as reported
         by Carl Chambers.
OBS-URL: https://build.opensuse.org/request/show/177234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent-HTTP?expand=0&rev=10
		
	
		
			
				
	
	
		
			67 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
-------------------------------------------------------------------
 | 
						|
Mon Jun  3 11:26:23 UTC 2013 - coolo@suse.com
 | 
						|
 | 
						|
- updated to 2.15
 | 
						|
      - use the recurse parameter to also limit the number of retries to be
 | 
						|
         done, avodiing endless loops with broken servers, as reported
 | 
						|
         by Carl Chambers.
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Fri May 25 03:26:07 UTC 2012 - coolo@suse.com
 | 
						|
 | 
						|
- updated to 2.14
 | 
						|
    - Time::Local::timegm croaks on out-of-range values. Don't let
 | 
						|
       this disturb AnyEvent::HTTP (reported by: tell me, I forgot...).
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Thu Aug 25 15:51:20 UTC 2011 - chris@computersalat.de
 | 
						|
 | 
						|
- update to 2.13
 | 
						|
  - garbled chunked responses caused AnyEvent::HTTP to malfunction
 | 
						|
    (patch by Dmitri Melikyan).
 | 
						|
  - fix GET => HEAD in one case in the documentation (James Bromberger).
 | 
						|
- fix deps
 | 
						|
  * perl(AnyEvent) >= 5.33
 | 
						|
  * perl(common::sense) >= 3.3
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Tue Jun 14 09:45:02 UTC 2011 - coolo@novell.com
 | 
						|
 | 
						|
- updated to 2.12
 | 
						|
  - fix a possible 'Can't call method "destroyed"' error (which would
 | 
						|
    have been reported by Carl Chambers).
 | 
						|
  - the keepalive session cache wouldn't take port and scheme into account
 | 
						|
    when reusing connection - potentially causing information leaks
 | 
						|
    (reported by Nick Kostirya).
 | 
						|
  - bump AnyEvent dependency version (reported by Richard Harris).
 | 
						|
  - the keepalive and persistent parameters were actually named
 | 
						|
    differently in the code - they now work as documented.
 | 
						|
  - fix a bug where callbacks would sometimes never be called when
 | 
						|
    the request timeout is near or below the persistent connection
 | 
						|
    timeout (testcase by Cindy Wang).
 | 
						|
  - destroying the guard would have no effect when a request was
 | 
						|
    recursing or being retired.
 | 
						|
  - "proxy => undef" now overrides any global proxy when specified.
 | 
						|
  - require scheme in urls, also use a stricter match to match urls,
 | 
						|
    leading or trailing garbage is no longer tolerated.
 | 
						|
  - EXPERIMENTAL: allow '=' in cookie values.
 | 
						|
  - do not lowercase cookie names, only parameter names.
 | 
						|
  - add missing dependency on common::sense.
 | 
						|
  - add a resume download example.
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Wed Dec  1 13:30:35 UTC 2010 - coolo@novell.com
 | 
						|
 | 
						|
- switch to perl_requires macro
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Mon Nov 29 18:29:16 UTC 2010 - coolo@novell.com
 | 
						|
 | 
						|
- remove /var/adm/perl-modules
 | 
						|
 | 
						|
-------------------------------------------------------------------
 | 
						|
Thu Oct  7 11:17:19 UTC 2010 - pascal.bleser@opensuse.org
 | 
						|
 | 
						|
- initial package (1.46)
 | 
						|
 |