[前][次][番号順一覧][スレッド一覧][生データ]

yarv-diff:160

From: ko1 atdot.net
Date: 21 Dec 2005 17:47:38 -0000
Subject: [yarv-diff:160] r319 - trunk

Author: ko1
Date: 2005-12-22 02:47:38 +0900 (Thu, 22 Dec 2005)
New Revision: 319

Modified:
   trunk/ChangeLog
   trunk/Changes
   trunk/yarv_version.h
Log:
	* yarv_version.h, Changes : 0.3.3



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-12-19 19:05:54 UTC (rev 318)
+++ trunk/ChangeLog	2005-12-21 17:47:38 UTC (rev 319)
@@ -4,6 +4,11 @@
 #  from Mon, 03 May 2004 01:24:19 +0900
 #
 
+2005-12-22(Thu) 02:45:27 +0900  Koichi Sasada  <ko1 atdot.net>
+
+	* yarv_version.h, Changes : 0.3.3
+
+
 2005-12-20(Tue) 04:04:45 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* compile.c : fix self::Const access
@@ -50,7 +55,6 @@
 	  for LP64 system.
 
 
->>>>>>> .r314
 2005-12-14(Wed) 03:49:40 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* compile.c : change rescue/ensure iseq name

Modified: trunk/Changes
===================================================================
--- trunk/Changes	2005-12-19 19:05:54 UTC (rev 318)
+++ trunk/Changes	2005-12-21 17:47:38 UTC (rev 319)
@@ -1,3 +1,10 @@
+= 0.3.3 (2005-12-22)
+
+* BUG fix release
+
+* Support to build extension libraries
+
+
 = 0.3.2 (2005-10-10)
 
 * Support native thread (using Giant VM lock) with pthraed / win32 thread.

Modified: trunk/yarv_version.h
===================================================================
--- trunk/yarv_version.h	2005-12-19 19:05:54 UTC (rev 318)
+++ trunk/yarv_version.h	2005-12-21 17:47:38 UTC (rev 319)
@@ -10,7 +10,7 @@
 
 #define MAJOR_VER   0
 #define MINOR_VER   3
-#define DEVEL_VER   2
+#define DEVEL_VER   3
 
 extern char  yarv_version[];
 extern char *yarv_options;


-- 
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]