aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-08-18 15:44:27 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2010-08-18 15:44:27 +0300
commita3e94900aa3f2363d175eee0101d6f02ac80b1a9 (patch)
tree18a897d9629b8158ae760f79ee77a51b7dea0a64
parenteb8da75b27515a7568b4b567837168561b4f0564 (diff)
Release 0.5.16release_0.5.160.5.16
-rw-r--r--configure.ac2
-rw-r--r--debian/api13
-rw-r--r--debian/changelog7
-rw-r--r--spec/core.context12
4 files changed, 30 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1d935967..bf2307f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.5.16~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.5.16], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 tar-ustar 1.9])
diff --git a/debian/api b/debian/api
new file mode 100644
index 00000000..748a79b3
--- /dev/null
+++ b/debian/api
@@ -0,0 +1,13 @@
+interface: libcontextprovider
+type: library
+scope: Platform
+state: stable
+libs-pkg: libcontextprovider0
+dev-pkg: libcontextporvider-dev
+
+interface: libcontextsubscriber
+type: library
+scope: Platform
+state: stable
+libs-pkg: libcontextsubscriber0
+dev-pkg: libcontextsubscriber-dev \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index f73bbb3f..32c35b20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-contextkit (0.5.16~unreleased) unstable; urgency=low
+contextkit (0.5.16) unstable; urgency=low
* UTF-8 fix also for context_provider_map_set_string and _list_add_string.
+ * Added API file.
+ * Phone.Call enumeration value "Ringing" changed to "Alerting"
+ * Cellular.SignalBars property added
- -- Marja Hassinen <marja.hassinen@nokia.com> Mon, 12 Jul 2010 12:08:27 +0300
+ -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Wed, 18 Aug 2010 11:42:05 +0300
contextkit (0.5.15) unstable; urgency=low
diff --git a/spec/core.context b/spec/core.context
index 4321510d..26a309f2 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -286,6 +286,16 @@ The name of the cellular network.
The signal strength at the cellular radio, in percent of the maximum.
</doc>
</key>
+ <key name="Cellular.SignalBars">
+ <type>
+ <base>
+ <integer min="0" max="5"/>
+ </base>
+ </type>
+ <doc>
+ The signal strength at the cellular radio, in bars.
+ </doc>
+ </key>
<key name="Cellular.Technology">
<type>
<string-enum>
@@ -410,7 +420,7 @@ Information about the phone states.
<type>
<string-enum>
<inactive/>
- <ringing/>
+ <alerting/>
<active/>
<knocking/>
</string-enum>