[nanomsg] getting ready for 0.5 beta release

  • From: "Garrett D'Amore" <garrett@xxxxxxxxxx>
  • To: "nanomsg@xxxxxxxxxxxxx" <nanomsg@xxxxxxxxxxxxx>
  • Date: Fri, 23 Feb 2018 23:21:35 +0000

I’m getting ready to release a beta of nng.  The docs are far more
complete, and I’m feeling pretty good about the state of the code at this
point.  There are still docs and performance tuning to add, but at this
point I think it would be awesome to get more folks using nng.

The compatibility layer is changing somewhat, to make it even easier to
use.  In the past it was necessary to update a #include directive, but
starting from today, you can just recompile by adding a different search
directive — so if nng is installed in /usr/local for example, you can add
-I /usr/local/include/nng/compat  and then your existing #include
<nanomsg/nn.h> will Just Work.

If there are things that folks would like to see before this release,
please let me know asap.

 - Garrett

Other related posts:

  • » [nanomsg] getting ready for 0.5 beta release - Garrett D'Amore