aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-06 17:04:10 +0300
committerJean-Luc Lamadon <jean-luc.lamadon@nokia.com>2009-10-06 17:04:15 +0300
commitd9a2a3904f714a22430392bb07f2056f792497e1 (patch)
tree45fce45385deab56fb6230c9a1f9842dfadcb162
parent4ab633a6a20969988c57deae0cb07e9539566e15 (diff)
Rereleased 0.3.9release_0.3.9
Fix tab error in changelog reported by system integration
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
2 files changed, 2 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 58c66db7..a2b7c7d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.3.10~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.3.9], [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/changelog b/debian/changelog
index 9986425b..9185afdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,8 @@
-contextkit (0.3.10~unreleased) unstable; urgency=low
-
- *
-
- -- Marja Hassinen <ext-marja.2.hassinen@nokia.com> Tue, 06 Oct 2009 15:00:00 +0300
-
contextkit (0.3.9) unstable; urgency=low
* Parsing provider declarations with a nano dom parser which recognizes complex types.
* Removed complex types from core.context, since they're not
- supported yet.
+ supported yet.
Implemented: CntFr-337, CntFr-203