* Mon Dec 07 2015 coolo@suse.com
- updated to version 2.4.0
see installed CHANGELOG.md
[#] Addressable 2.4.0
- support for 1.8.x dropped
- double quotes in a host now raises an error
- newlines in host will no longer get unescaped during normalization
- stricter handling of bogus scheme values
- stricter handling of encoded port values
- calling `require 'addressable'` will now load both the URI and Template files
- assigning to the `hostname` component with an `IPAddr` object is now supported
- assigning to the `origin` component is now supported
- fixed minor bug where an exception would be thrown for a missing ACE suffix
- better partial expansion of URI templates
* Wed Apr 08 2015 coolo@suse.com
- updated to version 2.3.8
- fix warnings
- update dependency gems
- support for 1.8.x officially deprecated
* Fri Feb 06 2015 coolo@suse.com
- updated to version 2.3.7
- fix scenario in which invalid URIs don't get an exception until inspected
- handle hostnames with two adjacent periods correctly
- upgrade of RSpec
* Mon Oct 13 2014 coolo@suse.com
- adapt to new rubygem packaging
* Sun Oct 12 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Mon Mar 24 2014 coolo@suse.com
- updated to version 2.3.6
- normalization drops empty query string
- better handling in template extract for missing values
- template modifier for `'?'` now treated as optional
- fixed issue where character class parameters were modified
- templates can now be tested for equality
- added `:sorted` option to normalization of query strings
- fixed issue with normalization of hosts given in `'example.com.'` form
* Fri Jul 12 2013 coolo@suse.com
- updated to version 2.3.5
- added Addressable::URI#empty? method
- Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
- compatibility with Net::HTTP in Ruby 2.0.0
- Addressable::URI#route_from should always give relative URIs
* Sat Apr 27 2013 coolo@suse.com
- updated to version 2.3.4
- fixed issue with encoding altering its inputs
- query string normalization now leaves ';' characters alone
- FakeFS is detected before attempting to load unicode tables
- additional testing to ensure frozen objects don't cause problems
* Sun Mar 03 2013 coolo@suse.com
- updated to version 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
* Sat Jul 28 2012 coolo@suse.com
- update to 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
* Sun Jul 22 2012 coolo@suse.com
- update to 2.3.1
- fixed missing unicode data file
- 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
* Tue Jun 05 2012 cfarrell@suse.com
- license update: Apache-2.0
Look at the LICENSE.txt file
* Sun May 06 2012 coolo@suse.com
- update to 2.2.8
- fixed issues with dot segment removal code
- form encoding can now handle multiple values per key
- updated development environment
* Fri Oct 07 2011 fcastelli@suse.com
- Update to 2.2.6
* Tue May 10 2011 visnov@suse.cz
- fix license - MIT
* Tue Mar 29 2011 kkaempf@novell.com
- update to 2.2.4 (for dm-core 1.1.0)
- split off -doc subpackage
* Tue Jan 11 2011 aduffeck@novell.com
- update to version 2.2.2
* added site methods
* improved documentation
* added support for application/x-www-form-urlencoded.
* fixed issue with percent escaping of '+' character in query strings
* Thu Jun 10 2010 mrueckert@suse.de
- update to version 2.1.2
* added HTTP request URI methods
* better handling of Windows file paths
* validation_deferred boolean replaced with defer_validation block
* normalization of percent-encoded paths should now be correct
* fixed issue with constructing URIs with relative paths
* fixed warnings
- drop development requirements
- use rubygems_requires macro
* Mon Dec 21 2009 prusnak@suse.cz
- update to 2.1.1
* Sat Aug 29 2009 dmacvicar@novell.com
- downgrade to 2.0.2 until dm-core 0.10.0 gets released