@@ -2,7 +2,7 @@ CZMQ version 4.2.0 stable, released on 20xx/xx/xx
22=================================================
33
44* Note for packagers: as pkg-config's Requires.private is now used to properly
5-   propagate dependencies for static builds, the libczmq*-dev or cmq -devel or
5+   propagate dependencies for static builds, the libczmq*-dev or czmq -devel or
66  equivalent package should now depend on the libfoo-dev or foo-devel packages
77  of all the libraries that czmq is linked against, or pkg-config --libs libczmq
88  will fail due to missing dependencies on end users machines.
@@ -56,9 +56,10 @@ CZMQ version 4.2.0 stable, released on 20xx/xx/xx
5656  zlistx are now supported by the zsock_send/receive APIs with type "l".
5757  See zlistx manpage for more details.
5858
59- * New DRAFT zhttp_client class to get/post HTTP messages. Requires linking with
60-   libcurl.
61-   See zhttp_client manpage for more details.
59+ * New DRAFT zhttp_client, zhttp_server, zhttp_server_options, zhttp_request and
60+   zhttp_response to build both server and client http applications.
61+   Requires linking with libcurl and libmicrohttpd.
62+   See zhttp_* manpages for more details.
6263
6364* New DRAFT zchunk API to create zero-copy chunks:
6465  - zchunk_frommem
@@ -80,6 +81,8 @@ CZMQ version 4.2.0 stable, released on 20xx/xx/xx
8081* Fixed #1961 - unnecessary uuid includes in public headers break builds without
8182                libuuid.
8283
84+ * Fixed #1995 - timers are called twice if they change the pollset.
85+ 
8386CZMQ version 4.1.1 stable, released on 2018/03/22
8487=================================================
8588
0 commit comments