1.1.1 prerelease

This commit is contained in:
Jason Rhinelander 2020-04-17 16:23:12 -03:00
parent 81cd0b08ae
commit 991958e5ce
2 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
lokimq (1.1.1~pre-1~ubuntu1804) bionic; urgency=medium
* Fix storing reference to temporary
* Fix broken idle expiry timeout
* Use slower and exponential backoff in reconnection
* Increase ZMQ socket limit
* Bump version to 1.1.1
-- Jason Rhinelander <jason@imaginary.ca> Fri, 17 Apr 2020 16:23:10 -0300
lokimq (1.1.0-2~ubuntu1804) bionic; urgency=medium
* Fix pre-1.1.0 UNKNOWNCOMMAND detection

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.0 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
Depends: liblokimq1.1.1 (= ${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.0
Package: liblokimq1.1.1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library