Skip to content

Commit

Permalink
0.9.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 1, 2015
1 parent 2f5c385 commit 5d09e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
x/y/2015 ola-0.9.5
1/3/2015 ola-0.9.5
Features:
* Work on a new Web-UI which is built with AngularJS
* Added E1.37-2 support to the SPI plugin RDM responder
* USB DMX plug now works on Windows (Scanlime Fadcandy tested working)
* Update the deb package's udev rules

API:
*

RDM Tests:
*

Bugs:
* Fix finding ola_protoc_plugin when cross-compiling.
* Fix ncurses flags issues between configure and the Makefile.
* Fix some more build issues on Windows XP
* Fix our E1.37-2 implementation to match the E1.37-2 standard.
* Fix the old website's RDM patcher identify function

Internal:
*

29/1/2015 ola-0.9.4
Features:
* Added support for hotplugging USB devices using the usbdmx plugin, #374.
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], [9])
m4_define([ola_revision_version], [4])
m4_define([ola_revision_version], [5])

m4_define([ola_version],
[ola_major_version.ola_minor_version.ola_revision_version])

0 comments on commit 5d09e83

Please sign in to comment.