mirror of
https://github.com/oxen-io/oxen-mq.git
synced 2023-12-13 21:00:31 +01:00
1.0.4 release
This commit is contained in:
parent
19f8a82825
commit
25a6f01a5f
2 changed files with 15 additions and 2 deletions
13
debian/changelog
vendored
13
debian/changelog
vendored
|
@ -1,3 +1,16 @@
|
|||
lokimq (1.0.4-1~ubuntu1804) bionic; urgency=medium
|
||||
|
||||
* Catch errors on internal msgs; support non-blocking sends
|
||||
* Remove empty file
|
||||
* Catch connect failures
|
||||
* All sends use dontwait; add send failure callbacks
|
||||
* Less verbose logging at `info` level
|
||||
* Allow log level to be specified in constructor
|
||||
* Bump version to 1.0.4
|
||||
* Add job queue check on total workers size
|
||||
|
||||
-- Jason Rhinelander <jason@imaginary.ca> Sun, 29 Mar 2020 15:52:39 -0300
|
||||
|
||||
lokimq (1.0.3-2~ubuntu1804) bionic; urgency=medium
|
||||
|
||||
* Version liblokimq
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
|
|||
Package: liblokimq-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: liblokimq1.0.3 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
|
||||
Depends: liblokimq1.0.4 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
|
||||
Description: zeromq-based Loki message passing library (headers)
|
||||
This C++14 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 lokimq.
|
||||
|
||||
Package: liblokimq1.0.3
|
||||
Package: liblokimq1.0.4
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: zeromq-based Loki message passing library
|
||||
|
|
Loading…
Reference in a new issue