File: Changes

package info (click to toggle)
libprotocol-osc-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 89; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
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
0.09

    correct osc blob encode/decode (tehmoth)

0.08

    fix RT#123504 POD

0.07

    fix RT#110666 Protocol::OSC drops trailing zeros from OSC packets (Kataoka Haruka)

0.06

    fix Changes

0.05

    fix float (un)pack for some platforms

0.04

    add $VERSION, fix POD

0.03

    bump network tests - unrealiable on non-linux platforms

0.02

    require 5.10 as minimal version + fix network tests

0.01

    make it compatible with older perls

0.002

    fix tests - add anyevent example

0.001

    initial