Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.41' '-r1.42' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2007/03/02 16:40:28 1.41 +++ ChangeLog 2007/03/02 16:42:03 1.42 @@ -10,6 +10,12 @@ Changes between 1.6.1 and ... + *) lib_cfg 0.9.10 -> 0.9.11 + Replace "return 0" with the official "yyterminate()" + in cfg_syn_scan.l and fix quotation parsing by replacing + two "yytext[1]" with the intended "yytext[0]". + [Ralf S. Engelschall ] + *) Upgraded build environment to GNU Shtool 2.0.6, GNU Libtool 1.5.22 and GNU Autoconf 2.61 [http://thomas.lotterer.net] Index: ossp-pkg/fsl/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/fsl/devtool.conf,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/fsl/devtool.conf,v' 2>/dev/null --- devtool.conf 2007/03/02 16:40:28 1.30 +++ devtool.conf 2007/03/02 16:42:03 1.31 @@ -4,7 +4,7 @@ %checkout BRANCH_L2="L2_0_9_11" - BRANCH_CFG="CFG_0_9_10" + BRANCH_CFG="CFG_0_9_11" BRANCH_PCRE="" for name in l2 cfg pcre; do release=BRANCH_`echo ${name} | tr [a-z] [A-Z]`