Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7937

Show
Ignore:
Timestamp:
10/16/07 05:18:50 (11 months ago)
Author:
sam
Message:

prototype: Bump to 1.6.0_rc1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/CHANGELOG

    r7936 r7937  
    1 *SVN* 
     1*1.6.0_rc1* (October 16, 2007) 
    22 
    33* Ensure Event.* generic methods work in IE, even when the event is not extended. [Viktor Kojouharov, Andrew Dupont] 
  • spinoffs/prototype/trunk/Rakefile

    r7313 r7937  
    66PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 
    77PROTOTYPE_PKG_DIR  = File.join(PROTOTYPE_ROOT, 'pkg') 
    8 PROTOTYPE_VERSION  = '1.6.0_rc0
     8PROTOTYPE_VERSION  = '1.6.0_rc1
    99 
    1010task :default => [:dist, :package, :clean_package_source]