Skip to content

Commit

Permalink
Fixed ABI breakage, raised pkg-config version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Rongas committed Oct 13, 2010
1 parent b7102cb commit 4ddab91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Expand Up @@ -3,6 +3,9 @@ sensord (0.6.27) unstable; urgency=low
[Antti Virtanen]
* Debug output from USR2 is now printed with warning-level and output contains PID of active control and listen sessions if available. [Fixes: NB#197201].

[Timo Rongas]
* Reordered members to maintain binary compatibility.

-- Timo Rongas <ext-timo.2.rongas@nokia.com> Tue, 12 Oct 2010 16:18:11 +0300

sensord (0.6.26) unstable; urgency=low
Expand Down
3 changes: 2 additions & 1 deletion qt-api/abstractsensor_i.h
Expand Up @@ -161,14 +161,15 @@ protected :

int sessionId_;
bool running_;
int interval_;
bool standbyOverride_;
int interval_;

SocketReader* socketReader_;

private:
SensorError errorCode_;
QString errorString_;

};

namespace local {
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.6.26
Version: 0.6.27
Requires:
Libs: -L${libdir} -lsensorclient -lsensordatatypes
Cflags: -I${includedir} -I${includedir}/datatypes -I${includedir}/filters

0 comments on commit 4ddab91

Please sign in to comment.