1.2.14 release

This commit is contained in:
Jason Rhinelander 2022-10-05 20:32:52 -03:00
parent df65f8857f
commit dadcafc519
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 19 additions and 2 deletions

17
debian/changelog vendored
View File

@ -1,3 +1,20 @@
oxenmq (1.2.14-1~ubuntu1804) bionic; urgency=medium
[ Jason Rhinelander ]
* oxen-encoding submodule to latest tagged release
* Remove deprecated code
* Add sid workaround
[ Thomas Winget ]
* initial implementation of generic pub/sub management
[ Jason Rhinelander ]
* Fix a race condition with tagged thread startup
* Fix installed headers
* Rediff patches
-- Jason Rhinelander <jason@imaginary.ca> Wed, 05 Oct 2022 20:32:51 -0300
oxenmq (1.2.13-2~ubuntu1804) bionic; urgency=medium
* Drop bionic arm builds

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.13 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev (>= 1.0.4)
Depends: liboxenmq1.2.14 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), liboxenc-dev (>= 1.0.4)
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.13
Package: liboxenmq1.2.14
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Oxen message passing library