[#44776] [ruby-trunk - Bug #6385][Open] mtime vie File.stat(filename).utime vs File.open(filename, 'r').mtime in Windows — "kolmanv (Kolman Vornovitsky)" <kolmanv@...>

9 messages 2012/05/01

[#44782] [ruby-trunk - Bug #6387][Open] 1.9.3p194 crashed on require in ubuntu — "ywen (Yi Wen)" <hayafirst@...>

12 messages 2012/05/01

[#44795] [ruby-trunk - Bug #6391][Open] Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64) — "raylinn@... (ray linn)" <raylinn@...>

13 messages 2012/05/02

[#44911] [ruby-trunk - Bug #6408][Open] DelegateClass#eql? and <=> don't work as expected — "tenderlovemaking (Aaron Patterson)" <aaron@...>

11 messages 2012/05/06

[#44951] [ruby-trunk - Feature #6414][Open] Destructuring Assignment — "edtsech (Edward Tsech)" <edtsech@...>

14 messages 2012/05/08

[#44958] [ruby-trunk - Feature #6418][Assigned] Supporing a subset of ANSI escape code on Windows — "usa (Usaku NAKAMURA)" <usa@...>

11 messages 2012/05/09

[#45035] [ruby-trunk - Bug #6433][Open] rb_thread_blocking_region(): ubf() function is executed with GVL — ibc (Iñaki Baz Castillo) <ibc@...>

12 messages 2012/05/14

[#45180] [ruby-trunk - Feature #6478][Open] BasicObject#__class__ — "trans (Thomas Sawyer)" <transfire@...>

14 messages 2012/05/22

[#45193] [ruby-trunk - Feature #6482][Open] Add URI requested to Net::HTTP request and response objects — "drbrain (Eric Hodel)" <drbrain@...7.net>

16 messages 2012/05/23

[#45198] [ruby-trunk - Feature #6483][Open] parametric map — "prijutme4ty (Ilya Vorontsov)" <prijutme4ty@...>

14 messages 2012/05/23

[#45222] [ruby-trunk - Feature #6492][Open] Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default — "drbrain (Eric Hodel)" <drbrain@...7.net>

23 messages 2012/05/24

[#45252] [ruby-trunk - Feature #6499][Open] Array::zip — "prijutme4ty (Ilya Vorontsov)" <prijutme4ty@...>

14 messages 2012/05/26

[#45272] [ruby-trunk - Feature #6503][Open] Support for the NPN extension to TLS/SSL — "igrigorik (Ilya Grigorik)" <ilya@...>

13 messages 2012/05/27

[#45316] [ruby-trunk - Feature #6515][Open] array.c: added method that verifies if an Array is part of another — "lellisga (Li Ellis Galardo)" <lellisga@...>

14 messages 2012/05/30

[ruby-core:45028] [Backport93 - Backport #6314][Closed] Backport r35374 and r35375

From: "naruse (Yui NARUSE)" <naruse@...>
Date: 2012-05-14 04:20:45 UTC
List: ruby-core #45028
Issue #6314 has been updated by naruse (Yui NARUSE).

Status changed from Open to Closed

Backported at r35402
----------------------------------------
Backport #6314: Backport r35374 and r35375
https://bugs.ruby-lang.org/issues/6314#change-26612

Author: drbrain (Eric Hodel)
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 


=begin
This will update 1.9.3 to RubyGems 1.8.22 which is primarily bug fixes or interoperability and performance enhancements.  The full list of updates since 1.8.11 follows:

  === 1.8.22 / 2012-04-13
  
  * 4 bug fixes:
  
    * Workaround for psych/syck YAML date parsing issue
    * Don't trust the encoding of ARGV. Fixes #307
    * Quiet default warnings about missing spec variables
    * Read a binary file properly (windows fix)
  
  === 1.8.21 / 2012-03-22
  
  * 2 bug fixes:
  
    * Add workaround for buggy yaml output from 1.9.2
    * Force 1.9.1 to remove it's prelude code. Fixes #305
  
  === 1.8.20 / 2012-03-21
  
  * 4 bug fixes:
  
    * Add --force to `gem build` to skip validation. Fixes #297
    * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
    * Treat the source as a proper url base. Fixes #304
    * Warn when updating the specs cache fails. Fixes #300
  
  === 1.8.19 / 2012-03-14
  
  * 3 bug fixes:
  
    * Handle loading psych vs syck properly. Fixes #298
    * Make sure Date objects don't leak in via Marshal
    * Perform Date => Time coercion on yaml loading. Fixes #266
  
  === 1.8.18 / 2012-03-11
  
  * 4 bug fixes:
  
    * Use Psych API to emit more compatible YAML
    * Download and write inside `gem fetch` directly. Fixes #289
    * Honor sysconfdir on 1.8. Fixes #291
    * Search everywhere for a spec for `gem spec`. Fixes #288
    * Fix Gem.all_load_path. Fixes #171
  
  === 1.8.17 / 2012-02-17
  
  * 2 minor enhancements:
  
    * Add MacRuby to the list of special cases for platforms (ferrous26)
    * Add a default for where to install rubygems itself
  
  * 3 bug fixes:
  
    * Fixed gem loading issue caused by dependencies not resolving.
    * Fixed umask error when stdlib is required and unresolved dependencies exist.
    * Shebang munging would only take one arg after the cmd
    * Define SUCKAGE better, ie only MRI 1.9.2
    * Propagate env-shebang to the pristine command if set for install.
  
  === 1.8.16 / 2012-02-12
  
  * 3 bug fixes:
  
    * Fix gem specification loading when encoding is not UTF-8. #146
    * Allow group writable if umask allows it already.
    * Uniquify the spec list based on directory order priority
  
  === 1.8.15 / 2012-01-06
  
  * 1 bug fix:
  
    * Don't eager load yaml, it creates a bad loop. Fixes #256
  
  === 1.8.14 / 2012-01-05
  
  * 2 bug fixes:
  
    * Ignore old/bad cache data in Version
    * Make sure our YAML workarounds are loaded properly. Fixes #250.
  
  === 1.8.13 / 2011-12-21
  
  * 1 bug fix:
  
    * Check loaded_specs properly when trying to satisfy a dep
  
  * 2 minor enhancements:
  
    * Remove using #loaded_path? for performance
    * Remove Zlib workaround for Windows build.
  
  === 1.8.12 / 2011-12-02
  
  * Bug fix:
    * Handle more cases where Syck's DefaultKey showed up in requirements
      and wasn't cleaned out.

=end



-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next