summaryrefslogtreecommitdiff
path: root/tcejdb
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-08-08 18:05:49 +0700
committeradam <adamansky@gmail.com>2013-08-08 18:05:49 +0700
commit8a6d10907eaad2951c6b98a4e942ae1add3fb14a (patch)
tree309c55ac15199774263fb5a376742335db394b5f /tcejdb
parentb4b54af62ff8613c8e2de43b3cd177386ad4d469 (diff)
downloadejdb-8a6d10907eaad2951c6b98a4e942ae1add3fb14a.tar.gz
ejdb-8a6d10907eaad2951c6b98a4e942ae1add3fb14a.tar.bz2
ejdb-8a6d10907eaad2951c6b98a4e942ae1add3fb14a.zip
v1.1.17
Diffstat (limited to 'tcejdb')
-rw-r--r--tcejdb/Changelog6
-rwxr-xr-xtcejdb/configure18
-rw-r--r--tcejdb/configure.ac2
-rw-r--r--tcejdb/debian/changelog6
-rw-r--r--tcejdb/tcutil.h2
5 files changed, 23 insertions, 11 deletions
diff --git a/tcejdb/Changelog b/tcejdb/Changelog
index 921b153..c3706ee 100644
--- a/tcejdb/Changelog
+++ b/tcejdb/Changelog
@@ -1,3 +1,9 @@
+libtcejdb (1.1.17) testing; urgency=low
+
+ * Supports nested `$and` and `$or` clauses. #81
+
+ -- Anton Adamansky <adamansky@gmail.com> Thu, 08 Aug 2013 18:03:11 +0700
+
libtcejdb (1.1.16) testing; urgency=low
* Fixed incorrect $set and $addToSet behaviour. #88 #89
diff --git a/tcejdb/configure b/tcejdb/configure
index df2a20b..5c098bc 100755
--- a/tcejdb/configure
+++ b/tcejdb/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tcejdb 1.1.16.
+# Generated by GNU Autoconf 2.69 for tcejdb 1.1.17.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tcejdb'
PACKAGE_TARNAME='tcejdb'
-PACKAGE_VERSION='1.1.16'
-PACKAGE_STRING='tcejdb 1.1.16'
+PACKAGE_VERSION='1.1.17'
+PACKAGE_STRING='tcejdb 1.1.17'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1268,7 +1268,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 tcejdb 1.1.16 to adapt to many kinds of systems.
+\`configure' configures tcejdb 1.1.17 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1333,7 +1333,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of tcejdb 1.1.16:";;
+ short | recursive ) echo "Configuration of tcejdb 1.1.17:";;
esac
cat <<\_ACEOF
@@ -1439,7 +1439,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-tcejdb configure 1.1.16
+tcejdb configure 1.1.17
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1737,7 +1737,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 tcejdb $as_me 1.1.16, which was
+It was created by tcejdb $as_me 1.1.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5273,7 +5273,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 tcejdb $as_me 1.1.16, which was
+This file was extended by tcejdb $as_me 1.1.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5326,7 +5326,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="\\
-tcejdb config.status 1.1.16
+tcejdb config.status 1.1.17
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/tcejdb/configure.ac b/tcejdb/configure.ac
index d202238..a2ada50 100644
--- a/tcejdb/configure.ac
+++ b/tcejdb/configure.ac
@@ -10,7 +10,7 @@ test -n "$CPPFLAGS" && MYCPPFLAGS="$CPPFLAGS $MYCPPFLAGS"
test -n "$LDFLAGS" && MYLDFLAGS="$LDFLAGS $MYLDFLAGS"
# Package name
-AC_INIT(tcejdb, 1.1.16)
+AC_INIT(tcejdb, 1.1.17)
AC_CANONICAL_HOST
# Package information
diff --git a/tcejdb/debian/changelog b/tcejdb/debian/changelog
index 921b153..c3706ee 100644
--- a/tcejdb/debian/changelog
+++ b/tcejdb/debian/changelog
@@ -1,3 +1,9 @@
+libtcejdb (1.1.17) testing; urgency=low
+
+ * Supports nested `$and` and `$or` clauses. #81
+
+ -- Anton Adamansky <adamansky@gmail.com> Thu, 08 Aug 2013 18:03:11 +0700
+
libtcejdb (1.1.16) testing; urgency=low
* Fixed incorrect $set and $addToSet behaviour. #88 #89
diff --git a/tcejdb/tcutil.h b/tcejdb/tcutil.h
index f9d19fa..89ba0c8 100644
--- a/tcejdb/tcutil.h
+++ b/tcejdb/tcutil.h
@@ -3733,7 +3733,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */
#include <stdio.h>
-#define _TC_VERSION "1.1.16"
+#define _TC_VERSION "1.1.17"
#define _TC_LIBVER 911
#define _TC_FORMATVER "1.0"