Browse Source

upm: v0.6.2

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 8 years ago
parent
commit
d355f76226
2 changed files with 11 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt
  2. 10
    0
      docs/changelog.md

+ 1
- 1
CMakeLists.txt View File

@@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
25 25
 git_describe (VERSION "--tags")
26 26
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
27 27
   message (WARNING " - Install git to compile a production UPM!")
28
-  set (VERSION "v0.6.1-dirty")
28
+  set (VERSION "v0.6.2-dirty")
29 29
 endif ()
30 30
 
31 31
 message (INFO " - UPM Version ${VERSION}")

+ 10
- 0
docs/changelog.md View File

@@ -4,6 +4,16 @@ Changelog                         {#changelog}
4 4
 Here's a list summarizing some of the key undergoing changes to our library
5 5
 from earlier versions:
6 6
 
7
+### v0.6.2
8
+
9
+ * Added a generic driver for taking snapshots from an USB camera device
10
+ * New API changes section in documentation to let users know when the UPM API
11
+ gets modified
12
+ * Fixed some spelling errors and improved JavaScript documentation builds with
13
+ newer versions of YUI and Node
14
+ * Enhanced Cmake scripts and the build process
15
+ * New sensors: vcap, e50hx
16
+
7 17
 ### v0.6.1
8 18
 
9 19
  * Fixed library build process for different configurations across multiple