Move db tools to a separate package and make them PIE
[platform/upstream/ejdb.git] / Changelog
1 ejdb (1.2.12) testing; urgency=medium
2
3   *  Fix: "no record found" after creating two collections in a row #174
4   *  Fix: SEGFAULT on sequential open/close with the same handle #169
5
6  -- Adamansky Anton <adam@home>  Tue, 21 Mar 2017 15:57:29 +0700
7
8 ejdb (1.2.11) testing; urgency=medium
9
10   * EJDB_EXPORT for bson_free fixed #160
11   * Segmentation fault using $orderby #182
12
13  -- Anton Adamansky <adamansky@gmail.com>  Thu, 16 Mar 2017 12:25:59 +0700
14
15 ejdb (1.2.10) testing; urgency=medium
16
17   * Fix: Uninitialized Memory Conditional fixe #155
18   * Fix: $set fails to create nested keys if supplied with a non existent topmost key #148
19
20  -- Anton Adamansky <adamansky@gmail.com>  Fri, 24 Jul 2015 17:21:38 +0600
21
22 ejdb (1.2.9) testing; urgency=low
23
24   * Fix: Builds shared lib when -DBUILD_SHARED_LIBS:BOOL=OFF #143
25   * Fix: Not able to store data above 2GB on windows #149
26
27  -- Anton Adamansky <adam@dev-main.weblab.nsu.ru>  Fri, 10 Jul 2015 14:30:07 +0600
28
29 ejdb (1.2.8) testing; urgency=low
30
31   * Fix: Problem with the bson2json conversion dealing with doubles #135
32   *     $push and $pushAll operations are implemented. #130
33   * Fix: $rename can operate on nested json objects #107
34   * Fix: $inc doesn't create key if it doesn't exist #120
35   * Source code style fixes
36   * A data format version info now stored in the database meta header #139
37
38  -- Anton Adamansky <adamansky@gmail.com>  Mon, 01 Jun 2015 13:07:17 +0600
39
40 ejdb (1.2.7) testing; urgency=low
41
42   * EJDB nodejs modules now published as precompiled binaries for Windows
43   * Project build improvements #131
44   * Fix of Nodejs module windows build fail #12
45   * Added support of querying BSON symbols #129
46
47  -- Anton Adamansky <adamansky@gmail.com>  Thu, 23 Apr 2015 12:20:34 +0600
48
49 ejdb (1.2.6) testing; urgency=low
50
51   * Fix: $addToSet works improperly for non existent nested keys #123
52   * Fix: Queries of int64_t (longs) on Windows is returning invalid results #127
53   * Fix: Cross compile EJDB for MIPS fails #125
54
55  -- Anton Adamansky <adamansky@gmail.com>  Wed, 15 Apr 2015 10:24:43 +0600
56
57 ejdb (1.2.5) testing; urgency=low
58
59   * Build fixes for OSX #121 #122
60
61  -- Anton Adamansky <adamansky@gmail.com>  Fri, 27 Mar 2015 10:21:41 +0600
62
63 ejdb (1.2.4) testing; urgency=low
64
65   * rt lib depenedency on MacOS
66   * fixed incorrect static libejdb linkage options
67   * minor fixes in project build scripts
68
69  -- Anton Adamansky <adamansky@gmail.com>  Sun, 22 Mar 2015 22:45:31 +0600
70
71 ejdb (1.2.3) testing; urgency=low
72
73   * Project moved to CMake build system #115
74   * Added negation support for the $elemMatch #109
75   * Set `TCETHREAD` when pthread mutex or lock allocation fails.
76     - This change been cherry picked from  #4 https://github.com/Incubaid/tokyocabinet/pull/4
77   * Added $rename query operators.
78   * Fixed #104 #114
79   * Implemented $slice operator #14
80   * Added ability to do mongo like queries with the distinct operation #93
81   * EJDB shared library changed its name from `tcejdb` to `ejdb`
82
83  -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Mar 2015 23:15:01 +0700
84
85 ejdb (1.1.25) testing; urgency=low
86
87   * Mongodb $unset operation implemented #101
88   * json2bson segfaults for arrays of simple types #102
89
90  -- Anton Adamansky <adamansky@gmail.com>  Sun, 27 Oct 2013 23:32:14 +0700
91
92 ejdb (1.1.24) testing; urgency=low
93
94   * Fixed incorrect $set behaviour #99
95
96  -- Anton Adamansky <adamansky@gmail.com>  Tue, 10 Sep 2013 22:30:49 +0700
97
98 ejdb (1.1.23) testing; urgency=low
99
100   * Fixed crash with $elemMatch inside $and #96
101   * Memleak #97
102
103  -- Anton Adamansky <adamansky@gmail.com>  Tue, 03 Sep 2013 23:47:39 +0700
104
105 ejdb (1.1.22) testing; urgency=low
106
107   * Testing new package build script
108
109  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 02:36:48 +0700
110
111 ejdb (1.1.21) testing; urgency=low
112
113   * Testing new package build script
114
115  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 01:06:38 +0700
116
117 ejdb (1.1.20) testing; urgency=low
118
119   * Fixed minor bug with update positional operator.
120
121  -- Anton Adamansky <adamansky@gmail.com>  Tue, 20 Aug 2013 01:01:51 +0700
122
123 ejdb (1.1.19-4) testing; urgency=low
124
125   * Added support for MongoDB $(query) update operator #91
126
127  -- Anton Adamansky <adamansky@gmail.com>  Mon, 19 Aug 2013 16:07:29 +0700
128
129 ejdb (1.1.18) testing; urgency=low
130
131   * Added support MongoDB $(projection) operator #15
132
133   * Fixed incorrect behavior of field inclusion in $fields #15
134
135   * Fixed wrong checking of $ in collection names #90
136
137  -- Anton Adamansky <adamansky@gmail.com>  Sun, 11 Aug 2013 23:32:26 +0700
138
139 ejdb (1.1.17) testing; urgency=low
140
141   * Supports nested `$and` and `$or` clauses. #81
142
143  -- Anton Adamansky <adamansky@gmail.com>  Thu, 08 Aug 2013 18:03:11 +0700
144
145 ejdb (1.1.16) testing; urgency=low
146
147   * Fixed incorrect $set and $addToSet behaviour. #88 #89
148
149  -- Anton Adamansky <adamansky@gmail.com>  Wed, 07 Aug 2013 10:07:12 +0700
150
151 ejdb (1.1.15) testing; urgency=low
152
153   * Fixed segfault when passing NULL for cnames #84
154
155  -- Anton Adamansky <adamansky@gmail.com>  Sat, 20 Jul 2013 17:26:41 +0700
156
157 ejdb (1.1.14-2) testing; urgency=low
158
159   * Fix of arrays exporting in json export mode
160
161  -- Anton Adamansky <adamansky@gmail.com>  Fri, 19 Jul 2013 10:43:45 +0700
162
163 ejdb (1.1.14) testing; urgency=low
164
165   * Supports generic ejdb commands interface
166   * Export/Import database data implemented
167
168  -- Anton Adamansky <adamansky@gmail.com>  Thu, 18 Jul 2013 15:44:31 +0700
169
170 ejdb (1.1.13) testing; urgency=low
171
172   * .Net binding
173   * BSON processing fixes
174
175  -- Anton Adamansky <adamansky@gmail.com>  Fri, 21 Jun 2013 12:40:28 +0700
176
177 ejdb (1.1.12) testing; urgency=low
178
179   * Threading consistency improvements
180
181  -- Anton Adamansky <adamansky@gmail.com>  Mon, 03 Jun 2013 11:32:15 +0700
182
183 ejdb (1.1.10) testing; urgency=low
184
185   * Threading consistency improvements
186
187  -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 20:43:15 +0700
188
189 ejdb (1.1.8) testing; urgency=low
190
191   * Fullscan selects stability improvements
192
193  -- Anton Adamansky <adamansky@gmail.com>  Thu, 30 May 2013 17:45:00 +0700
194
195 ejdb (1.1.7) testing; urgency=low
196
197   * Fixed memleak #65
198
199  -- Anton Adamansky <adamansky@gmail.com>  Tue, 28 May 2013 12:35:56 +0700
200
201 ejdb (1.1.6) testing; urgency=low
202
203   * Better error reporting in the case of lack pthread resources.
204
205  -- Anton Adamansky <adamansky@gmail.com>  Sat, 25 May 2013 18:22:07 +0700
206
207 ejdb (1.1.5-0) testing; urgency=low
208
209   * TCHDB locking optimization
210   * Out of memory crash fixed (#64)
211
212  -- Anton Adamansky <adamansky@gmail.com>  Fri, 24 May 2013 01:12:16 +0700
213
214 ejdb (1.1.4-0) testing; urgency=low
215
216   * Array token index can be used for number eq matching
217
218  -- Anton Adamansky <adamansky@gmail.com>  Sun, 05 May 2013 22:11:14 +0700
219
220 ejdb (1.1.3-0) testing; urgency=low
221
222   * Minor optimizations in the header files
223
224  -- Anton Adamansky <adamansky@gmail.com>  Tue, 30 Apr 2013 13:02:48 +0700
225
226 ejdb (1.1.1-1) testing; urgency=low
227
228   * Various bugfixes
229   * EJDB & TokyoCabinet ported to windows
230
231  -- Anton Adamansky <adamansky@gmail.com>  Thu, 25 Apr 2013 13:22:39 +0700
232
233 ejdb (1.0.68-2) unstable; urgency=low
234
235   * Fixed number index crash #54
236
237  -- Anton Adamansky <adamansky@gmail.com>  Fri, 22 Mar 2013 18:01:39 +0700
238
239 ejdb (1.0.66) stable; urgency=low
240
241   * Better BSON error reporting
242
243  -- Anton Adamansky <adamansky@gmail.com>  Mon, 11 Mar 2013 00:16:58 +0700
244
245 ejdb (1.0.65) unstable; urgency=low
246
247   * Fix include directives to relative paths
248
249  -- Anton Adamansky <adamansky@gmail.com>  Wed, 13 Feb 2013 23:17:33 +0700
250
251 ejdb (1.0.64) unstable; urgency=low
252
253   * Build flags fix
254
255  -- Anton Adamansky <adamansky@gmail.com>  Tue, 12 Feb 2013 00:50:00 +0700
256
257 ejdb (1.0.63) unstable; urgency=low
258
259   * Fixed version number in tcutil.h
260
261  -- Anton Adamansky <adamansky@gmail.com>  Sun, 10 Feb 2013 15:34:29 +0700
262
263 ejdb (1.0.59) unstable; urgency=low
264
265   * Initial Release.
266
267  -- Anton Adamansky <adamansky@gmail.com>  Sat, 02 Feb 2013 23:42:28 +0700
268