Release 0.4 0.4
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 5 Jun 2012 13:07:24 +0000 (15:07 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 5 Jun 2012 13:07:24 +0000 (15:07 +0200)
ChangeLog
configure.ac

index 5af50cb..0b0a9a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.4:
+       Added target mode support for peer to peer.
+       Added a handover agent API.
+       Fixed SNEP read fragmentation.
+       Fixed SNEP response frames version field.
+       Fixed build dependencies.
+       Fixed netlink and adapter memory leaks.
+
 ver 0.3:
        Added a Tag D-Bus API.
        Added an SNEP testing tool.
index 024bbfb..46329f4 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.3)
+AC_INIT(neard, 0.4)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)