summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-04-14 13:21:21 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-04-27 20:20:19 +0200
commitf6db9333e2d1262e7ba3846563c30f63c98ffa38 (patch)
tree721604078aa76f0f2b01fe19da854409554da694 /CHANGELOG.md
parentc25e3d2d7c08201f74768fda9a650a7b80c8ec88 (diff)
Release v0.1.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce889011..7de7fc74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,35 @@
1 1
2 2
3## v0.1.8
4
5### Closed issues:
6
7- [#535](https://github.com/TokTok/c-toxcore/issues/535) OS X tests failing
8- [#503](https://github.com/TokTok/c-toxcore/issues/503) Undefined functions: tox_pass_salt_length, tox_pass_key_length, tox_pass_encryption_extra_length
9- [#456](https://github.com/TokTok/c-toxcore/issues/456) Tox.h doesn't expose the size of the nospam.
10- [#411](https://github.com/TokTok/c-toxcore/issues/411) Reduce CTest timeout to 2 minutes
11
12### Merged PRs:
13
14- [#538](https://github.com/TokTok/c-toxcore/issues/538) Reverting tox_loop PR changes
15- [#526](https://github.com/TokTok/c-toxcore/issues/526) Add TOX_NOSPAM_SIZE to the public API.
16- [#525](https://github.com/TokTok/c-toxcore/issues/525) Retry autotools tests the same way as cmake tests.
17- [#524](https://github.com/TokTok/c-toxcore/issues/524) Reduce ctest timeout to 2 minutes from 5 minutes.
18- [#512](https://github.com/TokTok/c-toxcore/issues/512) Add test for DHT pack_nodes and unpack_nodes
19- [#504](https://github.com/TokTok/c-toxcore/issues/504) CMake: install bootstrapd if it is built
20- [#488](https://github.com/TokTok/c-toxcore/issues/488) Save compiled Android artifacts after CircleCI builds.
21- [#473](https://github.com/TokTok/c-toxcore/issues/473) Added missing includes: <netinet/in.h> and <sys/socket.h>
22- [#335](https://github.com/TokTok/c-toxcore/issues/335) Implement tox_loop
23
3## v0.1.7 24## v0.1.7
4 25
5### Closed issues: 26### Closed issues:
6 27
7- [#482](https://github.com/TokTok/c-toxcore/issues/482) CMake can't detect and compile ToxAV on OSX 28- [#474](https://github.com/TokTok/c-toxcore/issues/474) TOX_VERSION_PATCH isn't in sync with the version
8 29
9### Merged PRs: 30### Merged PRs:
10 31
32- [#523](https://github.com/TokTok/c-toxcore/issues/523) Release v0.1.7
11- [#521](https://github.com/TokTok/c-toxcore/issues/521) Fix appveyor script: install curl from chocolatey. 33- [#521](https://github.com/TokTok/c-toxcore/issues/521) Fix appveyor script: install curl from chocolatey.
12- [#510](https://github.com/TokTok/c-toxcore/issues/510) Fix list malloc(0) bug 34- [#510](https://github.com/TokTok/c-toxcore/issues/510) Fix list malloc(0) bug
13- [#509](https://github.com/TokTok/c-toxcore/issues/509) Fix network malloc(0) bug 35- [#509](https://github.com/TokTok/c-toxcore/issues/509) Fix network malloc(0) bug