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

ruby-changes:21176

From: naruse <ko1@a...>
Date: Thu, 8 Sep 2011 21:17:16 +0900 (JST)
Subject: [ruby-changes:21176] naruse:r33225 (trunk): * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)

naruse	2011-09-08 21:17:06 +0900 (Thu, 08 Sep 2011)

  New Revision: 33225

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

  Log:
    * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
      Bump version number/release date only.

  Modified files:
    trunk/ChangeLog
    trunk/ext/nkf/nkf-utf8/nkf.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33224)
+++ ChangeLog	(revision 33225)
@@ -1,3 +1,8 @@
+Thu Sep  8 21:03:22 2011  NARUSE, Yui  <naruse@r...>
+
+	* ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
+	  Bump version number/release date only.
+
 Thu Sep  8 12:43:18 2011  Narihiro Nakamura  <authornari@g...>
 
 	* gc.c (Init_GC): defined GC::Profiler.raw_data. based on the
@@ -66,7 +71,7 @@
 
 	* win32/Makefile.sub (INSNS): change command line option -Ks to -Ku
 	  for generate *.inc. because insns.def encoding has been changed SJIS
-	  to UTF-8. if $BASERUBY is 1.9, -Ks cause an error. [Feature #5128] 
+	  to UTF-8. if $BASERUBY is 1.9, -Ks cause an error. [Feature #5128]
 	  (same as r33194)
 
 Tue Sep  6 15:55:24 2011  Nobuyoshi Nakada  <nobu@r...>
Index: ext/nkf/nkf-utf8/nkf.c
===================================================================
--- ext/nkf/nkf-utf8/nkf.c	(revision 33224)
+++ ext/nkf/nkf-utf8/nkf.c	(revision 33225)
@@ -20,11 +20,11 @@
  *
  * 3. This notice may not be removed or altered from any source distribution.
  */
-#define NKF_VERSION "2.1.1"
-#define NKF_RELEASE_DATE "2011-03-25"
+#define NKF_VERSION "2.1.2"
+#define NKF_RELEASE_DATE "2011-09-08"
 #define COPY_RIGHT \
     "Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa).\n" \
-    "Copyright (C) 1996-2010, The nkf Project."
+    "Copyright (C) 1996-2011, The nkf Project."
 
 #include "config.h"
 #include "nkf.h"

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

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