pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-amq-protocol



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 13 14:53:14 UTC 2015

Modified Files:
        pkgsrc/net/ruby-amq-protocol: Makefile distinfo

Log Message:
Update ruby-amq-protocol to 2.0.0.

## Changes between 1.9.x and 2.0.0

2.0.0 has **breaking changes** in header encoding.

### Signed Integer Encoding in Headers

Integer values in headers are now encoded as signed 64-bit
(was unsigned 32-bit previously, unintentionally).

This is a breaking change: consuming messages with integers in headers
published with older versions of this library will break!

### Signed 16 Bit Integer Decoding

Signed 16 bit integers are now decoded correctly.

### Signed 8 Bit Integer Decoding

Signed 8 bit integers are now decoded correctly.

Contributed by Benjamin Conlan.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-amq-protocol/Makefile \
    pkgsrc/net/ruby-amq-protocol/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index