Skip to content

Commit

Permalink
Fixed changelog to match with 0.7.2 content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Virtanen committed Jun 8, 2011
1 parent 7a53011 commit 03b422a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions debian/changelog
@@ -1,7 +1,19 @@
sensord (0.7.1) unstable; urgency=low
sensord (0.7.2) unstable; urgency=low

[Pia Niemela]
* Added new property to magnetometer adaptor for overflow check in compassplugin. Fixes: NB#259945
* Added new property to magnetometer adaptor for overflow check in compassplugin. Fixes: NB#259945

[Antti Virtanen]
* Cleaned used include paths a bit that they better match what is in sensord-dev. Fixes: NB#244277.
* Removed example headers form sensord-dev.
* Testcase refactoring.
* ALSAdaptor doesn't notify MCE about ALS usage state when going to standby or resuming from it. Fixes: NB#258493.
* Return values for startSensor(), resume() and standby() now reflect was the state changed or not.
* Pusher default callback now points to itself so delegation is not routed through Bin. Fixes: NB#262887.

-- Antti Virtanen <antti.i.virtanen@nokia.com> Wed, 08 Jun 2011 11:12:48 +0200

sensord (0.7.1) unstable; urgency=low

[Antti Virtanen]
* Sensor graph shrinking not supported anymore to prevent race conditions between adaptor threads and qt mainloop. Fixes: NB#242237
Expand Down Expand Up @@ -74,12 +86,6 @@ sensord (0.7.1) unstable; urgency=low
* Qt-api interface classes now directly access methods from dbus adaptor instead of using properties. Fixes: NB#181522.
* Refactored sensor interface and adaptor classes.
* AbstractSensorChannelInterface does not anymore inherit from QDBusAbstractInterface.
* Cleaned used include paths a bit that they better match what is in sensord-dev. Fixes: NB#244277.
* Removed example headers form sensord-dev.
* Testcase refactoring.
* ALSAdaptor doesn't notify MCE about ALS usage state when going to standby or resuming from it. Fixes: NB#258493.
* Return values for startSensor(), resume() and standby() now reflect was the state changed or not.
* Pusher default callback now points to itself so delegation is not routed through Bin. Fixes: NB#262887.

[Timo Rongas]
* Fixed library path for libdatatypes in core/core.pro
Expand Down
2 changes: 1 addition & 1 deletion sensord.pc
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/lib/

Name: Sensord
Description: Sensord
Version: 0.7.1
Version: 0.7.2
Requires:
Libs: -L${libdir} -lsensorclient -lsensordatatypes
Cflags: -I${includedir} -I${includedir}/datatypes -I${includedir}/filters

0 comments on commit 03b422a

Please sign in to comment.