summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-12 00:16:55 +0200
committerKali Kaneko <kali@leap.se>2017-09-20 18:47:25 +0200
commit3c27930bcf3ba008f555036eb877d9a634972d84 (patch)
tree7bafecda12aed2913c48bb3a82a7014bce5ff60a
parent9f7797020b1277c733a2f496117df01105ddba31 (diff)
[docs] prettify changelog, bump it0.10.3
-rw-r--r--CHANGELOG.rst21
-rw-r--r--debian/changelog8
2 files changed, 19 insertions, 10 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7ca5ab40..564ee66c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,27 +1,30 @@
Changelog
=========
-0.10.3 - `master`_
+0.10.4 - `master`_
-------------------------------
.. note:: This version is not yet released and is under active development.
+0.10.3 - Mon 11 Sep, 2017
+----------------------------------
+
Server
~~~~~~
-- [bug] Add DELETE method to url mapper.
-- [bug[ Use correct keyword argument for server state initialization.
-- [feat] Get config file name from environment variable.
-- [bug] FileBodyProducer consumer usage wasn't closing the file
- [feat] Finished adding support for Incoming API
+- [feat] Get config file name from environment variable.
+- [bug] Add DELETE method to url mapper.
+- [bug] Use correct keyword argument for server state initialization.
+- `#8924 <https://0xacab.org/leap/soledad/issues/8924>`_: [bug] FileBodyProducer consumer usage wasn't closing the file
Client
~~~~~~
+- [feat] Add columns for sync state of blobs inside sqlcipher
- [bug] Several bugfixes for BlobManager initialization.
- [bug] Fix usage of StringIO class in gzip middleware.
-- [bug] FileBodyProducer consumer usage wasn't closing the db handle
-- [feat] Add columns for sync state of blobs inside sqlcipher
+- `#8924 <https://0xacab.org/leap/soledad/issues/8924>`_: [bug] FileBodyProducer consumer usage wasn't closing the file
Misc
~~~~
@@ -29,8 +32,8 @@ Misc
- Use latest version of pytest-benchmark.
- Find correct twistd when outside tox envs
- Build packages for zesty and stretch.
-- Add benchmark comparing legacy vs blobs sync
-- Add reactor responsiveness tests
+- Add benchmark comparing legacy vs blobs sync.
+- Add reactor responsiveness tests.
0.10.2 - Mon 21 Aug, 2017
diff --git a/debian/changelog b/debian/changelog
index e10a0c09..8678abe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
+soledad (0.10.3) unstable; urgency=medium
+
+ * Update to 0.10.3 release.
+
+ -- Kali Kaneko <kali@leap.se> Mon, 11 Sep 2017 00:00:00 -0400
+
soledad (0.10.2) unstable; urgency=medium
- * Update to 0.10.0 release.
+ * Update to 0.10.2 release.
-- Kali Kaneko <kali@leap.se> Mon, 21 Aug 2017 00:00:00 -0400