Release 0.3 0.3
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 14 May 2012 16:54:34 +0000 (18:54 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 14 May 2012 16:54:34 +0000 (18:54 +0200)
ChangeLog
configure.ac

index 02ca51c..5af50cb 100644 (file)
--- 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.
index 57a7e3e..be2631d 100644 (file)
@@ -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)