ruby-changes:26877
From: sorah <ko1@a...>
Date: Thu, 24 Jan 2013 19:58:19 +0900 (JST)
Subject: [ruby-changes:26877] sorah:r38929 (trunk): * NEWS (yaml): Write about bundled libyaml.
sorah 2013-01-24 19:56:47 +0900 (Thu, 24 Jan 2013) New Revision: 38929 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38929 Log: * NEWS (yaml): Write about bundled libyaml. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 38928) +++ ChangeLog (revision 38929) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Jan 24 19:55:25 2013 Shota Fukumori <her@s...> + + * NEWS (yaml): Write about bundled libyaml. + Thu Jan 24 16:54:34 2013 Eric Hodel <drbrain@s...> * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. Index: NEWS =================================================================== --- NEWS (revision 38928) +++ NEWS (revision 38929) @@ -386,6 +386,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L386 * yaml * Syck has been removed. YAML now completely depends on libyaml being installed. + * libyaml has now bundled in ruby, so you don't need to install libyaml + for ruby basically. * zlib * Added streaming support for Zlib::Inflate and Zlib::Deflate. This allows -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/