1.1.0 release

This commit is contained in:
Jason Rhinelander 2020-04-14 13:06:35 -03:00
parent 810ff7ea79
commit 5a1e2d822b
2 changed files with 10 additions and 2 deletions

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
lokimq (1.1.0-1) unstable; urgency=medium
* 1.1.0: invocation-time SN auth; failure responses
* Move pubkey_set into auth.h header
* Add missing SET_SNS proxy handler
-- Jason Rhinelander <jason@imaginary.ca> Tue, 14 Apr 2020 13:06:33 -0300
lokimq (1.0.5-1) unstable; urgency=medium lokimq (1.0.5-1) unstable; urgency=medium
* Change thread count logs to debug from trace * Change thread count logs to debug from trace

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
Package: liblokimq-dev Package: liblokimq-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: liblokimq1.0.5 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev Depends: liblokimq1.1.0 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3), libmapbox-variant-dev
Description: zeromq-based Loki message passing library (headers) Description: zeromq-based Loki message passing library (headers)
This C++14 library contains an abstraction layer around ZeroMQ to support This C++14 library contains an abstraction layer around ZeroMQ to support
integration with Loki authentication, RPC, and message passing. It is 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 This package contains the library headers and other development files needed
to build software using lokimq. to build software using lokimq.
Package: liblokimq1.0.5 Package: liblokimq1.1.0
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library Description: zeromq-based Loki message passing library