Changelog for
ruby2.1-rubygem-yajl-ruby-1.2.1-28.13.x86_64.rpm :
Tue Jan 20 13:00:00 2015 tboergerAATTsuse.com
- Stop deleting devel files, ignore them through rpmlintrc instead
Wed Oct 22 14:00:00 2014 tboergerAATTsuse.com
- Fixed the license as there is still BSD-3-Clause source included
Wed Oct 22 14:00:00 2014 tboergerAATTsuse.com
- For SLES 11 it exceeds the badness limit
Wed Oct 22 14:00:00 2014 tboergerAATTsuse.com
- Made it really aware of new macros
- Removed manual entry, maximum badness not exceeded
Tue Oct 14 14:00:00 2014 adrianAATTsuse.de
- adapt to new rubygem packaging style
Mon Jul 28 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.2.1, no changelog
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- use new macros
Fri Dec 20 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.0, no changelog
Tue Jul 24 14:00:00 2012 cfarrellAATTsuse.com
- license update: MIT and BSD-3-Clause
See data/LICENSE.txt (MIT) - also numerous files are BSD-3-Clause
licensed
Tue Jul 10 14:00:00 2012 jatanAATTsuse.de
- Add provides for rubygem-yajl-ruby-1 and rubygem-yajl-ruby-1_1
Wed Apr 4 14:00:00 2012 cooloAATTsuse.com
- remove .c and .h files to avoid rpmlint exodus
Tue Apr 3 14:00:00 2012 cooloAATTsuse.com
- update to 1.1
* fix compilation due to a \"bug\" in gcc-llvm on 10.7.2
* fix gemspec so ruby 1.8.6 or later is required
* add deprecation notice for Yajl\'s Bzip2 support
* add deprecation notice for Yajl\'s Deflate support
* add deprecation notice for Yajl\'s Gzip support
* add deprecation notice for Yajl\'s JSON gem compatibility API
* add deprecation notice for Yajl::HttpStream
* change the path the extension is copied into to be \'lib/yajl\'
* remove \'ext\' from the loadpath
* fix bug where Yajl::HttpStream wouldn\'t pass through a user-specified socket
* fix incorrect Ruby initialization hook method name
* Bump bundled YAJL version to 1.0.12
* fix to correctly symbolize multibyte characters on 1.9
* add `:headers` option to Yajl::HttpStream for user-specified arbitrary headers
* define RSTRING_NOT_MODIFIED for rbx to prevent string caching, making things A LOT faster (100x)
* fixed a retart bug where Yajl::VERSION wasn\'t defined when explicitly requiring yajl/http_stream
* added a new html_safe option to Yajl::Encoder to escape \'/\' characters for use in the DOM
* moved away from Jeweler to a Bundler/manual gemfile management setup
* moved to rspec2
* fixed some compilation warnings on 1.9.3
* brought over latest from Yajl upstream
* finally removed the deprecated Yajl::Stream methods
* moved to rake-compiler
* moved to Bundler for development
* fix memory corruption bug when using :pretty => true and a custom indent string
* fixed memory leak when exceptions were being raised during a parse
* fix a bug in chunked http response regex (thanks to http://github.com/kevn for catching this)
* Make sure json compability doesn\'t break ActiveSupport#to_json
* fix improper usage of rb_define_method
* full string encoding support for 1.9, respecting Encoding.default_internal
* refactor the #to_json function bodies into a C macro
* some misc code cleanup in the benchmark scripts
Thu Jul 1 14:00:00 2010 mrueckertAATTsuse.de
- initial package