summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-06-05 15:07:24 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-06-05 15:07:24 +0200
commitdf37d4e8743a128e1f113519a0daec4ea8d9c201 (patch)
treec8c6326792664682fb8def1d495f564da5a214f9
parentd147f5d6c82778ecd098270b2a61a1a7914a2ad4 (diff)
downloadneard-df37d4e8743a128e1f113519a0daec4ea8d9c201.tar.gz
neard-df37d4e8743a128e1f113519a0daec4ea8d9c201.tar.bz2
neard-df37d4e8743a128e1f113519a0daec4ea8d9c201.zip
Release 0.40.4
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5af50cb..0b0a9a8 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 024bbfb..46329f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)