File: Changelog.md

package info (click to toggle)
jzmq 3.1.0-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 728 kB
  • sloc: java: 4,098; cpp: 1,252; xml: 317; makefile: 107; sh: 29
file content (20 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Changelog

* Remove assert where runtime errors are more appropriate
* Use utf8 when compiling java
* Add unit test for REQ/REP send more
* Update comment on ZDispatcher to warn users about busy spin wait strategy
* Fix regression where compatibility with zmq 2.1.X was broken by zero copy

## v2.1.1 - February 16, 2013

* Add zero copy API to send and recv
* Remove asserts from get_context JNI
* Add ZLoop support
* Poller rewrite
* No longer c assert when trying to write to a closed Socket
* Add a continuous integration support through travis-ci

## v2.1.0 - February 12, 2013

* First release to Maven Central