Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        irb: The Interactive Ruby.
        
        
        - Summary
- The irb is acronym for Interactive Ruby.  It evaluates ruby expression
from the terminal.
Changelog
        
            - * Thu Jul 20 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.6
- - security fixes [CVE-2006-3694]
  - fixed the insecure operations on Dir and Regexp in the certain safe-level
    restrictions. (#199539)
  - fixed to not bypass the certain safe-level restrictions. (#199545)
            - * Fri May 12 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.4
- - ruby-magic-setjmp.patch: backported to fix unstable GC on ia64.
  [ruby-talk:144939] (#190805) 
            - * Fri Apr 21 19:00:00 2006 Akira TAGOH <tagoh{%}redhat{*}com> - 1.8.1-7.EL4.3
- - security fix [CVE-2006-1931]
- ruby-1.8.2-webrick-dos-1.patch: a patch to read data with non-blocking I/O.
- ruby-1.8.2-xmlrpc-dos-1.patch: a patch to use WEBrick's HTTPServer class to
  avoid the above issue as well.