1.2.4 release

This commit is contained in:
Jason Rhinelander 2021-03-09 15:52:13 -04:00
parent fa47f58494
commit b16d047b84
2 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
oxenmq (1.2.4-1~ubuntu2004) focal; urgency=medium
* Add missing header
* Fix debian/rules cmake variables
* Add better deferred reply capabilities to Message
* Make is_bt_tuple constexpr variables inline
* Bump version
* Rediff patches
-- Jason Rhinelander <jason@imaginary.ca> Tue, 09 Mar 2021 15:52:13 -0400
oxenmq (1.2.3-2~ubuntu2004) focal; urgency=medium
* Add missing header

4
debian/control vendored
View File

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