From 0096f749327fd989d1c97250b949fe2a7e0eeee7 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:52:16 +0000 Subject: merges r20920, r20936, r20939 and r20966 from trunk into ruby_1_9_1. * common.mk (revision.h): uses tool/file2lastrev.rb to support git-svn. * version.h: changed version string as `ruby 1.9.1 (2008-12-22 patchlevel-5000 trunk 20912) [i386-darwin9.6.0]'. * tool/file2lastrev.rb: wrapper script that abstracts subversion and git-svn. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62c337570..31e4e37eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Wed Dec 24 20:15:50 2008 Koichi Sasada + + * tool/file2lastrev.rb (get_revisions): fix to ignore end of line. + +Tue Dec 23 15:48:55 2008 NAKAMURA Usaku + + * tool/file2lastrev.rb: shouldn't use single quote in shell's command + line if you want to support Windows. + +Tue Dec 23 15:36:58 2008 Yuki Sonoda (Yugui) + + * tool/file2lastrev.rb: detects vcs directory properly on + building outside of srcdir. [ruby-dev:37555] [ruby-dev:37561] + +Mon Dec 22 19:31:19 2008 Yuki Sonoda (Yugui) + + * common.mk (revision.h): uses tool/file2lastrev.rb to support + git-svn. + + * version.h: changed version string as + `ruby 1.9.1 (2008-12-22 patchlevel-5000 trunk 20912) + [i386-darwin9.6.0]'. + Mon Dec 22 21:08:54 2008 Tanaka Akira * lib/test/unit/assertions.rb (assert_nothing_raised): increment -- cgit