Commit 18121e14 authored by Greg Williams's avatar Greg Williams
Browse files

Updated to prepare for 0.11.2 release tag.

parent d51375aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ Getting Started

**Build example utility and run tests against Kinetic Device simulator**

    > make start_sims # starts bundled kinetic-java simulators for testing
    > make all # this is what Travis-CI build does does for regression testing

API Documentation
+6 −1
Original line number Diff line number Diff line
v0.11.2 (kinetic-protocol 3.0.5)
--------------------------------
* Changed all threads to be block indefinitely and be fully event-driven.
* Changed all threads to block indefinitely and be fully event-driven.
* Added logging of all assertions to provide debugging info in the absence of debug symbols.
* Fixed race condition in message bus listener which could lead to data corruption.
* Fixed race condition that could cause more than the max number of thread pool threads to be created.
* Fixed potential buffer overrun in logger.
* Fixed bug with mishandling of unsolicited status responses from the drive prior to drive terminating connection.

v0.11.1 (kinetic-protocol 3.0.5)
--------------------------------
+4 −4
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER           = "v0.11.2-beta"
PROJECT_NUMBER           = "v0.11.2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -415,7 +415,7 @@ EXTRACT_ALL = YES
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE        = NO
EXTRACT_PRIVATE        = YES

# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
# scope will be included in the documentation.
@@ -427,7 +427,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.

EXTRACT_STATIC         = NO
EXTRACT_STATIC         = YES

# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO
@@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = NO
# included.
# The default value is: NO.

EXTRACT_LOCAL_METHODS  = NO
EXTRACT_LOCAL_METHODS  = YES

# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
+1 −1
Original line number Diff line number Diff line
0.11.2-beta
0.11.2