aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-05-25 18:45:00 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-05-25 19:05:47 +0300
commit2bf4488dc9238c3c3eddda320e7305728d95b932 (patch)
tree187a7c0cb22441263bb095fb15907bc8bcd47627
parent186aee47f3ebc63e6fb91c9845eef2572084f13a (diff)
Released 0.1.7.release_0.1.7
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
3 files changed, 20 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9d026ec2..d8b96d64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in ContextKit 0.1.7
+
+- Added the "fake provider", which just declares a lot of core
+ properties but doesn't implement any of them, relying on the Context
+ Commander to give them values.
+
+ This provider is useful to give a pre-view to properties that are
+ planned, and hopefully to gather early feedback about them.
+
Changes in ContextKit 0.1.6
- contextd provides hal-based battery properties.
diff --git a/configure.ac b/configure.ac
index a0979b3a..0f85605b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.1.7~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.1.7], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/debian/changelog b/debian/changelog
index 932b0d46..934e86a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-contextkit (0.1.6-3~unreleased) unstable; urgency=low
+contextkit (0.1.7) unstable; urgency=low
- *
+ * Added the "fake provider", which just declares a lot of core
+ properties but doesn't implement any of them, relying on the Context
+ Commander to give them values.
- -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Thu, 14 May 2009 14:25:08 +0300
+ This provider is useful to give a pre-view to properties that are
+ planned, and hopefully to gather early feedback about them.
+
+ Implemented: SWP#CntFr-171.
+
+ -- Marius Vollmer <marius.vollmer@nokia.com> Mon, 25 May 2009 18:44:23 +0300
contextkit (0.1.6-2) unstable; urgency=low