summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-05-30 15:21:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2019-05-30 15:36:12 +0200
commit7aab0d995240c59937d1aa23b7201389341a2be9 (patch)
tree0329f0791cacaff0f746e7ed5d8d80cf7ec82228
parent306dd1f21f25d65ffd1c289d28e4450695c83745 (diff)
Release 0.2.10
-rw-r--r--CHANGELOG.md24
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
-rw-r--r--so.version4
-rw-r--r--toxcore/tox.api.h2
-rw-r--r--toxcore/tox.h2
6 files changed, 29 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7096d138..d597dc72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,25 @@
1 1
2## v0.2.10
3
4### Merged PRs:
5
6- [#1320](https://github.com/TokTok/c-toxcore/pull/1320) add undef guard in tox_many_tcp_test
7- [#1314](https://github.com/TokTok/c-toxcore/pull/1314) Fix bazel build version at 0.22.0 for CI.
8- [#1311](https://github.com/TokTok/c-toxcore/pull/1311) Disable failing TCP server test
9- [#1310](https://github.com/TokTok/c-toxcore/pull/1310) Do not send the same packet to the same node twice
10- [#1309](https://github.com/TokTok/c-toxcore/pull/1309) add configurable limit on number of stored frozen peers
11- [#1305](https://github.com/TokTok/c-toxcore/pull/1305) Expose api functions for enabling and disabling AV in AV groups
12- [#1302](https://github.com/TokTok/c-toxcore/pull/1302) Specify that buffer size for tox_conference_peer_get_name is given by $size
13
14### Closed issues:
15
16- [#1313](https://github.com/TokTok/c-toxcore/issues/1313) CirrusCI is failing and blocking PRs
17- [#1312](https://github.com/TokTok/c-toxcore/issues/1312) Onion client review
18- [#1306](https://github.com/TokTok/c-toxcore/issues/1306) Persistent conference's offline peer list always grows and never decreases
19- [#1303](https://github.com/TokTok/c-toxcore/issues/1303) Loaded persistent groups fail to send audio
20- [#1298](https://github.com/TokTok/c-toxcore/issues/1298) How to make libtox4j-c.so for android?
21- [#1261](https://github.com/TokTok/c-toxcore/issues/1261) Bump so version
22- [#1116](https://github.com/TokTok/c-toxcore/issues/1116) Message length is too large log spam
2 23
3## v0.2.9 24## v0.2.9
4 25
@@ -13,6 +34,7 @@
13- [#1288](https://github.com/TokTok/c-toxcore/pull/1288) Add MIN_LOGGER_LEVEL to the Circle CI builds. 34- [#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 35- [#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 36- [#1284](https://github.com/TokTok/c-toxcore/pull/1284) Use new WineHQ Debian package repository key
37- [#1283](https://github.com/TokTok/c-toxcore/pull/1283) Release 0.2.9
16- [#1282](https://github.com/TokTok/c-toxcore/pull/1282) Merge irungentoo/master back into toktok/master. 38- [#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. 39- [#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 40- [#1278](https://github.com/TokTok/c-toxcore/pull/1278) Add cmake option for building additional tests
@@ -46,6 +68,7 @@
46 68
47- [#1285](https://github.com/TokTok/c-toxcore/issues/1285) Persistent group titles get mixed up 69- [#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? 70- [#1276](https://github.com/TokTok/c-toxcore/issues/1276) How to run test case?
71- [#1275](https://github.com/TokTok/c-toxcore/issues/1275) Save file corruption
49- [#1264](https://github.com/TokTok/c-toxcore/issues/1264) tox_conference_id_size() symbol missing 72- [#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 73- [#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 74- [#1169](https://github.com/TokTok/c-toxcore/issues/1169) PK should not be generated with random_bytes
@@ -116,7 +139,6 @@
116 139
117- [#1214](https://github.com/TokTok/c-toxcore/issues/1214) Massive red shutdown of nodes 140- [#1214](https://github.com/TokTok/c-toxcore/issues/1214) Massive red shutdown of nodes
118- [#1201](https://github.com/TokTok/c-toxcore/issues/1201) Windows cross-compilation is broken 141- [#1201](https://github.com/TokTok/c-toxcore/issues/1201) Windows cross-compilation is broken
119- [#961](https://github.com/TokTok/c-toxcore/issues/961) Can't send messages in persistent group chat
120- [#960](https://github.com/TokTok/c-toxcore/issues/960) Persistent groups don't work properly when using toxync bot 142- [#960](https://github.com/TokTok/c-toxcore/issues/960) Persistent groups don't work properly when using toxync bot
121- [#838](https://github.com/TokTok/c-toxcore/issues/838) How to get groupchat identifier? 143- [#838](https://github.com/TokTok/c-toxcore/issues/838) How to get groupchat identifier?
122 144
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 63df3aba..c93f17e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ set(CMAKE_MODULE_PATH ${toxcore_SOURCE_DIR}/cmake)
30# versions in a synchronised way. 30# versions in a synchronised way.
31set(PROJECT_VERSION_MAJOR "0") 31set(PROJECT_VERSION_MAJOR "0")
32set(PROJECT_VERSION_MINOR "2") 32set(PROJECT_VERSION_MINOR "2")
33set(PROJECT_VERSION_PATCH "9") 33set(PROJECT_VERSION_PATCH "10")
34set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") 34set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
35 35
36# set .so library version / following libtool scheme 36# set .so library version / following libtool scheme
diff --git a/configure.ac b/configure.ac
index 32369bdb..aad254e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.65]) 4AC_PREREQ([2.65])
5AC_INIT([tox], [0.2.9]) 5AC_INIT([tox], [0.2.10])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
diff --git a/so.version b/so.version
index f302cfe7..9900d447 100644
--- a/so.version
+++ b/so.version
@@ -11,6 +11,6 @@
11# For a full reference see: 11# For a full reference see:
12# https://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info 12# https://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
13 13
14CURRENT=11 14CURRENT=12
15REVISION=0 15REVISION=0
16AGE=9 16AGE=10
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 51a6d639..e73402de 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -182,7 +182,7 @@ const VERSION_MINOR = 2;
182 * The patch or revision number. Incremented when bugfixes are applied without 182 * The patch or revision number. Incremented when bugfixes are applied without
183 * changing any functionality or API or ABI. 183 * changing any functionality or API or ABI.
184 */ 184 */
185const VERSION_PATCH = 9; 185const VERSION_PATCH = 10;
186 186
187/** 187/**
188 * A macro to check at preprocessing time whether the client code is compatible 188 * A macro to check at preprocessing time whether the client code is compatible
diff --git a/toxcore/tox.h b/toxcore/tox.h
index ad66305f..af6f3360 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -183,7 +183,7 @@ uint32_t tox_version_minor(void);
183 * The patch or revision number. Incremented when bugfixes are applied without 183 * The patch or revision number. Incremented when bugfixes are applied without
184 * changing any functionality or API or ABI. 184 * changing any functionality or API or ABI.
185 */ 185 */
186#define TOX_VERSION_PATCH 9 186#define TOX_VERSION_PATCH 10
187 187
188uint32_t tox_version_patch(void); 188uint32_t tox_version_patch(void);
189 189