summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02ca51c..5af50cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 0.3:
+ Added a Tag D-Bus API.
+ Added an SNEP testing tool.
+ Added SNEP fragmentation support.
+ Added BlueZ signal handlers for adapter tracking.
+ Added BlueZ adapter properties handling.
+ Added a main.conf template.
+ Removed the Target D-Bus API.
+ Fixed Type 1 commands handling.
+
ver 0.2:
Added SNEP support.
Added tag presence check implementation.
diff --git a/configure.ac b/configure.ac
index 57a7e3e..be2631d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(neard, 0.2)
+AC_INIT(neard, 0.3)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)