summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-06-25 23:43:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-06-25 23:49:52 +0200
commitae7899cab8104fa3c3078a3e61ddfa58a826e39a (patch)
tree6ee84cc5c544ee2006735388deec200cf2f6ce7d /CHANGELOG.md
parent9b7d828f8386808e3d65cdc0ae6bf351897b8798 (diff)
Release v0.2.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md76
1 files changed, 63 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b659e7a6..f0a24be0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,22 +1,72 @@
1 1
2 2
3## v0.2.3
4
5### Merged PRs:
6
7- [#951](https://github.com/TokTok/c-toxcore/pull/951) Only run astyle if the astyle binary exists.
8- [#950](https://github.com/TokTok/c-toxcore/pull/950) Remove utils.c and utils.h from toxencryptsave build.
9- [#949](https://github.com/TokTok/c-toxcore/pull/949) Fixes to the imported sodium sources to compile without warnings.
10- [#948](https://github.com/TokTok/c-toxcore/pull/948) Add a MAX_HOSTNAME_LENGTH constant.
11- [#947](https://github.com/TokTok/c-toxcore/pull/947) Remove the format test.
12- [#937](https://github.com/TokTok/c-toxcore/pull/937) Add new Circle CI configuration.
13- [#935](https://github.com/TokTok/c-toxcore/pull/935) Add a test for double conference invite.
14- [#933](https://github.com/TokTok/c-toxcore/pull/933) Add Logger to various net_crypto functions, and add `const` to Logger where possible.
15- [#931](https://github.com/TokTok/c-toxcore/pull/931) Avoid conditional-uninitialised warning for tcp test.
16- [#930](https://github.com/TokTok/c-toxcore/pull/930) Disable UDP when proxy is enabled.
17- [#928](https://github.com/TokTok/c-toxcore/pull/928) Use clang-format for C++ code.
18- [#927](https://github.com/TokTok/c-toxcore/pull/927) Add assertions to bootstrap tests for correct connection type.
19- [#926](https://github.com/TokTok/c-toxcore/pull/926) Make NULL options behave the same as default options.
20- [#925](https://github.com/TokTok/c-toxcore/pull/925) Add tests for what happens when passing an invalid proxy host.
21- [#924](https://github.com/TokTok/c-toxcore/pull/924) Make the net_crypto connection state an enum.
22- [#922](https://github.com/TokTok/c-toxcore/pull/922) Clarify/Improve test_some test
23- [#921](https://github.com/TokTok/c-toxcore/pull/921) Beginnings of a TCP_test.c overhaul
24- [#920](https://github.com/TokTok/c-toxcore/pull/920) Add test for creating multiple conferences in one tox.
25- [#918](https://github.com/TokTok/c-toxcore/pull/918) Merge irungentoo/master into toktok
26- [#917](https://github.com/TokTok/c-toxcore/pull/917) Add random testing program.
27- [#916](https://github.com/TokTok/c-toxcore/pull/916) Fix linking with address sanitizer.
28- [#915](https://github.com/TokTok/c-toxcore/pull/915) Remove resource_leak_test.
29- [#914](https://github.com/TokTok/c-toxcore/pull/914) Make dht_test more stable.
30- [#913](https://github.com/TokTok/c-toxcore/pull/913) Minor cleanup: return early on error condition.
31- [#906](https://github.com/TokTok/c-toxcore/pull/906) Sort bazel build file according to buildifier standard.
32- [#905](https://github.com/TokTok/c-toxcore/pull/905) In DEBUG mode, make toxcore crash on signed integer overflow.
33- [#902](https://github.com/TokTok/c-toxcore/pull/902) Log only the filename, not the full path in LOGGER.
34- [#899](https://github.com/TokTok/c-toxcore/pull/899) Fix macOS macro because of GNU Mach
35- [#898](https://github.com/TokTok/c-toxcore/pull/898) Fix enumeration of Crypto_Connection instances
36- [#897](https://github.com/TokTok/c-toxcore/pull/897) Fix ipport_isset: port 0 is not a valid port.
37- [#894](https://github.com/TokTok/c-toxcore/pull/894) Fix logging related crash in bootstrap node
38- [#893](https://github.com/TokTok/c-toxcore/pull/893) Fix bootstrap crashes, still
39- [#892](https://github.com/TokTok/c-toxcore/pull/892) Add empty logger to DHT bootstrap daemons.
40- [#887](https://github.com/TokTok/c-toxcore/pull/887) Fix FreeBSD build on Travis
41- [#884](https://github.com/TokTok/c-toxcore/pull/884) Fix the often call of event tox_friend_connection_status
42- [#883](https://github.com/TokTok/c-toxcore/pull/883) Make toxcore compile on BSD
43- [#878](https://github.com/TokTok/c-toxcore/pull/878) fix DHT_bootstrap key loading
44- [#877](https://github.com/TokTok/c-toxcore/pull/877) Add minitox to under "Other resources" section in the README
45- [#875](https://github.com/TokTok/c-toxcore/pull/875) Make bootstrap daemon use toxcore's version
46- [#867](https://github.com/TokTok/c-toxcore/pull/867) Improve network error reporting on Windows
47- [#841](https://github.com/TokTok/c-toxcore/pull/841) Only check full rtp offset if RTP_LARGE_FRAME is set
48- [#823](https://github.com/TokTok/c-toxcore/pull/823) Finish @Diadlo's network Family abstraction.
49- [#822](https://github.com/TokTok/c-toxcore/pull/822) Move system header includes from network.h to network.c
50
3## v0.2.2 51## v0.2.2
4 52
5### Merged PRs: 53### Merged PRs:
6 54
7- [#872](https://github.com/TokTok/c-toxcore/issues/872) Restrict packet kinds that can be sent through onion path. 55- [#872](https://github.com/TokTok/c-toxcore/pull/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 56- [#864](https://github.com/TokTok/c-toxcore/pull/864) CMake warn if libconfig not found
9- [#863](https://github.com/TokTok/c-toxcore/issues/863) Remove broken and unmaintained scripts. 57- [#863](https://github.com/TokTok/c-toxcore/pull/863) Remove broken and unmaintained scripts.
10- [#859](https://github.com/TokTok/c-toxcore/issues/859) Add clarifying comment to cryptpacket_received function. 58- [#862](https://github.com/TokTok/c-toxcore/pull/862) Release v0.2.2
11- [#857](https://github.com/TokTok/c-toxcore/issues/857) Avoid the use of rand() in tests. 59- [#859](https://github.com/TokTok/c-toxcore/pull/859) Add clarifying comment to cryptpacket_received function.
12- [#846](https://github.com/TokTok/c-toxcore/issues/846) Disallow stderr logger by default. 60- [#857](https://github.com/TokTok/c-toxcore/pull/857) Avoid the use of rand() in tests.
13- [#845](https://github.com/TokTok/c-toxcore/issues/845) Fix coveralls reporting. 61- [#852](https://github.com/TokTok/c-toxcore/pull/852) bugfix build error on MacOS
14- [#844](https://github.com/TokTok/c-toxcore/issues/844) Add COVERAGE cmake flag for clang. 62- [#846](https://github.com/TokTok/c-toxcore/pull/846) Disallow stderr logger by default.
15- [#825](https://github.com/TokTok/c-toxcore/issues/825) Add default stderr logger for logging to nullptr. 63- [#845](https://github.com/TokTok/c-toxcore/pull/845) Fix coveralls reporting.
16- [#824](https://github.com/TokTok/c-toxcore/issues/824) Simplify sendpacket function, deduplicate some logic. 64- [#844](https://github.com/TokTok/c-toxcore/pull/844) Add COVERAGE cmake flag for clang.
17- [#809](https://github.com/TokTok/c-toxcore/issues/809) Remove the use of the 'hh' format specifier. 65- [#825](https://github.com/TokTok/c-toxcore/pull/825) Add default stderr logger for logging to nullptr.
18- [#801](https://github.com/TokTok/c-toxcore/issues/801) Add logging to the onion_test. 66- [#824](https://github.com/TokTok/c-toxcore/pull/824) Simplify sendpacket function, deduplicate some logic.
19- [#797](https://github.com/TokTok/c-toxcore/issues/797) Move struct DHT_Friend into DHT.c. 67- [#809](https://github.com/TokTok/c-toxcore/pull/809) Remove the use of the 'hh' format specifier.
68- [#801](https://github.com/TokTok/c-toxcore/pull/801) Add logging to the onion_test.
69- [#797](https://github.com/TokTok/c-toxcore/pull/797) Move struct DHT_Friend into DHT.c.
20 70
21## v0.2.1 71## v0.2.1
22 72