Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2013-03-12 14:13:47 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-addressable to 2.3.3.

# Addressable 2.3.3
- fixed issue with converting common primitives during template expansion
- fixed port encoding issue
- removed a few warnings
- normalize should now ignore %2B in query strings
- the IDNA logic should now be handled by libidn in Ruby 1.9
- no template match should now result in nil instead of an empty MatchData
- added license information to gemspec
   2012-07-31 14:01:23 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-addressable to 2.3.2.

# Addressable 2.3.2
- added Addressable::URI#default_port method
- fixed issue with Marshalling Unicode data on Windows
- improved heuristic parsing to better handle IPv4 addresses

# Addressable 2.3.1
- fixed missing unicode data file

# Addressable 2.3.0
- updated Addressable::Template to use RFC 6570, level 4
- fixed compatibility problems with some versions of Ruby
- moved unicode tables into a data file for performance reasons
- removing support for multiple query value notations
   2012-06-02 02:59:09 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update ruby-addressable to 2.2.8.

# Addressable 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment
   2012-02-29 08:47:05 by OBATA Akio | Files touched by this commit (5)
Log message:
Update ruby-addressable to 2.2.7.

# Addressable 2.2.7
- fixed issues related to Addressable::URI#query_values=
- the Addressable::URI.parse method is now polymorphic
   2011-11-06 08:44:28 by OBATA Akio | Files touched by this commit (4)
Log message:
Apply some changes taken from upstream for net/mikutter version 0.0.4.

Bump PKGREVISION.
   2011-06-19 04:50:20 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-addressable package to 2.2.6.

## Addressable 2.2.6
- changed the way ambiguous paths are handled
- fixed bug with frozen URIs
- https supported in heuristic parsing

## Addressable 2.2.5
- 'parsing' a pre-parsed URI object is now a dup operation
- introduced conditional support for libidn
- fixed normalization issue on ampersands in query strings
- added additional tests around handling of query strings

## Addressable 2.2.4
- added origin support from draft-ietf-websec-origin-00
- resolved issue with attempting to navigate below root
- fixed bug with string splitting in query strings

## Addressable 2.2.3
- added :flat_array notation for query strings
   2010-12-04 05:13:50 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-addressable pacakge to 2.2.2.

=== Addressable 2.2.2
- fixed issue with percent escaping of '+' character in query strings
   2010-09-23 08:45:41 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update net/ruby-addressable to 2.2.1.

=== Addressable 2.2.1
- added support for application/x-www-form-urlencoded.
   2010-09-11 08:56:01 by Takahiro Kambe | Files touched by this commit (4) | Imported package
Log message:
Importing net/ruby-addressable 2.2.0.

Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.

Next | Query returned 29 messages, browsing 21 to 30 | previous