blob: d192b57ff8e9f9a81a30f2a9defd96dc1fe1a25e (
plain)
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
|
======================
Changes in pysqlcipher
======================
Release 2.6.10
--------------
- Update amalgamation to 3.15
- Patch amalgamation to show HAVE_USLEEP compile time option
- Cleanup setup.py
Release 2.6.9
-------------
- Add support for the blobs interface
Release 2.6.4
-------------
Bugfixes
''''''''
- Use HTTPS URI for amalgamation (`GH#11`_)
- Add support for msvc (`GH#12`_)
.. _`GH#11`: https://github.com/leapcode/pysqlcipher/issues/11
.. _`GH#12`: https://github.com/leapcode/pysqlcipher/issues/12
Release 2.6.3-1
---------------
Bugfixes
''''''''
- Fix building of ``pysqlcipher`` in osx. (`GH#8`_)
- Removes the need of importing pysqlite2 (`#2945`_)
.. _`#2945`: https://leap.se/code/issues/2945
.. _`GH#8`: https://github.com/leapcode/pysqlcipher/issues/8
Release 2.6.3
-------------
First release.
|