summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-01-03 22:41:23 +0100
committerRobin Lindén <dev@robinlinden.eu>2019-01-12 23:35:54 +0100
commit98b754e1f22220f10196760389371dba6d139c6f (patch)
tree64f9242fa0b31aa7033c15c35528f57cdaca69bd /CHANGELOG.md
parenta4bca35a1a6e17187f821dbbdfe02798f7f1469e (diff)
Release 0.2.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md70
1 files changed, 69 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 561f72dc..7096d138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,78 @@
1 1
2 2
3## v0.2.9
4
5### Merged PRs:
6
7- [#1296](https://github.com/TokTok/c-toxcore/pull/1296) Add some const qualifiers
8- [#1295](https://github.com/TokTok/c-toxcore/pull/1295) Implement all min/max functions for (un)signed int types.
9- [#1293](https://github.com/TokTok/c-toxcore/pull/1293) Fix misaligned 4-byte access in trace logging.
10- [#1291](https://github.com/TokTok/c-toxcore/pull/1291) Use correct path to test log to cat on error.
11- [#1290](https://github.com/TokTok/c-toxcore/pull/1290) Display build log for autotools build on failure.
12- [#1289](https://github.com/TokTok/c-toxcore/pull/1289) Enable auto tests under STRICT_ABI if static libs are available.
13- [#1288](https://github.com/TokTok/c-toxcore/pull/1288) Add MIN_LOGGER_LEVEL to the Circle CI builds.
14- [#1287](https://github.com/TokTok/c-toxcore/pull/1287) Avoid sending group messages to a peer before we have its group number
15- [#1284](https://github.com/TokTok/c-toxcore/pull/1284) Use new WineHQ Debian package repository key
16- [#1282](https://github.com/TokTok/c-toxcore/pull/1282) Merge irungentoo/master back into toktok/master.
17- [#1281](https://github.com/TokTok/c-toxcore/pull/1281) Allow unauthenticated wine packages in the Windows build.
18- [#1278](https://github.com/TokTok/c-toxcore/pull/1278) Add cmake option for building additional tests
19- [#1277](https://github.com/TokTok/c-toxcore/pull/1277) Define tox_conference_id_size and tox_conference_uid_size
20- [#1273](https://github.com/TokTok/c-toxcore/pull/1273) Avoid format truncation in save compatibility test
21- [#1272](https://github.com/TokTok/c-toxcore/pull/1272) Upgrade bazel to 0.19.0 to fix the bazel build.
22- [#1271](https://github.com/TokTok/c-toxcore/pull/1271) Return TOX_ERR_CONFERENCE_SEND_MESSAGE_NO_CONNECTION if we are not connected to any peers
23- [#1268](https://github.com/TokTok/c-toxcore/pull/1268) Fix indices calculation for congestion control.
24- [#1267](https://github.com/TokTok/c-toxcore/pull/1267) Improve handling of peers entering and leaving conferences
25- [#1266](https://github.com/TokTok/c-toxcore/pull/1266) Expose offline conference peers in API
26- [#1242](https://github.com/TokTok/c-toxcore/pull/1242) Fix critical stack overflow arising from VLA usage
27- [#1239](https://github.com/TokTok/c-toxcore/pull/1239) Add some hopefully helpful documentation to the functions in mono_time.h
28- [#1235](https://github.com/TokTok/c-toxcore/pull/1235) Change method of PK production for FAKE friend in DHT
29- [#1234](https://github.com/TokTok/c-toxcore/pull/1234) Increase NOFILE limit for tox-bootstrapd
30- [#1231](https://github.com/TokTok/c-toxcore/pull/1231) Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.
31- [#1230](https://github.com/TokTok/c-toxcore/pull/1230) Add `LOGGER_ASSERT` for checking fatal error conditions.
32- [#1229](https://github.com/TokTok/c-toxcore/pull/1229) Include `CTest` in CMakeLists.txt to get valgrind support.
33- [#1228](https://github.com/TokTok/c-toxcore/pull/1228) Consistently use camel case enum names.
34- [#1223](https://github.com/TokTok/c-toxcore/pull/1223) Add AUTOTEST option to CMakeLists.txt
35- [#1221](https://github.com/TokTok/c-toxcore/pull/1221) Make tox-bootstrapd free memory on SIGINT and SIGTERM
36- [#1218](https://github.com/TokTok/c-toxcore/pull/1218) Support DragonFlyBSD and prune unused variables.
37- [#1215](https://github.com/TokTok/c-toxcore/pull/1215) Ensure save data unchanged after save and load
38- [#1213](https://github.com/TokTok/c-toxcore/pull/1213) Make saving and loading the responsibility of Tox rather than Messenger
39- [#1211](https://github.com/TokTok/c-toxcore/pull/1211) Some improvements to tox-bootstrapd's Dockerfile
40- [#1210](https://github.com/TokTok/c-toxcore/pull/1210) Remove Alpine Linux bootstrap daemon dockerfile.
41- [#1209](https://github.com/TokTok/c-toxcore/pull/1209) Improve Windows compatibility of toxav code.
42- [#1206](https://github.com/TokTok/c-toxcore/pull/1206) Add LAN_discovery to the list of apidsl-generated files.
43- [#1156](https://github.com/TokTok/c-toxcore/pull/1156) conferences saving
44
45### Closed issues:
46
47- [#1285](https://github.com/TokTok/c-toxcore/issues/1285) Persistent group titles get mixed up
48- [#1276](https://github.com/TokTok/c-toxcore/issues/1276) How to run test case?
49- [#1264](https://github.com/TokTok/c-toxcore/issues/1264) tox_conference_id_size() symbol missing
50- [#1262](https://github.com/TokTok/c-toxcore/issues/1262) Fails to build with STRICT_ABI option
51- [#1169](https://github.com/TokTok/c-toxcore/issues/1169) PK should not be generated with random_bytes
52- [#1143](https://github.com/TokTok/c-toxcore/issues/1143) Test #1081
53- [#956](https://github.com/TokTok/c-toxcore/issues/956) friendlist access (add, delete, ...) causes crashes sometimes
54- [#777](https://github.com/TokTok/c-toxcore/issues/777) Proposal: TFCL [Tox Friend Capabilities Level]
55- [#762](https://github.com/TokTok/c-toxcore/issues/762) packet ranges not very clearly explained
56- [#743](https://github.com/TokTok/c-toxcore/issues/743) Proposal: reduce Video corruption even more by negotating the reference frame between sender and receiver
57- [#735](https://github.com/TokTok/c-toxcore/issues/735) Proposal: Tox MessageV2
58- [#663](https://github.com/TokTok/c-toxcore/issues/663) libvpx vulnerability
59- [#626](https://github.com/TokTok/c-toxcore/issues/626) please add documentation to: bwcontroller.c
60- [#625](https://github.com/TokTok/c-toxcore/issues/625) function names misleading in ToxAV
61- [#617](https://github.com/TokTok/c-toxcore/issues/617) WIP: ToxIdenticon - howto
62- [#610](https://github.com/TokTok/c-toxcore/issues/610) PACKET_LOSSY_AV_RESERVED 8 # why?
63- [#609](https://github.com/TokTok/c-toxcore/issues/609) payload_type hardcoded
64- [#589](https://github.com/TokTok/c-toxcore/issues/589) running a normal tox node as tcp relay is not possible
65- [#584](https://github.com/TokTok/c-toxcore/issues/584) [INFO]: network graphs 0.1.9 vs 0.1.10
66- [#548](https://github.com/TokTok/c-toxcore/issues/548) toxcore removes message receipts and filetransfers from memory, when client has short network outage
67- [#375](https://github.com/TokTok/c-toxcore/issues/375) Invalid bit rate prevents call
68
3## v0.2.8 69## v0.2.8
4 70
5### Merged PRs: 71### Merged PRs:
6 72
73- [#1225](https://github.com/TokTok/c-toxcore/pull/1225) Release 0.2.8
7- [#1224](https://github.com/TokTok/c-toxcore/pull/1224) Avoid use of IPv6 in tests if not supported (e.g. on Travis). 74- [#1224](https://github.com/TokTok/c-toxcore/pull/1224) Avoid use of IPv6 in tests if not supported (e.g. on Travis).
8- [#1216](https://github.com/TokTok/c-toxcore/pull/1216) Fix memleak in tcp server by wiping priority queues on deletion 75- [#1216](https://github.com/TokTok/c-toxcore/pull/1216) Fix memory leak in tcp server by wiping priority queues on deletion.
9- [#1212](https://github.com/TokTok/c-toxcore/pull/1212) Fix logger level defaulting to TRACE in CMake 76- [#1212](https://github.com/TokTok/c-toxcore/pull/1212) Fix logger level defaulting to TRACE in CMake
10- [#1208](https://github.com/TokTok/c-toxcore/pull/1208) Remove a function-like macro and replace it with a function. 77- [#1208](https://github.com/TokTok/c-toxcore/pull/1208) Remove a function-like macro and replace it with a function.
11- [#1205](https://github.com/TokTok/c-toxcore/pull/1205) Use a working DHT node for bootstrap tests. 78- [#1205](https://github.com/TokTok/c-toxcore/pull/1205) Use a working DHT node for bootstrap tests.
@@ -47,6 +114,7 @@
47 114
48### Closed issues: 115### Closed issues:
49 116
117- [#1214](https://github.com/TokTok/c-toxcore/issues/1214) Massive red shutdown of nodes
50- [#1201](https://github.com/TokTok/c-toxcore/issues/1201) Windows cross-compilation is broken 118- [#1201](https://github.com/TokTok/c-toxcore/issues/1201) Windows cross-compilation is broken
51- [#961](https://github.com/TokTok/c-toxcore/issues/961) Can't send messages in persistent group chat 119- [#961](https://github.com/TokTok/c-toxcore/issues/961) Can't send messages in persistent group chat
52- [#960](https://github.com/TokTok/c-toxcore/issues/960) Persistent groups don't work properly when using toxync bot 120- [#960](https://github.com/TokTok/c-toxcore/issues/960) Persistent groups don't work properly when using toxync bot