File: Changes

package info (click to toggle)
libmessage-passing-zeromq-perl 0.010-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,621; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
0.010
    - Update deps
0.009
    - Fix previous release (HWM handling)
0.008
    - Fix first message (probably) not sent with libzmq3
    - Added zmq_major_version accessor
    - Remove SWAP, since libzmq3 removes it. Removes chdir

0.007
    - Support (and default for writeres) to swapping content out onto disk

0.006
    - Port to Moo

    - Allow the client to supply a socket builder to take control of the
      socket construction themselves.

    - Change SO_LINGER option to be an integer as per the ZMQ spec.

    - Allow SUB sockets to subscribe to a subset of possible messages.

0.005
    - Improve documentation.

    - Fix incorrect docs to do with linger option

    - Add ability to override default high water marks on sockets.

    - Increase default high water mark for the output

0.004
    - Changes to match up with Message::Passing 0.006

0.003
    - Documentation fixes.

0.002_01
    - Rename dist

0.002
    - Avoid bug in earlier ZeroMQ versions by dependening on newer ones.

0.001
    - Initial version