summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-22 14:54:19 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-22 14:54:19 +0200
commitdf0fd496fbc7dfcf468f72881e81ef6424fe39fd (patch)
tree24fb915bb70e01ddf7146eb83f5910538e80c1df /NEWS.rst
parentf12586c0fa5c8a877b4a6538d9ebb0c0a1a33745 (diff)
parentf472f1a6382abc698f74a1afbb07b2274b3a3d45 (diff)
merge master
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
new file mode 100644
index 0000000..d192b57
--- /dev/null
+++ b/NEWS.rst
@@ -0,0 +1,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.