Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
d788c1f7
Commit
d788c1f7
authored
Aug 25, 2010
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated NEWS for stable 2.0.8 release
parent
c06a3cc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
6 deletions
+41
-6
NEWS
NEWS
+41
-6
No files found.
NEWS
View file @
d788c1f7
0MQ version 2.0.8 (Stable), released on 2010/08/25
==================================================
New functionality
-----------------
* The ZMQ_SWAP functionality has now been implemented for all socket types.
Bug fixes
---------
* Many bug fixes (about 30), see the ChangeLog for details.
Interface
---------
* By popular demand, the zmq_stopwatch_start, zmq_stopwatch_stop and zmq_sleep
functions have been added back into distribution. This API is now in a
separate include file, zmq_utils.h.
* The ZMQ_UPSTREAM and ZMQ_DOWNSTREAM socket types have been renamed to
ZMQ_PULL and ZMQ_PUSH for clarity. The old names are still defined for
compatibility reasons and will be removed in a future version.
* API calls that expect non-null parameters now return -1 and set errno to
EFAULT if null parameters are passed.
Thanks to
---------
Everyone.
0MQ version 2.0.7 (Beta), released on 2010/06/04
0MQ version 2.0.7 (Beta), released on 2010/06/04
================================================
================================================
...
@@ -89,7 +124,7 @@ Distribution
...
@@ -89,7 +124,7 @@ Distribution
Building
Building
--------
--------
* Many portability fixes, including support for new platforms: FreeBSD,
* Many portability fixes, including support for new platforms: FreeBSD,
NetBSD, HP-UX and Cygwin.
NetBSD, HP-UX and Cygwin.
* Invocation of configure has been simplified, all functionality is now
* Invocation of configure has been simplified, all functionality is now
...
@@ -190,7 +225,7 @@ ZMQII-34 ensure that poll won't return POLLIN event when the message will be fi
...
@@ -190,7 +225,7 @@ ZMQII-34 ensure that poll won't return POLLIN event when the message will be fi
ZMQII-36 Chat example & forwarder broken because of changes subscribe semantics
ZMQII-36 Chat example & forwarder broken because of changes subscribe semantics
ZMQII-37 SIGSEGV when polling on REQ socket
ZMQII-37 SIGSEGV when polling on REQ socket
ZMQII-38 Compiler complains about missing virtual constructors
ZMQII-38 Compiler complains about missing virtual constructors
ZMQII-39 Implement IPC transport
ZMQII-39 Implement IPC transport
Version 2.0-beta1
Version 2.0-beta1
...
@@ -199,7 +234,7 @@ ZMQII-22 Deadlock on zmq_close
...
@@ -199,7 +234,7 @@ ZMQII-22 Deadlock on zmq_close
ZMQII-25 Implement streamed request/reply
ZMQII-25 Implement streamed request/reply
ZMQII-24 SEGFAULT when anonymous session disconnects
ZMQII-24 SEGFAULT when anonymous session disconnects
ZMQII-26 Use zero-copy for large messages
ZMQII-26 Use zero-copy for large messages
ZMQII-19 add --disable-eventfd configure option
ZMQII-19 add --disable-eventfd configure option
Version 2.0-alpha3
Version 2.0-alpha3
...
@@ -424,8 +459,8 @@ ZMQ-53 Segmentation fault when binding to non-existent queue
...
@@ -424,8 +459,8 @@ ZMQ-53 Segmentation fault when binding to non-existent queue
ZMQ-55 raw_message_init (data,size,ffn) allocates more memory than needed
ZMQ-55 raw_message_init (data,size,ffn) allocates more memory than needed
ZMQ-56 zmq_server fails if too many apps disconnect abruptly
ZMQ-56 zmq_server fails if too many apps disconnect abruptly
ZMQ-58 Implement C binding for 0MQ
ZMQ-58 Implement C binding for 0MQ
ZMQ-59 Implement Java binding for 0MQ
ZMQ-59 Implement Java binding for 0MQ
ZMQ-60 Implement Python binding for 0MQ
ZMQ-60 Implement Python binding for 0MQ
ZMQ-62 Write man pages
ZMQ-62 Write man pages
Version 0.3
Version 0.3
...
@@ -450,5 +485,5 @@ ZMQ-37 Identify SPARC V9 microarc and/or availability of CAS instruction
...
@@ -450,5 +485,5 @@ ZMQ-37 Identify SPARC V9 microarc and/or availability of CAS instruction
Version 0.2
Version 0.2
ZMQ-2 Failure when mutexes are used atomic_uint32
ZMQ-2 Failure when mutexes are used atomic_uint32
ZMQ-3 socket hangup at OS X
ZMQ-3 socket hangup at OS X
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment