summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-01-11 21:43:48 -0800
committerKevron Rees <tripzero.kev@gmail.com>2015-01-11 21:43:48 -0800
commit2b8c0be99cf8d99ede79d4842191ae39d7c6e15a (patch)
tree766e09318bab5143aaa8b543feee098a8cb99c24
parent37600dd840398550fb786a444f553be3aa9b0bcf (diff)
downloadautomotive-message-broker-0.13.tar.gz
RELEASE fixes0.13
-rw-r--r--CMakeLists.txt2
-rw-r--r--RELEASE.in.md (renamed from RELEASE)4
-rw-r--r--RELEASE.md25
3 files changed, 29 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5461a058..52d1bc22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,6 +81,8 @@ add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD | bzip
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake" "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY)
add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
+configure_file("${CMAKE_CURRENT_SOURCE_DIR}/RELEASE.in.md" "${CMAKE_CURRENT_SOURCE_DIR}/RELEASE.md" @ONLY)
+
# packaging stuff:
# Common things to every type of package
SET(CPACK_PACKAGE_DESCRIPTION "daemon that provides access vehicle data")
diff --git a/RELEASE b/RELEASE.in.md
index cf1650e2..b92eb7ac 100644
--- a/RELEASE
+++ b/RELEASE.in.md
@@ -15,8 +15,8 @@ Changes:
- [websocket plugin] protocol changes: getSupportedEventTypes is getSupported. 'data' changed type to array of objects
instead of array of strings. See plugins/websocket/protocol
- Removed old ButtonEvent interface as it conflicted with the new ButtonEvent.
-- Extensive documentation improvements. Plugin docs install to @DOC_INSTALL_PREFIX@/plugins/.
-- Bluemonkey JS API docs @DOC_INSTALL_PREFIX@/plugins/bluemonkey/html/.
+- Extensive documentation improvements. Plugin docs install to @DOC_INSTALL_DIR@/plugins/.
+- Bluemonkey JS API docs @DOC_INSTALL_DIR@/plugins/bluemonkey/html/.
Fixes:
- [DBus plugin] Fix exporting properties in zones that really don't have support
diff --git a/RELEASE.md b/RELEASE.md
new file mode 100644
index 00000000..777f85ec
--- /dev/null
+++ b/RELEASE.md
@@ -0,0 +1,25 @@
+Release notes for release 0.13
+
+New features:
+- [xwalk extension] implements full W3C automotive BG vehicle and data APIs
+- [OpenCV plugin] code updated to the new 3.0 beta API
+- [OpenCV plugin] driver drowsiness detection test code
+- [Bluemonkey plugin] support for zones in JS API.
+- [Bluemonkey plugin] database module.
+- [tools] new ambctl. replaces amb-get, amb-set, etc
+
+Changes:
+- OpenCV plugin experimental options for cuda and kinect are removed
+- Removed unmaintained plugins: tpms, websocket{sink,source}
+- Implementing AbstractSource::getPropertyInfo() is now mandatory
+- [websocket plugin] protocol changes: getSupportedEventTypes is getSupported. 'data' changed type to array of objects
+ instead of array of strings. See plugins/websocket/protocol
+- Removed old ButtonEvent interface as it conflicted with the new ButtonEvent.
+- Extensive documentation improvements. Plugin docs install to /usr/share/doc/packages/automotive-message-broker/plugins/.
+- Bluemonkey JS API docs /usr/share/doc/packages/automotive-message-broker/plugins/bluemonkey/html/.
+
+Fixes:
+- [DBus plugin] Fix exporting properties in zones that really don't have support
+- [xwalk extension] fixed set() for some types did not work because of invalid GVariant creation.
+- [websocket plugin] Updated html test page. Fixed protocol usage.
+- [websocket plugin] Source zones properly supported