1.2.13 release

This commit is contained in:
Jason Rhinelander 2022-08-31 12:52:40 -03:00
parent 5d6e9ef627
commit 7aab92927f
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 18 additions and 2 deletions

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
oxenmq (1.2.13-1~deb10) buster; urgency=medium
[ Jason Rhinelander ]
* Update oxenc so that oxenc::oxenc target exists
[ Sean Darcy ]
* adds custom formatter for OMQ structs that have to_string member
[ Jason Rhinelander ]
* Fix zmq socket limit setting
* Increase ulimit on macos
* oxen-encoding submodule to latest tagged release
* Rediff patches
-- Jason Rhinelander <jason@imaginary.ca> Wed, 31 Aug 2022 12:52:39 -0300
oxenmq (1.2.12-1~deb10) buster; urgency=medium
[ Jason Rhinelander ]

4
debian/control vendored
View File

@ -9,7 +9,7 @@ Homepage: https://github.com/oxen-io/oxen-mq
Package: liboxenmq-dev
Section: libdevel
Architecture: any
Depends: liboxenmq1.2.12 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev
Depends: liboxenmq1.2.13 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev
Description: zeromq-based Oxen message passing library (headers)
This C++17 library contains an abstraction layer around ZeroMQ to support
integration with Oxen authentication, RPC, and message passing. It is
@ -22,7 +22,7 @@ Description: zeromq-based Oxen message passing library (headers)
This package contains the library headers and other development files needed
to build software using oxenmq.
Package: liboxenmq1.2.12
Package: liboxenmq1.2.13
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Oxen message passing library