aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-06-03 15:13:05 +0300
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-06-03 15:13:05 +0300
commitd01b3dc79c8f25930d4e4f3ee473eddd0f5a634d (patch)
treebb684fd8bcf31d2ce275c5f747144f26d9718738
parentbb8721e7c825a2591aad8034b52fa77b48ad2eb0 (diff)
Released 0.2.0.
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog5
3 files changed, 16 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d8b96d64..a92c9968 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in ContextKit 0.2.0
+
+- Added libcontextsubscriber, the implementation of the new
+ subscription helper library for creating context aware applications
+
+Changes in ContextKit 0.1.8
+
+- Added python-contextkit, which is a python binding for
+ libcontextprovider and (in the future) libcontextsubscriber.
+
+- Added contextkit-utils, which only contains context-provide for now,
+ it is a debug/test provider
+
Changes in ContextKit 0.1.7
- Added the "fake provider", which just declares a lot of core
diff --git a/configure.ac b/configure.ac
index 6206cd2f..329dfd2c 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.2.0], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/debian/changelog b/debian/changelog
index 9cc755a1..ec7329cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,14 @@
-contextkit (0.2.0~unreleased) unstable; urgency=low
+contextkit (0.2.0) unstable; urgency=low
* context-provide's registry output file is now specified by
CONTEXT_PROVIDE_REGISTRY_FILE and not CONTEXT_FLEXI_XML
* added libcontextsubscriber{0{,-dbg},-dev,-doc}, the implementation of
the new subscription helper library for creating context aware
applications
- *
Implemented: SWP#CntFr-204
- -- Gergely Risko <ext-gergely.2.risko@nokia.com> Thu, 28 May 2009 14:24:14 +0300
+ -- Gergely Risko <ext-gergely.2.risko@nokia.com> Wed, 03 Jun 2009 14:24:14 +0300
contextkit (0.1.8) unstable; urgency=low