Changelog for
perl-URI-1.60-32.1.CS.noarch.rpm :
Sun Apr 1 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 1.60:
* avoid failure if the local hostname is \'foo\' [RT#75519]
* fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
Fri Sep 16 14:00:00 2011 cooloAATTsuse.com
- use original source URI
Mon Aug 29 14:00:00 2011 vcizekAATTsuse.com
- update to 1.59
Make sure accessor methods don\'t return utf8::upgraded() bytes
for URLs initialized from Unicode strings.
Version number increments.
Documentation tweaks.
Mon Jan 24 13:00:00 2011 vcizekAATTnovell.com
- update to 1.58
This release reverts the patch in 1.57 that made query_form distingush
between empty and undef values. It broke stuff. [RT#62708]
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- do not use suggests on fedora
Mon Nov 22 13:00:00 2010 anickaAATTsuse.cz
- update to 1.56
* Don\'t depend on DNS for the heuristics test
Sat Sep 4 14:00:00 2010 chrisAATTcomputersalat.de
- added bcond_with opt (for local build tests)
o BuildRequires perl-Business-ISBN
Sat Sep 4 14:00:00 2010 chrisAATTcomputersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- rpmlint
o spurious-executable-perm uri-test
- removed obsolete patch
o URI-1.37-path.diff
Thu Sep 2 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 1.55:
* Treat ? as a reserved character in file: URIs
\" is not a URI character [RT#56421]
* Avoid test failure unless defined $Config{useperlio}
Thu Apr 1 14:00:00 2010 anickaAATTsuse.cz
- update to 1.54
* Fix heuristic test fails on hosts in .su (or .uk) domains
Fri Mar 26 13:00:00 2010 vuntzAATTopensuse.org
- Changes perl-Business-ISBN Recommends to Suggests:
perl-Business-ISBN requires perl-GD-Barcode, and having this
installed by default on minimal installs doesn\'t make sense,
especially since it\'s big.
Thu Mar 25 13:00:00 2010 anickaAATTsuse.cz
- update to 1.53
* Remove unneeded execute permissions.
* Add $uri->secure() method.
* Documentation and comment spelling fixes.
* Fix heuristics when COUNTRY is set to \"gb\".
* Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics.
* POD linking improvements.
* Rewrite the URI::Escape tests with Test::More
* Update URI::Escape for RFC 3986
* Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]
* Suppress wide caracters warnings in iri.t [RT#53737]
Fri Jan 15 13:00:00 2010 anickaAATTsuse.cz
- update to 1.52
* Encode::decode(\'UTF-8\',...) with callback implemented in 2.39
* A \"test case\" to start IDNA prototype from
* Escape IDNA hostnames
* Introduce the as_unicode method
* Make as_unicode undo punycode for server URLs
* Hack to make as_iri turn A-labels into U-labels
* Make as_iri leave escapes not forming valid UTF-8 sequences
* Don\'t include RFCs in the cpan tarball
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Sep 7 14:00:00 2009 mlsAATTsuse.de
- break build cycle by removing perl-Business-ISBN BuildRequires
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Sun Jun 28 14:00:00 2009 chrisAATTcomputersalat.de
- update to 1.38
* Spelling fixes.
* skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there
* Avoid \"Insecure $ENV{PATH} while running with -T switch\" error with perl-5.6.
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o fixed deps
Fri Jun 27 14:00:00 2008 anickaAATTsuse.cz
- update to 1.37
* Support \";\" delimiter in $u->query_form
* We get different test result when www.perl.com doesn\'t resolve.
* URI::Heuristic didn\'t work for generic country code
Wed Apr 9 14:00:00 2008 anickaAATTsuse.cz
- update to 1.36
* Escape Unicode strings as UTF-8.
* fixed URL encoded data: URLs
* uri_escape_utf8() now exported by default as documented.
* Test fails with Business::ISBN installed
* lc(undef) reports warning in blead
* add some tests for gopher URIs