On Fri, 2016-06-17 at 16:36 +0200, Peter Kleiweg wrote: > Luca Boccassi schreef op de 17e dag van de zomermaand van het jaar 2016: > > > Hello, > > > > We just uploaded a new release on the 4.0.x branch. > > > > As a reminder, we are now publishing on Github. You can download all > > distributable tarball/zip archives at: > > > > https://github.com/zeromq/zeromq4-x/releases > > > > Changes: > > In the manpage for version 4.0.8 for zmq_ctx_set there are now > ZMQ_THREAD_SCHED_POLICY and ZMQ_THREAD_PRIORITY that were not > there for version 4.0.7, but there are no changes in zmq.h > > Are these now document, while they were there before, but not > documenten? What is exactly going on? What version of ZeroMQ > introduced these things? > > It would be useful if, when there is a new version of ZeroMQ, > there would be a complete list of API changes, both actual in > zmq.h and zmq_utils.h, as well as in the manual pages. That > would make the life of maintainers of bindings in other > programming languages a bit easier.
There were no changes in the API/ABI between 4.0.7 and 4.0.8 (and between 4.1.4 and 4.1.5 too), I made sure to check. However it is true that there are those manpages changes - thanks for spotting that. Those 2 options are not present in the 4.0.x branch, only in 4.1.x onward. It is likely a mistake in backporting documentation from libzmq to zeromq4-1, which ended up in zeromq4-x too even if it shouldn't have. I'll correct that. Kind regards, Luca Boccassi
signature.asc
Description: This is a digitally signed message part
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
