OSDN Git Service

version 2.0b12
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Thu, 24 Sep 2009 15:13:31 +0000 (15:13 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Thu, 24 Sep 2009 15:13:31 +0000 (15:13 +0000)
ChangeLog
keitairc

index d77963a..882fb08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-25  Jun Morimoto  <morimoto@mrmt.net>
+
+       * keitairc: 2.0b12 \e$B%j%j!<%9\e(B
+       * lib/Keitairc/Config.pm: au_subscriber_id docomo_foma_icc
+       docomo_imodeid softbank_serial_key emobile_userid\e$B$r=i4|2=\e(B (ticket:
+       #17917)
+       * doc/manual.html: web_schema\e$B5-=RDI2C\e(B (ticket: #18872)
+
 2009-09-24  ISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
 
        * lib/Keitairc/Config.pm, lib/Keitairc/View.pm,
index e3c8f1b..e7989fe 100755 (executable)
--- a/keitairc
+++ b/keitairc
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # -*- mode: perl; coding: utf-8 -*-
 # keitairc
-# $Id: keitairc,v 1.73 2009-01-02 16:40:03 nyan_ Exp $
+# $Id: keitairc,v 1.74 2009-09-24 15:13:31 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/keitairc,v $
 #
 # Copyright (c) 2003-2008 Jun Morimoto <morimoto@mrmt.net>
@@ -36,7 +36,7 @@ use Keitairc::Log;
 use strict;
 use warnings;
 
-our $cf = new Keitairc::Config({version => '2.0b11', argv => \@ARGV});
+our $cf = new Keitairc::Config({version => '2.0b12', argv => \@ARGV});
 our $ib = new Keitairc::IrcBuffer({history => $cf->web_lines()});
 our $sm = new Keitairc::SessionManager({default_ttl => $cf->session_ttl()});
 our $pl = new Keitairc::Plugins({config => $cf});