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

Commit6827275

Browse files
committed
changelog upgrade
1 parent9af11e1 commit6827275

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.4 (Mar 23, 2025)
4+
5+
- Increased reliability of DHT rendezvous.
6+
37
##3.1.3 (Mar 8, 2025)
48

59
- Fixed handshake race when using DHT rendezvous.

‎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.3DESCRIPTION"The tool for connecting UDP applications via NAT"LANGUAGESCXX)
7+
project(plexusVERSION3.1.4DESCRIPTION"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.3-1)",
282+
"CPACK_DEBIAN_PACKAGE_DEPENDS":"libboost-dev (>= 1.74) | libboost1.81-dev, libtubus-dev (>= 1.2), libwormhole-dev (>= 1.2), libplexus (= 3.1.4-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
plexus (3.1.4-1) unstable; urgency=low
2+
3+
* Increased reliability of DHT rendezvous.
4+
5+
-- Novemus Band <nineletters@mail.ru> Sun, 23 Mar 2025 17:32:00 +0300
6+
17
plexus (3.1.3-1) unstable; urgency=low
28

39
* Fixed handshake race when using DHT rendezvous.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp