Next | Query returned 74 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2012-04-22 12:41:21 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.60:

2012-03-25   Gisle Aas <gisle@ActiveState.com>

  Release 1.60

  Gisle Aas (3):
      Merge pull request #4 from hiratara/fix-repourl
      Updated repository URL
      Avoid failure if the local hostname is 'foo' [RT#75519]

  Masahiro Honma (1):
      Fix the URL of the repository.

  Matt Lawrence (1):
      Do not reverse the order of new parameters

  Peter Rabbitson (1):
      Fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
   2011-10-17 12:32:02 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-URI to 1.59.

Changes from previous:
2011-08-15   Gisle Aas <gisle@ActiveState.com>

  Release 1.59

  Make sure accessor methods don't return utf8::upgraded() bytes
  for URLs initialized from Unicode strings.

  Version number increments.

  Documentation tweaks.
   2011-08-07 10:33:27 by Matthias Scheler | Files touched by this commit (2)
Log message:
Update "p5-URI" package to version 1.58. Changes since version 1.56:
- Mark Stosberg (8):
 - typo fix: s/do deal/to deal/
  - best practice: s/foreach /for /
  - Whitespace: fix inconsistent use of tabs vs spaces
  - Code style: fix inconsistency with subroutine braces at the end of the
    line vs below it.
  - Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
    version now
  - Whitespace: fix indentation so blocks are consistently indented
  - Add formal terms "Percent-encode" and "Percent-decode" \ 
to the NAME
    and description to match the RFC
  - Drop support for Perl < 5.8.1  -
    Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
  - Convert test to use Test::More
  - Adjust tests for query_form
  - Avoid "Use of uninitialized value"-noise from query_form
  - State test dependencies [RT#61538]
  - We also depend on ExtUtils::MakeMaker
  - State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
  - Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
  - Try harder to guess scheme from hostnames besides just "$scheme.*" \ 
ones.
   2010-12-02 13:31:16 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.56:

2010-10-06   Gisle Aas <gisle@ActiveState.com>

   Release 1.56

   Don't depend on DNS for the heuristics test
   2010-09-02 22:34:24 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-URI from 1.54nb1 to 1.55

Upstream changes:
2010-09-01   Gisle Aas <gisle@ActiveState.com>

   Release 1.55

   Gisle Aas (2):
      Treat ? as a reserved character in file: URIs
      " is not a URI character [RT#56421]

   Torsten F<C3><B6>rtsch (1):
      Avoid test failure unless defined $Config{useperlio}
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-31 14:29:16 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-URI from 1.53 to 1.54

Upstream changes:
2010-03-31 - Release 1.54 - Gisle Aas <gisle@ActiveState.com>
   Alex Kapranoff (1):
      Fix heuristic test fails on hosts in .su (or .uk) domains [RT#56135]
   2010-03-15 13:24:49 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.53:

2010-03-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.53

   Ville Skyttä (6):
      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.

   Michael G. Schwern (2):
      Rewrite the URI::Escape tests with Test::More
      Update URI::Escape for RFC 3986

   Gisle Aas (1):
      Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]

   Salvatore Bonaccorso (1):
      Suppress wide caracters warnings in iri.t [RT#53737]
   2010-01-16 16:25:23 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-URI from 1.51 to 1.52.

pkgsrc changes:
- Adjusting dependency of core modules

Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
   Gisle Aas (7):
      Encode::decode('UTF-8',...) with callback implemented in 2.39
      %%host%% hack can be removed when URI::_server::as_iri works
      Don't croak on IRIs that can't be IDNA encoded
      IDNA roundtrip test on wrong variable
      Check behaviour when feeded URI constructor Latin-1 chars
      Add some test examples from draft-duerst-iri-bis.txt
      Need to recognize lower case hex digits as well
   2009-12-15 14:36:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.51, set LICENSE.

2009-11-23   Gisle Aas <gisle@ActiveState.com>

   Release 1.51

   Fixup a test that was broken on Windows

2009-11-21   Gisle Aas <gisle@ActiveState.com>

   Release 1.50

   The main news in this release is the initial attempt at providing
   support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
   methods.

   Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

   Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]

Next | Query returned 74 messages, browsing 41 to 50 | Previous