[ucto] 01/03: New upstream version 0.11

Maarten van Gompel proycon-guest at moszumanska.debian.org
Mon Dec 4 20:57:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

proycon-guest pushed a commit to branch master
in repository ucto.

commit 931ec219a43f9f366fd329058fb22d45971d792e
Author: proycon <proycon at anaproy.nl>
Date:   Mon Dec 4 21:55:24 2017 +0100

    New upstream version 0.11
---
 ChangeLog        | 18 ++++++++++++++++++
 NEWS             |  5 +++++
 configure        | 20 ++++++++++----------
 configure.ac     |  2 +-
 src/tokenize.cxx |  1 +
 5 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d649859..9fd2419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2017-12-04  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* NEWS: NEWS about release 0.11
+
+2017-12-02  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* src/tokenize.cxx: fixed problem with text in cell (code get
+	hackier every time....)
+
+2017-12-02  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* tests/cell.xml, tests/testfoliain, tests/testfoliain.ok: added a
+	new test
+
+2017-11-07  Ko van der Sloot <K.vanderSloot at let.ru.nl>
+
+	* configure.ac: bumped version after release
+
 2017-11-07  Ko van der Sloot <K.vanderSloot at let.ru.nl>
 
 	* NEWS: new NEWS prior to yar (yet another release)
diff --git a/NEWS b/NEWS
index 856467a..2cd0eba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.11 2017-12-04
+[Ko van der Sloot]
+Bug fix release:
+* problems with text inside Cell elements
+
 0.10 2017-11-07
 [Ko van der Sloot]
 New release due to outdated files in the previous release.
diff --git a/configure b/configure
index 8b9e3c1..cbf9108 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.69 for ucto 0.10.
+# Generated by GNU Autoconf 2.69 for ucto 0.11.
 #
 # Report bugs to <lamasoftware at science.ru.nl>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ucto'
 PACKAGE_TARNAME='ucto'
-PACKAGE_VERSION='0.10'
-PACKAGE_STRING='ucto 0.10'
+PACKAGE_VERSION='0.11'
+PACKAGE_STRING='ucto 0.11'
 PACKAGE_BUGREPORT='lamasoftware at science.ru.nl'
 PACKAGE_URL=''
 
@@ -1363,7 +1363,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 ucto 0.10 to adapt to many kinds of systems.
+\`configure' configures ucto 0.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1434,7 +1434,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ucto 0.10:";;
+     short | recursive ) echo "Configuration of ucto 0.11:";;
    esac
   cat <<\_ACEOF
 
@@ -1568,7 +1568,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ucto configure 0.10
+ucto configure 0.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2188,7 +2188,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 ucto $as_me 0.10, which was
+It was created by ucto $as_me 0.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3051,7 +3051,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ucto'
- VERSION='0.10'
+ VERSION='0.11'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17637,7 +17637,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 ucto $as_me 0.10, which was
+This file was extended by ucto $as_me 0.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17703,7 +17703,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="\\
-ucto config.status 0.10
+ucto config.status 0.11
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 1808674..a4fbd67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([ucto], [0.10], [lamasoftware at science.ru.nl])
+AC_INIT([ucto], [0.11], [lamasoftware at science.ru.nl])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/tokenize.cxx b/src/tokenize.cxx
index f8c0bdb..be59c4c 100644
--- a/src/tokenize.cxx
+++ b/src/tokenize.cxx
@@ -923,6 +923,7 @@ namespace Tokenizer {
 	      || root->isinstance( folia::Part_t )
 	      || root->isinstance( folia::Utterance_t )
 	      || root->isinstance( folia::Caption_t )
+	      || root->isinstance( folia::Cell_t )
 	      || root->isinstance( folia::Event_t ) ){
       root_is_structure_element = true;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ucto.git



More information about the debian-science-commits mailing list