Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb65341

Browse files
committed
changelog update
1 parentaf7efae commitbb65341

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Change Log
22

3+
##3.1.3 (Mar 8, 2025)
4+
5+
- Fixed handshake race when using DHT rendezvous.
6+
37
##3.1.2 (Feb 26, 2025)
48

59
- The CMake project has been reorganized.

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ message("***** plexus ***** ")
44

55
cmake_minimum_required(VERSION3.21)
66

7-
project(plexusVERSION3.1.2DESCRIPTION"The tool for connecting UDP applications via NAT"LANGUAGESCXX)
7+
project(plexusVERSION3.1.3DESCRIPTION"The tool for connecting UDP applications via NAT"LANGUAGESCXX)
88

99
option(PLEXUS_USE_SHARED_LIB"Build shared library"${BUILD_SHARED_LIBS})
1010
option(PLEXUS_SKIP_TEST_RULES"Don't generate test rules"ON)

‎CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"CPACK_PACKAGING_INSTALL_PREFIX":"/opt",
280280
"CPACK_DEBIAN_PACKAGE_RELEASE":"1",
281281
"CPACK_DEBIAN_PACKAGE_MAINTAINER":"Community",
282-
"CPACK_DEBIAN_PACKAGE_DEPENDS":"libboost-dev (>= 1.74) | libboost1.81-dev, libtubus-dev (>= 1.2), libwormhole-dev (>= 1.2), libplexus (= 3.1.2-1)",
282+
"CPACK_DEBIAN_PACKAGE_DEPENDS":"libboost-dev (>= 1.74) | libboost1.81-dev, libtubus-dev (>= 1.2), libwormhole-dev (>= 1.2), libplexus (= 3.1.3-1)",
283283
"CPACK_PACKAGE_DESCRIPTION_SUMMARY":"C++ development library for connecting network applications through NAT",
284284
"CPACK_PACKAGE_DESCRIPTION":"The 'plexus' library provides the ability to connect network\napplications based on UDP protocol through NAT.",
285285
"CPACK_COMPONENTS_ALL":"archive_files;header_files;cmake_files;dev_deb_files;dev_doc_files",

‎debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
wormhole (3.1.2-1) unstable; urgency=low
1+
plexus (3.1.3-1) unstable; urgency=low
2+
3+
* Fixed handshake race when using DHT rendezvous.
4+
5+
-- Novemus Band <nineletters@mail.ru> Sat, 8 Mar 2025 10:02:30 +0300
6+
7+
plexus (3.1.2-1) unstable; urgency=low
28

39
* The CMake project has been reorganized.
410

‎src/plexus/features.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ template<class mediator> struct context : public mediator
104104
return !host.owner.empty() && !host.pin.empty() && !peer.owner.empty() && !peer.pin.empty();
105105
}
106106

107-
boolmatched(const identity& host,const identity& peer)constnoexcept(true)
108-
{
109-
return !host.owner.empty() && !host.pin.empty() && !peer.owner.empty() && !peer.pin.empty();
110-
}
111-
112107
boolare_allowed(const identity& host,const identity& peer)constnoexcept(false)
113108
{
114109
returnare_defined(host, peer)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp