aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-06-01 15:21:15 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-06-01 15:21:15 +0300
commitb9fec7efbc41c3da2fcedf94d2fd84fa5057eee6 (patch)
treecd579bc0d5dcd702c6ca00c7743d1d9413e127e8
parentd375fdf162400403ffadc8be96a7de551d9b0552 (diff)
Released 0.1.9.release_0.1.9
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
3 files changed, 10 insertions, 33 deletions
diff --git a/NEWS b/NEWS
index d8b96d64..f0efca5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1 @@
-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.
- Couple of bug fixes related to handling properties.
-
-As visible in Scrumworks, the following backlog items are done:
-
-CntFr-39
-
-Changes in ContextKit 0.1.5
-
-- The libcontextprovider API has been cleaned up
- and is considered semi-stable.
-
-As visible in Scrumworks, the following backlog items are done:
-
-CntFr-70 CntFr-68 CntFr-38 CntFr-8 CntFr-11 CntFr-36 CntFr-72 CntFr-96
-CntFr-71 CntFr-80 CntFr-9 CntFr-10 CntFr-84 CntFr-74 CntFr-111 CntFr-110
-CntFr-94 CntFr-137 CntFr-76 CntFr-7 CntFr-87 CntFr-1 CntFr-131 CntFr-130
-CntFr-140 CntFr-135 CntFr-88 CntFr-132 CntFr-141 CntFr-155
+See debian/changelog for NEWS.
diff --git a/configure.ac b/configure.ac
index b99eab44..bc14531b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.1.9~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.1.9], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/debian/changelog b/debian/changelog
index 69ea7b5c..3946fd1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
-contextkit (0.1.9~unreleased) unstable; urgency=low
+contextkit (0.1.9) unstable; urgency=low
* context-provide's registry output file is now specified by
CONTEXT_PROVIDE_REGISTRY_FILE and not CONTEXT_FLEXI_XML
- *
- -- Gergely Risko <ext-gergely.2.risko@nokia.com> Thu, 28 May 2009 14:24:14 +0300
+ * Added new-style property declaration file to contextd, for use by the
+ upcoming libcontextsubscriber.
+
+ * Fixes: NB#119635 - ContextProvider library API checks it's input with
+ assertions.
+
+ -- Marius Vollmer <marius.vollmer@nokia.com> Mon, 01 Jun 2009 15:17:29 +0300
contextkit (0.1.8) unstable; urgency=low