aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-08-17 15:35:43 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-08-17 15:35:43 +0300
commitf5cb7cbffeebfacdbf402571e0d4aa3ed8578fdf (patch)
tree78f22c8718690ffaff0c1f36da3779bda93ecdb9
parentac1f4d45b5ba8279ad830dfae0bf3682510997e9 (diff)
Released 0.3.release_0.3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
2 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 33004220..c719d4ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.3~unreleased], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.3], [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 8c8e93cc..b7e949a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-contextkit (0.3~unreleased) unstable; urgency=low
+contextkit (0.3) unstable; urgency=low
* Rewrote libcontextprovider in C++ and added C++ API for it. The old C
API is still there and this version is binary and source compatible
@@ -17,7 +17,10 @@ contextkit (0.3~unreleased) unstable; urgency=low
declaration XML file. Just the names of the properties you provide
are enough.
- -- Marius Vollmer <marius.vollmer@nokia.com> Mon, 20 Jul 2009 10:13:29 +0300
+ * The default loggin level is now 'WARNING'. Set CONTEXT_LOG_VERBOSITY
+ to 'DEBUG' if you want to see more.
+
+ -- Marius Vollmer <marius.vollmer@nokia.com> Mon, 17 Aug 2009 15:35:04 +0300
contextkit (0.2.12) unstable; urgency=low