summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-04-04 22:18:26 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-04-18 00:13:16 +0200
commit2824daf74a6d2bd60ebaf387a30f1b7719b6b67c (patch)
treee66f40babf80d6661ebe01d1e98bede2c36e8fd4 /CHANGELOG.md
parente16cf49b21c6434c44040c23f07f5874442f3589 (diff)
Release v0.2.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de54cddd..b659e7a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,28 @@
1 1
2 2
3## v0.2.2
4
5### Merged PRs:
6
7- [#872](https://github.com/TokTok/c-toxcore/issues/872) Restrict packet kinds that can be sent through onion path.
8- [#864](https://github.com/TokTok/c-toxcore/issues/864) CMake warn if libconfig not found
9- [#863](https://github.com/TokTok/c-toxcore/issues/863) Remove broken and unmaintained scripts.
10- [#859](https://github.com/TokTok/c-toxcore/issues/859) Add clarifying comment to cryptpacket_received function.
11- [#857](https://github.com/TokTok/c-toxcore/issues/857) Avoid the use of rand() in tests.
12- [#846](https://github.com/TokTok/c-toxcore/issues/846) Disallow stderr logger by default.
13- [#845](https://github.com/TokTok/c-toxcore/issues/845) Fix coveralls reporting.
14- [#844](https://github.com/TokTok/c-toxcore/issues/844) Add COVERAGE cmake flag for clang.
15- [#825](https://github.com/TokTok/c-toxcore/issues/825) Add default stderr logger for logging to nullptr.
16- [#824](https://github.com/TokTok/c-toxcore/issues/824) Simplify sendpacket function, deduplicate some logic.
17- [#809](https://github.com/TokTok/c-toxcore/issues/809) Remove the use of the 'hh' format specifier.
18- [#801](https://github.com/TokTok/c-toxcore/issues/801) Add logging to the onion_test.
19- [#797](https://github.com/TokTok/c-toxcore/issues/797) Move struct DHT_Friend into DHT.c.
20
3## v0.2.1 21## v0.2.1
4 22
5### Merged PRs: 23### Merged PRs:
6 24
25- [#839](https://github.com/TokTok/c-toxcore/pull/839) Update changelog for 0.2.1
7- [#837](https://github.com/TokTok/c-toxcore/pull/837) Update version to 0.2.1. 26- [#837](https://github.com/TokTok/c-toxcore/pull/837) Update version to 0.2.1.
8- [#833](https://github.com/TokTok/c-toxcore/pull/833) Add missing tox_nospam_size() function 27- [#833](https://github.com/TokTok/c-toxcore/pull/833) Add missing tox_nospam_size() function
9- [#832](https://github.com/TokTok/c-toxcore/pull/832) Don't set RTP_LARGE_FRAME on rtp audio packets 28- [#832](https://github.com/TokTok/c-toxcore/pull/832) Don't set RTP_LARGE_FRAME on rtp audio packets