Skip to content

Commit

Permalink
Merge pull request #805 from nomis52/0.9.6
Browse files Browse the repository at this point in the history
Bump version and cleanup NEWS
  • Loading branch information
nomis52 committed Jun 30, 2015
2 parents 3503211 + c73c20f commit ec02183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
x/y/2015 ola-0.9.6
30/6/2015 ola-0.9.6
Features:
* Default to using epoll() and kqueue() rather than select() if they exist,
apart from for the HTTP thread.
* Default to using epoll() rather than select() if it exists,
* Default to the async libusb implementation in the usbdmx plugin.
* Added support for the APA102 family of SPI pixels.
* Show the plugin enabled/disable state in the new web UI.
* Allow plugins to be enabled/disabled from the CLI tools while running #682.
* Allow plugins to be enabled/disabled from the new web UI & CLI tools #682.
* Add an option to display the frame and timing data in the RDM CLI tools
where available.
* Add additional C++ client documentation and examples.
Expand All @@ -14,7 +12,7 @@ x/y/2015 ola-0.9.6
* Initial partial E1.37-2 support in the web UI.

API:
* Python: callbacks are now also systematically called when the RPC calls fail.
* Python: Fix a bug where callbacks weren't run if the operation failed.
* Python: improve Python 3 compatability.
* Add patched ports in Universe protobuf message.
* Python: Add a patch/unpatch example.
Expand All @@ -40,7 +38,7 @@ x/y/2015 ola-0.9.6
Internal:
* Rename the method Source to ConfigLocation for Preference classes and
associated changes.
* Various RDM cleanup.
* Major cleanup of RDM code.
* Switch to using pthread_equal rather than operator==.
* Switch to using Dot for Doxygen diagrams where present.

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], [5])
m4_define([ola_revision_version], [6])

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

0 comments on commit ec02183

Please sign in to comment.