ruby-changes:35851
From: usa <ko1@a...>
Date: Wed, 15 Oct 2014 16:12:37 +0900 (JST)
Subject: [ruby-changes:35851] usa:r47933 (ruby_2_0_0): merge revision(s) 47819: [Backport #9914]
usa 2014-10-15 16:12:27 +0900 (Wed, 15 Oct 2014) New Revision: 47933 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47933 Log: merge revision(s) 47819: [Backport #9914] * configure.in: Fix typo. [Bug #9914] Modified directories: branches/ruby_2_0_0/ Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/configure.in branches/ruby_2_0_0/version.h Index: ruby_2_0_0/configure.in =================================================================== --- ruby_2_0_0/configure.in (revision 47932) +++ ruby_2_0_0/configure.in (revision 47933) @@ -1010,7 +1010,7 @@ AS_CASE(["$target_os"], https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/configure.in#L1010 [ # AIX currently does not support a 32-bit call to posix_fadvise() # if _LARGE_FILES is defined. - ac_cv_posix_fadvise=no + ac_cv_func_posix_fadvise=no ]) ]) Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 47932) +++ ruby_2_0_0/ChangeLog (revision 47933) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Wed Oct 15 16:12:11 2014 Rei Odaira <Rei.Odaira@g...> + + * configure.in: Fix typo. [Bug #9914] + Wed Oct 15 16:05:47 2014 NAKAMURA Usaku <usa@r...> * error.c: update exception tree. [DOC] Index: ruby_2_0_0/version.h =================================================================== --- ruby_2_0_0/version.h (revision 47932) +++ ruby_2_0_0/version.h (revision 47933) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1 #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2014-10-15" -#define RUBY_PATCHLEVEL 580 +#define RUBY_PATCHLEVEL 581 #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 10 Property changes on: ruby_2_0_0 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r47819 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/