[前][次][番号順一覧][スレッド一覧]

ruby-changes:32973

From: nagachika <ko1@a...>
Date: Thu, 20 Feb 2014 02:06:05 +0900 (JST)
Subject: [ruby-changes:32973] nagachika:r45052 (ruby_2_0_0): partially merge revision(s) r44082: [Backport #9228]

nagachika	2014-02-20 02:05:55 +0900 (Thu, 20 Feb 2014)

  New Revision: 45052

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45052

  Log:
    partially merge revision(s) r44082: [Backport #9228]
    
    * ext/.document:  Add syslog/lib to documentable items. [Bug #9228]

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/ChangeLog
    branches/ruby_2_0_0/ext/.document
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/ChangeLog
===================================================================
--- ruby_2_0_0/ChangeLog	(revision 45051)
+++ ruby_2_0_0/ChangeLog	(revision 45052)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Thu Feb 20 02:04:09 2014  Eric Hodel  <drbrain@s...>
+
+	* ext/.document:  Add syslog/lib to documentable items. [Bug #9228]
+
 Thu Feb 20 01:54:08 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_insnhelper.c (vm_search_super_method): when super called in a
Index: ruby_2_0_0/ext/.document
===================================================================
--- ruby_2_0_0/ext/.document	(revision 45051)
+++ ruby_2_0_0/ext/.document	(revision 45052)
@@ -96,6 +96,7 @@ socket https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ext/.document#L96
 stringio/stringio.c
 strscan/strscan.c
 syslog/syslog.c
+syslog/lib
 win32ole/lib
 win32ole/win32ole.c
 zlib/zlib.c
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 45051)
+++ ruby_2_0_0/version.h	(revision 45052)
@@ -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-02-20"
-#define RUBY_PATCHLEVEL 440
+#define RUBY_PATCHLEVEL 441
 
 #define RUBY_RELEASE_YEAR 2014
 #define RUBY_RELEASE_MONTH 2

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r44082


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]