lua minors
authoradam <adamansky@gmail.com>
Mon, 24 Jun 2013 07:30:29 +0000 (14:30 +0700)
committeradam <adamansky@gmail.com>
Mon, 24 Jun 2013 07:30:29 +0000 (14:30 +0700)
Changelog
luaejdb/debian/changelog
luaejdb/debian/control
luaejdb/luaejdb-1.0.4-1.rockspec [moved from luaejdb/luaejdb-1.0.4-0.rockspec with 97% similarity]

index 9e7c349..2db1ca3 100644 (file)
--- a/Changelog
+++ b/Changelog
-2013-04-25 Anton Adamansky. <adamansky@gmail.com>
-    * EJDB and TokyoCabinet API ported to Windows (ticket #12)
-    - Release 1.1.0
-
-2013-03-22 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed number index crash #54
-    - Release 1.0.68
-
-2013-03-20 Anton Adamansky. <adamansky@gmail.com>
-    * Python3 binding
-    * Lua binding
-    * Minor bug fixes
-    - Release 1.0.66
-
-2013-01-22 Anton Adamansky. <adamansky@gmail.com>
-    * Collection joins now supported (ticket #43)
-    - Release 1.0.55
-
-2013-01-16 Anton Adamansky. <adamansky@gmail.com>
-    * Crash fix #44
-    - Release 1.0.54
-
-2013-01-15 Anton Adamansky. <adamansky@gmail.com>
-    * Minor fix in ejdb.js (merged pull #42)
-    * Result set fields can be excluded (ticket #34)
-    - Release 1.0.53
-
-2013-01-14 Anton Adamansky. <adamansky@gmail.com>
-    * $addToSetAll and $pullAll operations implemented.
-    - Release 1.0.51
-
-2013-01-13 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed #35
-    * Fixed incorrect handling of query error codes.
-    - Release 1.0.50
-
-2013-01-11 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed crash if null fields presented in queries.
-    - Release 1.0.48
-
-2013-01-10 Anton Adamansky. <adamansky@gmail.com>
-    * Removed cunit library dependency for production builds.
-    - Release 1.0.47
-
-2013-01-09 Anton Adamansky. <adamansky@gmail.com>
-    * Critical fixes in ejdb cli console
-    * Fix count(*) query optimization when OR predicates used
-    * Collection should be automatically created for $upsert queries (ticket #32)
-    * Test cases are not executed during npm installation
-    - Release 1.0.46
-
-2013-01-09 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed crash on sorting (ticket #31)
-    - Release 1.0.44
-
-2013-01-08 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed #28
-    * Deprecated node.js API removeCollection() use dropCollection() instead.
-    - Release 1.0.43
-
-2013-01-07 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed #29
-    - Release 1.0.42
-
-2013-01-05 Anton Adamansky. <adamansky@gmail.com>
-    * Optimized count(*) on whole collection (ticket #27)
-    * Optimized $dropall on whole collection (ticket #26)
-    * Database files can be opened directly from CLI command line
-    * Fixed minor bug in $upsert operation
-    - Release 1.0.41
-
-2012-12-31 Anton Adamansky. <adamansky@gmail.com>
-    * Added `$upsert` opration (ticket #25)
-    * Expose ejdb transactions API in Nodejs binding (ticket #22)
-    - Release 1.0.38
-
-2012-12-28 Anton Adamansky. <adamansky@gmail.com>
-    * Performance enhancements, memory allocs reduced to %20-30%
-    - Release 1.0.37
-
-2012-12-27 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed crash when using update qry with single indexed field(ticket: #23)
-    - Release 1.0.36
-
-2012-12-26 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed crash on collection remove (ticket: #18)
-    * Incorrect dropping of all field indexes (ticket: #16)
-    - Release 1.0.35
-
-2012-12-25 Anton Adamansky. <adamansky@gmail.com>
-    * Nodejs database cursors more GC friendly
-    - Release 1.0.34
-
-2012-12-24 Anton Adamansky. <adamansky@gmail.com>
-    * Better array query matching
-    * $elemMatch support in queries (ticket: #13)
-    - Release 1.0.33
-
-2012-12-20 Anton Adamansky. <adamansky@gmail.com>
-    * Initial version of EJDB CLI console
-    * All db methods are synchronous if no callback provided
-    - Release 1.0.30
-
-2012-12-15 Anton Adamansky. <adamansky@gmail.com>
-    * Added EJDB.isValidOID() into nodejs API
-    - Release 1.0.28
-
-2012-12-14 Anton Adamansky. <adamansky@gmail.com>
-    * Added `$addToSet` and `$pull` operations.
-    - Release 1.0.27
-
-2012-12-04 Anton Adamansky. <adamansky@gmail.com>
-    * Allows multiple matching conditions for single query field. Eg: {'age' : {'$lt' : '60', '$gt' : '30'}}
-    - Release 1.0.25
-
-2012-12-01 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed various threading issues
-    - Release 1.0.24
-
-2012-11-30 Anton Adamansky. <adamansky@gmail.com>
-    * Fix crash when using `$strand` and `$stror` operations
-    - Release 1.0.22
-
-2012-11-30 Anton Adamansky. <adamansky@gmail.com>
-    * Query optimization in the case of many arguments (>16) in `$in` operator
-    - Release 1.0.21
-
-2012-11-29 Anton Adamansky. <adamansky@gmail.com>
-    * More strict `_id` field checking on saving bsons
-    * Fixed bug if `_id` used with `$nin` operator
-    - Release 1.0.20
-
-2012-11-28 Anton Adamansky. <adamansky@gmail.com>
-    * The $begin query operation now works with tokens. Eg: {'name' : {'$begin' : ['token1', 'token2', ...]}}
-    - Release 1.0.18
-
-2012-11-27 Anton Adamansky. <adamansky@gmail.com>
-    * Added $dropall query operation in order to remove matched records
-    * Better boolean type support, boolean values treated as numbers.
-    * Various bugfixes
-    - Release 1.0.17
-
-2012-11-26 Anton Adamansky. <adamansky@gmail.com>
-    * NodeJS: Added merge json object option ($merge) in save() method
-    * Added ejdbsavebson2() with merge option.
-    - Release 1.0.14
-
-2012-11-25 Anton Adamansky. <adamansky@gmail.com>
-    * Fixed assertion error in nodejs binding when using update queries
-    * Write lock acquired on each collection when closing database by 'ejdbclose()'
-    * Synchronous versions of setIndex and sync function was provided
-    - Release 1.0.13
-
-2012-11-20 Anton Adamansky. <adamansky@gmail.com>
-    * #9 In-place update operations `$set` and `$inc`
-    - Release 1.0.11
-
-2012-11-16 Anton Adamansky. <adamansky@gmail.com>
-    * #8 Field subset selection in queries
-    - Release 1.0.9
-
-2012-11-15 Anton Adamansky. <adamansky@gmail.com>
-    * #7 Support PK hash index for $in operation if '_id' field is used in matching
-    - Release 1.0.8
-
-2012-11-14 Anton Adamansky. <adamansky@gmail.com>
-    * New case insensitive field matching query operand: $icase
-    * Case insensitive string indexes support
-    - Release 1.0.7
-
-2012-11-08 Anton Adamansky. <adamansky@gmail.com>
-    * Correct query matching of _id field
-    - Release 1.0.6
-
-2012-11-08 Anton Adamansky. <adamansky@gmail.com>
-    * Better bson checking in query API
-    - Release 1.0.5
-
-2012-11-08 Anton Adamansky. <adamansky@gmail.com>
-    * OSX build fixes
-    - Release 1.0.3
-
-2012-11-06 Anton Adamansky. <adamansky@gmail.com>
-    * Node.js binding
-    - Release 1.0.1
-
-2012-10-27 Anton Adamansky. <adamansky@gmail.com>
-    * Initial release based on Tokyo Cabinet v1.4.48
-    - Release 1.0.0
+libtcejdb (1.1.13) testing; urgency=low
+
+  * .Net binding
+  * BSON processing fixes 
+
+ -- Anton Adamansky <adamansky@gmail.com>  Fri, 21 Jun 2013 12:40:28 +0700
+
+libtcejdb (1.1.12) testing; urgency=low
+
+  * Threading consistency improvements
+
+ -- Anton Adamansky <adamansky@gmail.com>  Mon, 03 Jun 2013 11:32:15 +0700
+
+libtcejdb (1.1.10) testing; urgency=low
+
+  * Threading consistency improvements 
+
+ -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 20:43:15 +0700
+
+libtcejdb (1.1.8) testing; urgency=low
+
+  * Fullscan selects stability improvements
+
+ -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 17:45:00 +0700
+
+libtcejdb (1.1.7) testing; urgency=low
+
+  * Fixed memleak #65
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 28 May 2013 12:35:56 +0700
+
+libtcejdb (1.1.6) testing; urgency=low
+
+  * Better error reporting in the case of lack pthread resources. 
+
+ -- Anton Adamansky <adamansky@gmail.com>  Sat, 25 May 2013 18:22:07 +0700
+
+libtcejdb (1.1.5-0) testing; urgency=low
+
+  * TCHDB locking optimization 
+  * Out of memory crash fixed (#64)
+
+ -- Anton Adamansky <adamansky@gmail.com>  Fri, 24 May 2013 01:12:16 +0700
+
+libtcejdb (1.1.4-0) testing; urgency=low
+
+  * Array token index can be used for number eq matching
+
+ -- Anton Adamansky <adamansky@gmail.com>  Sun, 05 May 2013 22:11:14 +0700
+
+libtcejdb (1.1.3-0) testing; urgency=low
+
+  * Minor optimizations in the header files
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 30 Apr 2013 13:02:48 +0700
+
+libtcejdb (1.1.1-1) testing; urgency=low
+
+  * Various bugfixes
+  * EJDB & TokyoCabinet ported to windows
+
+ -- Anton Adamansky <adamansky@gmail.com>  Thu, 25 Apr 2013 13:22:39 +0700
+
+libtcejdb (1.0.68-2) unstable; urgency=low
+
+  * Fixed number index crash #54
+
+ -- Anton Adamansky <adamansky@gmail.com>  Fri, 22 Mar 2013 18:01:39 +0700
+
+libtcejdb (1.0.66) stable; urgency=low
+
+  * Better BSON error reporting
+
+ -- Anton Adamansky <adamansky@gmail.com>  Mon, 11 Mar 2013 00:16:58 +0700
+
+libtcejdb (1.0.65) unstable; urgency=low
+
+  * Fix include directives to relative paths
+
+ -- Anton Adamansky <adamansky@gmail.com>  Wed, 13 Feb 2013 23:17:33 +0700
+
+libtcejdb (1.0.64) unstable; urgency=low
+
+  * Build flags fix
+
+ -- Anton Adamansky <adamansky@gmail.com>  Tue, 12 Feb 2013 00:50:00 +0700
+
+libtcejdb (1.0.63) unstable; urgency=low
+
+  * Fixed version number in tcutil.h
+
+ -- Anton Adamansky <adamansky@gmail.com>  Sun, 10 Feb 2013 15:34:29 +0700
+
+libtcejdb (1.0.59) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Anton Adamansky <adamansky@gmail.com>  Sat, 02 Feb 2013 23:42:28 +0700
+
index e3f0faf..d18536a 100644 (file)
@@ -1,3 +1,9 @@
+lua-ejdb (1.0.4-1) testing; urgency=low
+
+  * EJDB 1.1.13 
+
+ -- Anton Adamansky <adamansky@gmail.com>  Mon, 24 Jun 2013 12:38:50 +0700
+
 lua-ejdb (1.0.3-2) testing; urgency=low
 
   * EJDB 1.1.x migration
index 852aed6..9106a54 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Anton Adamansky <adamansky@gmail.com>
 Build-Depends:
  debhelper (>= 9),
- libtcejdb9-dev (>= 1.1.3),
+ libtcejdb9-dev (>= 1.1.13),
  luarocks (>= 2.0),
  lua-penlight,
  lua-filesystem
@@ -18,7 +18,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- libtcejdb9 (>= 1.1.3)
+ libtcejdb9 (>= 1.1.13)
 Recommends: lua5.1
 Description: Lua binding for EJDB
  EJDB aims to be a fast MongoDB-like library which can be embedded into C/C++/NodeJS/Python/Lua
similarity index 97%
rename from luaejdb/luaejdb-1.0.4-0.rockspec
rename to luaejdb/luaejdb-1.0.4-1.rockspec
index 3c7a03d..d423769 100644 (file)
@@ -1,5 +1,5 @@
 package = "luaejdb"
-version = "1.0.4-0"
+version = "1.0.4-1"
 source = {
   url = "https://github.com/Softmotions/ejdb.git"
 }