v1.1.24
authoradam <adamansky@gmail.com>
Tue, 10 Sep 2013 15:35:20 +0000 (22:35 +0700)
committeradam <adamansky@gmail.com>
Tue, 10 Sep 2013 15:38:18 +0000 (22:38 +0700)
Changelog
tcejdb/Changelog
tcejdb/WIN32.md
tcejdb/configure
tcejdb/configure.ac
tcejdb/debian/changelog
tcejdb/tcutil.h
tools/release.sh

index 97da4dd..80bae51 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+libtcejdb (1.1.24) testing; urgency=low
+
+  * Fixed incorrect $set behaviour #99
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Sep 2013 22:30:49 +0700
+
 libtcejdb (1.1.23) testing; urgency=low
 
   * Fixed crash with $elemMatch inside $and #96
index 97da4dd..80bae51 100644 (file)
@@ -1,3 +1,9 @@
+libtcejdb (1.1.24) testing; urgency=low
+
+  * Fixed incorrect $set behaviour #99
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Sep 2013 22:30:49 +0700
+
 libtcejdb (1.1.23) testing; urgency=low
 
   * Fixed crash with $elemMatch inside $and #96
index aaa1865..7e17f7e 100644 (file)
@@ -1,8 +1,8 @@
 Precompiled windows binaries
 =========================================
 
-* [tcejdb-1.1.23-mingw32-i686](https://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.23-mingw32-i686.zip)
-* [tcejdb-1.1.23-mingw32-x86_64](https://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.23-mingw32-x86_64.zip)
+* [tcejdb-1.1.24-mingw32-i686](https://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.24-mingw32-i686.zip)
+* [tcejdb-1.1.24-mingw32-x86_64](https://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.24-mingw32-x86_64.zip)
 
 **[Installing EJDB NodeJS win32 module](#ejdb-nodejs-module-installation)**
 
@@ -73,7 +73,7 @@ Example: building win64 binaries:
     tcejdb/mxe/mxe-build.sh ${HOME}/mxe w64
 
 As result you will get zip archive in the folder `./tcejdb`:
-    `tcejdb-1.1.0-mingw32-i686.zip` or `tcejdb-1.1.0-mingw32-x86_64.zip`
+    `tcejdb-1.1.24-mingw32-i686.zip` or `tcejdb-1.1.24-mingw32-x86_64.zip`
 
 In those archives you will found:
 
index f289e0d..f858773 100755 (executable)
@@ -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.23.
+# Generated by GNU Autoconf 2.69 for tcejdb 1.1.24.
 #
 #
 # 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.23'
-PACKAGE_STRING='tcejdb 1.1.23'
+PACKAGE_VERSION='1.1.24'
+PACKAGE_STRING='tcejdb 1.1.24'
 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.23 to adapt to many kinds of systems.
+\`configure' configures tcejdb 1.1.24 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.23:";;
+     short | recursive ) echo "Configuration of tcejdb 1.1.24:";;
    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.23
+tcejdb configure 1.1.24
 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.23, which was
+It was created by tcejdb $as_me 1.1.24, 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.23, which was
+This file was extended by tcejdb $as_me 1.1.24, 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.23
+tcejdb config.status 1.1.24
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index e665975..f3ffe61 100644 (file)
@@ -10,7 +10,7 @@ test -n "$CPPFLAGS" && MYCPPFLAGS="$CPPFLAGS $MYCPPFLAGS"
 test -n "$LDFLAGS" && MYLDFLAGS="$LDFLAGS $MYLDFLAGS"
 
 # Package name
-AC_INIT(tcejdb, 1.1.23)
+AC_INIT(tcejdb, 1.1.24)
 AC_CANONICAL_HOST
 
 # Package information
index 97da4dd..80bae51 100644 (file)
@@ -1,3 +1,9 @@
+libtcejdb (1.1.24) testing; urgency=low
+
+  * Fixed incorrect $set behaviour #99
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Sep 2013 22:30:49 +0700
+
 libtcejdb (1.1.23) testing; urgency=low
 
   * Fixed crash with $elemMatch inside $and #96
index cf649d0..9d24170 100644 (file)
@@ -3733,7 +3733,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */
 
 #include <stdio.h>
 
-#define _TC_VERSION    "1.1.23"
+#define _TC_VERSION    "1.1.24"
 #define _TC_LIBVER     911
 #define _TC_FORMATVER  "1.0"
 
index cc20710..426797b 100755 (executable)
@@ -70,8 +70,8 @@ function tcejdb() {
        VERSION="new";
     fi
 
-    if [[ -z ${CMDS} ]]; then
-       VERSION="new dput w32 w64 npm";
+    if [[ ${CMDS} =~ ^\ +$ ]]; then
+       CMDS="dput w32 w64";
     fi
 
     cd ${TCEJDB_HOME}