aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-06-04 14:38:12 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-06-04 14:38:12 +0300
commitdff9242f339c33c17f71ecc660565ec6c5534879 (patch)
treeafa77935bff82b93586a8a93758e2cbb6a43ed6a
parent5af1c24bd9916b1e298b5f4b2658bd966415f69e (diff)
Released 0.2.1release_0.2.1
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
4 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index c0186994..677fdd5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in ContextKit 0.2.1
+
+- Added lowmem plugin to contextd, which provides MemoryPressure property
+
Changes in ContextKit 0.2.0
- Added libcontextsubscriber, the implementation of the new
diff --git a/README b/README
index 77bee2f0..bbab2038 100644
--- a/README
+++ b/README
@@ -11,8 +11,6 @@ The ContextKit consists of:
- contextd, daemon for combining and refining contextual information
-In the future, the following components will be added:
-
- libcontextsubscriber, a library implementing
the simple API for accessing the contextual information.
diff --git a/configure.ac b/configure.ac
index e2f70829..03208e01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.2.1~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.2.1], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
diff --git a/debian/changelog b/debian/changelog
index 530ae66d..81fce718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-contextkit (0.2.1~unreleased) unstable; urgency=low
+contextkit (0.2.1) unstable; urgency=low
- *
+ * added lowmem plugin to contextd, which provides MemoryPressure property
- -- Gergely Risko <ext-gergely.2.risko@nokia.com> Thu, 04 Jun 2009 08:44:04 +0300
+ Implemented: SWP#CntFr-61
+
+ -- Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Thu, 04 Jun 2009 14:19:39 +0300
contextkit (0.2.0) unstable; urgency=low