v1.1.18
authoradam <adamansky@gmail.com>
Sun, 11 Aug 2013 16:36:26 +0000 (23:36 +0700)
committeradam <adamansky@gmail.com>
Sun, 11 Aug 2013 16:36:26 +0000 (23:36 +0700)
Changelog
README.md
package.json
tcejdb/Changelog
tcejdb/configure
tcejdb/configure.ac
tcejdb/debian/changelog
tcejdb/tcutil.h

index c3706ee..7197983 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+libtcejdb (1.1.18) testing; urgency=low
+
+ * Added support MongoDB $(projection) operator #15
+ * Fixed incorrect behavior of field inclusion in $fields #15
+ * Fixed wrong checking of $ in collection names #90
+ -- Anton Adamansky <adamansky@gmail.com>  Sun, 11 Aug 2013 23:32:26 +0700
+
 libtcejdb (1.1.17) testing; urgency=low
 
   * Supports nested `$and` and `$or` clauses. #81
index b2bc2e8..ce0c754 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ JSON representation of queries and data implemented with API based on [C BSON](h
 
 News
 ===============================
-* `2013-08-08` **[Now supported $and & $or mongodb operators] (https://github.com/Softmotions/ejdb/issues/81)**
+* `2013-08-11` **[v1.1.18 Added support for mongodb $ projection] (https://github.com/Softmotions/ejdb/wiki/V1.1.18)**
+* `2013-08-08` **[v1.1.17 Now supported $and & $or mongodb operators] (https://github.com/Softmotions/ejdb/issues/81)**
 * `2013-07-15` **[Google Go binding] (https://github.com/mkilling/goejdb)**
 * `2013-06-23` **[C# .Net binding] (https://github.com/Softmotions/ejdb/tree/master/nejdb)**
 * `2013-06-02` **[Adobe Air Native Extension (ANE) for EJDB (Thanks to @thejustinwalsh)] (https://github.com/thejustinwalsh/airejdb)**
index 1d33e52..4bff1fb 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name" : "ejdb",
-    "version" : "1.1.17-2",
+    "version" : "1.1.18",
     "config" : {
         "windownloadurl_ia32" : "http://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.17-mingw32-i686.zip",
         "windownloadurl_x64" : "http://dl.dropboxusercontent.com/u/4709222/ejdb/tcejdb-1.1.17-mingw32-x86_64.zip"
index c3706ee..7197983 100644 (file)
@@ -1,3 +1,11 @@
+libtcejdb (1.1.18) testing; urgency=low
+
+ * Added support MongoDB $(projection) operator #15
+ * Fixed incorrect behavior of field inclusion in $fields #15
+ * Fixed wrong checking of $ in collection names #90
+ -- Anton Adamansky <adamansky@gmail.com>  Sun, 11 Aug 2013 23:32:26 +0700
+
 libtcejdb (1.1.17) testing; urgency=low
 
   * Supports nested `$and` and `$or` clauses. #81
index 5c098bc..5e0dab5 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.17.
+# Generated by GNU Autoconf 2.69 for tcejdb 1.1.18.
 #
 #
 # 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.17'
-PACKAGE_STRING='tcejdb 1.1.17'
+PACKAGE_VERSION='1.1.18'
+PACKAGE_STRING='tcejdb 1.1.18'
 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.17 to adapt to many kinds of systems.
+\`configure' configures tcejdb 1.1.18 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.17:";;
+     short | recursive ) echo "Configuration of tcejdb 1.1.18:";;
    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.17
+tcejdb configure 1.1.18
 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.17, which was
+It was created by tcejdb $as_me 1.1.18, 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.17, which was
+This file was extended by tcejdb $as_me 1.1.18, 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.17
+tcejdb config.status 1.1.18
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index a2ada50..8e7d3d2 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.17)
+AC_INIT(tcejdb, 1.1.18)
 AC_CANONICAL_HOST
 
 # Package information
index c3706ee..7197983 100644 (file)
@@ -1,3 +1,11 @@
+libtcejdb (1.1.18) testing; urgency=low
+
+ * Added support MongoDB $(projection) operator #15
+ * Fixed incorrect behavior of field inclusion in $fields #15
+ * Fixed wrong checking of $ in collection names #90
+ -- Anton Adamansky <adamansky@gmail.com>  Sun, 11 Aug 2013 23:32:26 +0700
+
 libtcejdb (1.1.17) testing; urgency=low
 
   * Supports nested `$and` and `$or` clauses. #81
index 89ba0c8..b375f4a 100644 (file)
@@ -3733,7 +3733,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */
 
 #include <stdio.h>
 
-#define _TC_VERSION    "1.1.17"
+#define _TC_VERSION    "1.1.18"
 #define _TC_LIBVER     911
 #define _TC_FORMATVER  "1.0"