Release 0.8 0.8
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 30 Oct 2012 17:22:08 +0000 (18:22 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 30 Oct 2012 17:22:08 +0000 (18:22 +0100)
ChangeLog
configure.ac

index 8dd8047..343ec98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.8
+       Added raw NDEF push through the NDEF agent API.
+       Fixed a couple of p2p file descriptor leaks.
+       Fixed CR handover record handling in handover Select frames.
+       Fixed handover version check support.
+       Fixed handover code to support AC less frames.
+       Fixed p2p client event routine to support multiple incoming requests.
+       Fixed netlink support for nested events.
+
 ver 0.7
        Added support for Android Jelly Bean handover.
        Added a Bluetooth handover automated script.
index d8a4faf..59d9a0a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.7)
+AC_INIT(neard, 0.8)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)