diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-05 15:07:24 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-05 15:07:24 +0200 |
commit | df37d4e8743a128e1f113519a0daec4ea8d9c201 (patch) | |
tree | c8c6326792664682fb8def1d495f564da5a214f9 | |
parent | d147f5d6c82778ecd098270b2a61a1a7914a2ad4 (diff) | |
download | neard-df37d4e8743a128e1f113519a0daec4ea8d9c201.tar.gz neard-df37d4e8743a128e1f113519a0daec4ea8d9c201.tar.bz2 neard-df37d4e8743a128e1f113519a0daec4ea8d9c201.zip |
Release 0.40.4
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) |