Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis52 committed Feb 29, 2016
1 parent f6cca2e commit 5b86f58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 1 addition & 10 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
x/y/2016 ola-0.10.1
29/2/2016 ola-0.10.1
Features:
* Add support for Osram Lightify products via a Philips Hue bridge
* Add Stellascapes Lightwidgets Number1 PIDs
* Add a warning to the Web UIs if Javascript is disabled.

API:
*

RDM Tests:
*

Bugs:
* Check if a device exists before trying to acquire a UUCP lock file for it #1006
* Fix the build on FreeBSD
Expand All @@ -19,9 +13,6 @@ x/y/2016 ola-0.10.1
* Allow you to set DMX address of a one slot device to 512 #1042. The JSON API now returns min and max inclusive
* Switch to pkg-config for cppunit detection #1043

Internal:
*

3/1/2016 ola-0.10.0
Features:
* Add better logging for open()
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], [0])
m4_define([ola_revision_version], [1])

m4_define([ola_version],
[ola_major_version.ola_minor_version.ola_revision_version])
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ola (0.10.1-1) unstable; urgency=low

* New upstream release

-- Simon Newton <[email protected]> Sun, 29 Feb 2016 07:51:00 -0700

ola (0.10.0-1) unstable; urgency=low

* New upstream release
Expand Down

0 comments on commit 5b86f58

Please sign in to comment.