Changeset 8079
- Timestamp:
- 11/06/07 01:57:01 (10 months ago)
- Files:
-
- spinoffs/prototype/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/trunk/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/CHANGELOG
r8078 r8079 1 * SVN*1 *1.6.0* (November 6, 2007) 2 2 3 3 * Fix Class#addMethods for "toString" and "valueOf" methods in Internet Explorer. Closes #9901. [sam] spinoffs/prototype/trunk/Rakefile
r7937 r8079 6 6 PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 7 7 PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg') 8 PROTOTYPE_VERSION = '1.6.0 _rc1'8 PROTOTYPE_VERSION = '1.6.0' 9 9 10 10 task :default => [:dist, :package, :clean_package_source]