-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changes
45 lines (34 loc) · 1.28 KB
/
Changes
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
Changelog
Sun, Oct 11 2020 JoungKyun.Kim <http://oops.org>
- release 1.0.6
- support mariadb 10.5
- #9 build failure uner mariadb 10.3 and after
- #10 No such file or directory about m_string.h
Thu, Nov 17 2016 JoungKyun.Kim <http://oops.org>
- release 1.0.5
- fixed #7 setfault aes256_decrypt with unencrypted string
(https://github.com/antksk)
Thu, Aug 25 2016 JoungKyun.Kim <http://oops.org>
- enhanced configure for searching installed mysql informations
Sun, May 22 2016 JoungKyun.Kim <http://oops.org>
- release 1.0.4
- fixed #4 can not found my_global.h on configure
Fri, May 20 2016 JoungKyun.Kim <http://oops.org>
- remove --with-mysql-plugins-dir option
- add --with-mysql-config option
- fixed compile warning on gcc 4.8 (#3)
Thu, May 19 2016 JoungKyun.Kim <http://oops.org>
- fixed HAVE_LOG2 redefining warning on mariadb 10.1
Wed, Jun 4 2014 JoungKyun.Kim <http://oops.org>
- release 1.0.3
- support mariadb 10.0
Tue, Dec 24 2013 JoungKyun.Kim <http://oops.org>
- release 1.0.2
- fixed given argument with column name
Mon, Dec 23 2013 JoungKyun.Kim <http://oops.org>
- release 1.0.1
- support mysql 5.6
Fri, Sep 13 2013 JoungKyun.Kim <http://oops.org>
- base on mysql 5.5.33 my_aes.c
- compatible aes_encrypt/aes_decrypt native function
- 1.0.0 release