forked from Softmotions/ejdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
93 lines (52 loc) · 2.73 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
ejdb2 (2.0.14) testing; urgency=medium
* Android support
* Test cases for Android JNI binding
-- Anton Adamansky <[email protected]> Fri, 17 May 2019 00:57:11 +0700
ejdb2 (2.0.13) testing; urgency=medium
* Upgraded to iowow_1.3.17 with critical fixes
-- Anton Adamansky <[email protected]> Fri, 03 May 2019 18:27:10 +0700
ejdb2 (2.0.12) testing; urgency=medium
* Upgraded to iowow_1.3.16 with critical fixes
-- Anton Adamansky <[email protected]> Fri, 03 May 2019 11:59:56 +0700
ejdb2 (2.0.11) testing; urgency=medium
* Upgraded to iowow_1.3.15 with critical fixes
-- Anton Adamansky <[email protected]> Wed, 01 May 2019 23:34:20 +0700
ejdb2 (2.0.10) testing; urgency=medium
* CRITICAL: Fixed unexpected database file truncation and data loss on close.
* Upgraded to iowow 1.3.14
-- Anton Adamansky <[email protected]> Sat, 27 Apr 2019 01:12:15 +0700
ejdb2 (2.0.9) testing; urgency=medium
* Upgraded to iowow 1.3.13
* Building Native JNI binding on Android
* ejdb2_dart: Added notFound,invalidQuery to EJDB2Error
-- Anton Adamansky <[email protected]> Thu, 25 Apr 2019 17:47:16 +0700
ejdb2 (2.0.8) testing; urgency=medium
* Remove redundant memory coping in ejdb_put()
-- Anton Adamansky <[email protected]> Sun, 21 Apr 2019 14:38:08 +0700
ejdb2 (2.0.7) testing; urgency=medium
* Fixed deadlock condition with OSX pthread rwlocks.
* Phreads `PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP` is used by default
-- Anton Adamansky <[email protected]> Sun, 21 Apr 2019 12:20:27 +0700
ejdb2 (2.0.6) testing; urgency=medium
* Java JNI binding implemented (#243)
* Stability: `jql_create` takes own copy of `coll` argument
* Documentation improvements
-- Anton Adamansky <[email protected]> Fri, 19 Apr 2019 17:30:12 +0700
ejdb2 (2.0.5) testing; urgency=medium
* Library ported to OSX
* Library ported to Android NDK (#244)
-- Anton Adamansky <[email protected]> Mon, 15 Apr 2019 11:28:30 +0700
ejdb2 (2.0.4) testing; urgency=medium
* Landed DartVM binding https://pub.dartlang.org/packages/ejdb2_dart
* Minors API enhancements
-- Anton Adamansky <[email protected]> Tue, 09 Apr 2019 01:55:42 +0700
ejdb2 (2.0.3) testing; urgency=medium
* Fixed #238 Disable network access for PPA Lunchpad builds
* Removed gcc `-fvisibility=hidden` from shared lib flag
-- Anton Adamansky <[email protected]> Wed, 03 Apr 2019 17:39:52 +0700
ejdb2 (2.0.1) testing; urgency=medium
* Because we are static linked to iowow its header files included under `include/ejdb2/iowow`
-- Anton Adamansky <[email protected]> Tue, 02 Apr 2019 12:38:32 +0700
ejdb2 (2.0.0) testing; urgency=medium
* Initial beta release
-- Anton Adamansky <[email protected]> Mon, 01 Apr 2019 20:21:27 +0700