1.1.2 release

This commit is contained in:
Jason Rhinelander 2020-04-21 17:15:40 -03:00
parent ee6cf81d3b
commit 1898179853
2 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
lokimq (1.1.2-1~ubuntu1804) bionic; urgency=medium
* Set thread names on proxy/workers
* Fix proxy thread stall when workers fill up
* Change worker thread names: "w2" -> "lmq-w2"
* Bump version to 1.1.2
-- Jason Rhinelander <jason@imaginary.ca> Tue, 21 Apr 2020 17:15:40 -0300
lokimq (1.1.1-1~ubuntu1804) bionic; urgency=medium
* Drop idle connections regularly

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
Package: liblokimq-dev
Section: libdevel
Architecture: any
Depends: liblokimq1.1.1 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
Depends: liblokimq1.1.2 (= ${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.1.1
Package: liblokimq1.1.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library