From: DongHun Kwak Date: Tue, 11 Dec 2018 07:08:09 +0000 (+0900) Subject: Imported Upstream version 2.0.1 X-Git-Tag: upstream/2.0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F195160%2F1;p=platform%2Fupstream%2Fitstool.git Imported Upstream version 2.0.1 Change-Id: I9497f9b16c8ec9c7a4a7d82ed5493e47bb51eb77 Signed-off-by: DongHun Kwak --- diff --git a/ChangeLog b/ChangeLog index a79976f..5ae4a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +commit b317a7c7362938098379f2f8db42f0f94d6f98dd +Author: Shaun McCance +Date: Mon Nov 4 16:32:34 2013 -0500 + + its: Consolidate ITS rules for better performance + + its/docbook.its | 313 +++++++++++++++++++++++++++--------------------------- + its/docbook5.its | 310 ++++++++++++++++++++++++++--------------------------- + its/its.its | 3 +- + its/mallard.its | 25 ++--- + its/xhtml.its | 67 ++++++------ + 5 files changed, 355 insertions(+), 363 deletions(-) + +commit 3788e65a1fee2b141318b7bffc58d9dce8339d1a +Author: Shaun McCance +Date: Fri Nov 1 13:48:41 2013 -0400 + + NEWS: Fixed typo + + NEWS | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit dd44edfb9486e4506accb520874d4e62422e1419 +Author: Shaun McCance +Date: Fri Nov 1 13:43:35 2013 -0400 + + Version 2.0.0 + + NEWS | 19 +++++++++++++++++++ + configure.ac | 2 +- + 2 files changed, 20 insertions(+), 1 deletions(-) + commit 17a89300affeac556803c23eefefc9f279a82908 Author: Shaun McCance Date: Fri Nov 1 11:53:28 2013 -0400 diff --git a/NEWS b/NEWS index 6cd7b59..d31f156 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2.0.1 +===== +* Reworked default ITS rules for better performance + 2.0.0 ===== * Support for ITS 2.0 Preserve Space data category @@ -7,7 +11,7 @@ * Support for ITS 2.0 parameters, including user overrides * Support for ITS 2.0 local withinText attribute * Fixed handling of localization note inheritance -* Fixed handling od namespace prefixes on elements +* Fixed handling of namespace prefixes on elements * Added option to retain entity references in PO files * Added option to load external DTDs (Galen Charlton) * Added built-in rules for DocBook 5 diff --git a/configure b/configure index 51ccaf7..0164220 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for itstool 2.0.0. +# Generated by GNU Autoconf 2.66 for itstool 2.0.1. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -548,8 +548,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='itstool' PACKAGE_TARNAME='itstool' -PACKAGE_VERSION='2.0.0' -PACKAGE_STRING='itstool 2.0.0' +PACKAGE_VERSION='2.0.1' +PACKAGE_STRING='itstool 2.0.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1165,7 +1165,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures itstool 2.0.0 to adapt to many kinds of systems. +\`configure' configures itstool 2.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1231,7 +1231,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of itstool 2.0.0:";; + short | recursive ) echo "Configuration of itstool 2.0.1:";; esac cat <<\_ACEOF @@ -1298,7 +1298,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -itstool configure 2.0.0 +itstool configure 2.0.1 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1315,7 +1315,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by itstool $as_me 2.0.0, which was +It was created by itstool $as_me 2.0.1, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2130,7 +2130,7 @@ fi # Define the identity of the package. PACKAGE='itstool' - VERSION='2.0.0' + VERSION='2.0.1' cat >>confdefs.h <<_ACEOF @@ -2739,7 +2739,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by itstool $as_me 2.0.0, which was +This file was extended by itstool $as_me 2.0.1, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2792,7 +2792,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -itstool config.status 2.0.0 +itstool config.status 2.0.1 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 82d1ea8..c17d412 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([itstool], [2.0.0], []) +AC_INIT([itstool], [2.0.1], []) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) DATADIR=`( diff --git a/its/docbook.its b/its/docbook.its index ed223d3..fb60cfc 100644 --- a/its/docbook.its +++ b/its/docbook.its @@ -25,164 +25,161 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - + + - - + - - - - - - + diff --git a/its/docbook5.its b/its/docbook5.its index a2f0b1d..8a47948 100644 --- a/its/docbook5.its +++ b/its/docbook5.its @@ -24,173 +24,171 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - + + - - + - - - - - - - + diff --git a/its/its.its b/its/its.its index 8f17c36..2d223c8 100644 --- a/its/its.its +++ b/its/its.its @@ -1,6 +1,5 @@ - - + diff --git a/its/mallard.its b/its/mallard.its index 8ac8878..12fc13d 100644 --- a/its/mallard.its +++ b/its/mallard.its @@ -18,19 +18,18 @@ - - - - - - - - - - - - - + + + diff --git a/its/xhtml.its b/its/xhtml.its index 0720049..e0a64c9 100644 --- a/its/xhtml.its +++ b/its/xhtml.its @@ -6,43 +6,42 @@ - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/itstool b/itstool index 5be95f7..a0819c9 100644 --- a/itstool +++ b/itstool @@ -17,7 +17,7 @@ # Place, Suite 330, Boston, MA 0211-1307 USA. # -VERSION="2.0.0" +VERSION="2.0.1" DATADIR="/usr/local/share" import gettext diff --git a/itstool.1 b/itstool.1 index 238ca78..2500ef3 100644 --- a/itstool.1 +++ b/itstool.1 @@ -1,4 +1,4 @@ -.TH ITSTOOL "1" "May 2011" "itstool 2.0.0" +.TH ITSTOOL "1" "May 2011" "itstool 2.0.1" .SH NAME itstool \- convert between XML and PO using ITS