summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2007-09-18 15:16:58 +0000
committerZeeshan Ali <zeenix@gmail.com>2007-09-18 15:16:58 +0000
commit6b9b4235cc56204fd9e86db326a7541322e93d7b (patch)
tree1f8f3a7cef93869e92d2cf2b1aa3374b72ce7fa1 /NEWS
parentf0b5e291a9d1905d7948a42a56bfb06b097b79e8 (diff)
downloadgupnp-tools-6b9b4235cc56204fd9e86db326a7541322e93d7b.tar.gz
English corrections by Robert McQueen.
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools@489 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e485aa7..d7f2a3d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,15 +4,15 @@
This release features Network Light, a UPnP-enabled software-based light bulb
that provides Switch Power and Dimming services, as defined by UPnP forum as
'DimmableLight v1.0". It is mainly intended to be a simple example of a UPnP
-device based on GUPnP and a demonstration of simplistic yet powerful API of
-GUPnP. It can also be used to debug generic and DimmableLight control points.
+device based on GUPnP, and a demonstration of simplistic yet powerful GUPnP
+API. It can also be used to debug generic and DimmableLight control points.
Changes to Universal Control Point in this release:
- Use of gtk stock icons wherever appropriate.
- New cool icons from Lapo Calamandrei, licensed under GPL
- Use icon from the Device, if available, to represent it.
-- Services are subscribed to, by default.
+- Subscribe to services, by default.
- Ability to copy&paste details and events.
- Lots of code cleanup and refactoring and misc fixes.