Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed May 21, 2016
1 parent 7c2863c commit f983ff6
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 10 deletions.
11 changes: 4 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
x/y/2016 ola-0.10.2
21/5/2016 ola-0.10.2
Features:
* Add support for Enttec USB Pro Mk 2 B
* Make DNS-SD functionality optional at build time
* Name multi-port Enttec Pro Mk 2 ports to match the labelling on the device

API:
*

RDM Tests:
* Correct expected NAck type in GetSettingDescriptionsMixin, as spotted by ETC
* Fix the mute all devices test for controllers that don't support discovery

Bugs:
* Allow one slot devices to correctly be set to any start address, including
512
* Check Python numpy exists during configure if required
* Allow the PID location to be set in the rdmpro_sniffer
* Actually decode PID param data when requested when using the
logic_rdm_sniffer
* Correct the operation of the --full-rdm option in the logic_rdm_sniffer,
this inverts how it used to behave

Internal:
*
* Fix a segfault with the client if auto start is off or olad fails to start

29/2/2016 ola-0.10.1
Features:
Expand Down
2 changes: 1 addition & 1 deletion config/ola_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -----------------------------------------------------------------------------
m4_define([ola_major_version], [0])
m4_define([ola_minor_version], [10])
m4_define([ola_revision_version], [1])
m4_define([ola_revision_version], [2])

m4_define([ola_version],
[ola_major_version.ola_minor_version.ola_revision_version])
194 changes: 193 additions & 1 deletion data/rdm/manufacturer_pids.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5165,6 +5165,198 @@ manufacturer {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "GOBO3_ANIMATION_START"
value: 33567
get_request {
}
get_response {
field {
type: UINT8
name: "gobo3_animation_start"
label {
value: 0
label: "Position Off"
}
label {
value: 1
label: "Position 1"
}
label {
value: 2
label: "Position 2"
}
label {
value: 3
label: "Position 3"
}
label {
value: 4
label: "Position 4"
}
label {
value: 5
label: "Position 5"
}
label {
value: 6
label: "Position 6"
}
label {
value: 7
label: "Position 7"
}
label {
value: 8
label: "Position 8"
}
}
}
get_sub_device_range: ROOT_DEVICE
set_request {
field {
type: UINT8
name: "gobo3_animation_start"
label {
value: 0
label: "Position Off"
}
label {
value: 1
label: "Position 1"
}
label {
value: 2
label: "Position 2"
}
label {
value: 3
label: "Position 3"
}
label {
value: 4
label: "Position 4"
}
label {
value: 5
label: "Position 5"
}
label {
value: 6
label: "Position 6"
}
label {
value: 7
label: "Position 7"
}
label {
value: 8
label: "Position 8"
}
}
}
set_response {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "GOBO3_ANIMATION_END"
value: 33568
get_request {
}
get_response {
field {
type: UINT8
name: "gobo3_animation_end"
label {
value: 0
label: "Position Off"
}
label {
value: 1
label: "Position 1"
}
label {
value: 2
label: "Position 2"
}
label {
value: 3
label: "Position 3"
}
label {
value: 4
label: "Position 4"
}
label {
value: 5
label: "Position 5"
}
label {
value: 6
label: "Position 6"
}
label {
value: 7
label: "Position 7"
}
label {
value: 8
label: "Position 8"
}
label {
value: 9
label: "Position 9"
}
}
}
get_sub_device_range: ROOT_DEVICE
set_request {
field {
type: UINT8
name: "gobo3_animation_start"
label {
value: 0
label: "Position Off"
}
label {
value: 1
label: "Position 1"
}
label {
value: 2
label: "Position 2"
}
label {
value: 3
label: "Position 3"
}
label {
value: 4
label: "Position 4"
}
label {
value: 5
label: "Position 5"
}
label {
value: 6
label: "Position 6"
}
label {
value: 7
label: "Position 7"
}
label {
value: 8
label: "Position 8"
}
}
}
set_response {
}
set_sub_device_range: ROOT_DEVICE
}
pid {
name: "PAN_TILT_SPEED"
value: 33792
Expand Down Expand Up @@ -8386,4 +8578,4 @@ manufacturer {
set_sub_device_range: ROOT_DEVICE
}
}
version: 1455773308
version: 1458491190
7 changes: 6 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ola (0.10.2-1) unstable; urgency=low

* New upstream release

-- Simon Newton <[email protected]> Sat, 21 May 2016 22:27:00 +0100

ola (0.10.1-1) unstable; urgency=low

* New upstream release
Expand All @@ -16,7 +22,6 @@ ola (0.9.8-1) unstable; urgency=low

-- Simon Newton <[email protected]> Wed, 30 Sep 2015 19:28:21 -0700


ola (0.9.7-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit f983ff6

Please sign in to comment.