Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
71140533c3 | |||
d16a336df8 | |||
abfa57bf95 | |||
|
b8d99459ff | ||
95aef9bf9e | |||
2753097dc7 |
3
nng-1.10.2.tar.gz
Normal file
3
nng-1.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8947b2398f9c5fc6234805c96f4fd0c51442b14fadd14df25e6bb129848736f
|
||||
size 769625
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfacfdfa35c1618a28bb940e71f774a513dcb91292999696b4346ad8bfb5baff
|
||||
size 757309
|
34
nng.changes
34
nng.changes
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 15:06:50 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.10.2
|
||||
* The only thing this does is fix the library version number as
|
||||
part of #2109
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 11:33:07 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.10.1
|
||||
* fixes #2092 nng_close may hang on Windows.
|
||||
- Update to version 1.10.0
|
||||
* Mark some interfaces deprecated, fix version number.
|
||||
* Integer sign extension bug in socket.c.
|
||||
* Introduce new API for subscription.
|
||||
* Fix for seg fault (issue #1959), backport fix into stable
|
||||
branch.
|
||||
* Adding nng_socket_close.
|
||||
* Adding new 2.0 transition APIs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 19:26:09 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.9.0
|
||||
* TLS 1.3 is supported for Mbed TLS.
|
||||
* WolfSSL is now supported without an extra module. (You need to
|
||||
honor the licensing terms of WolfSSL itself however.)
|
||||
* TLS support for PSK (pre-shared keys).
|
||||
* A new nng_id_visit API is available for iterating over all
|
||||
nodes in an ID hash map.
|
||||
* An experimental (undocumented) but exposed "public" API for
|
||||
UDP is available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 06:38:59 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
6
nng.spec
6
nng.spec
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package nng
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2018-2024, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2018-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 1
|
||||
Name: nng
|
||||
Version: 1.8.0
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
Summary: Nanomsg NG - brokerless messaging
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user