ソースを参照

upm: v0.6.2

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 8 年 前
コミット
d355f76226
共有2 個のファイルを変更した11 個の追加1 個の削除を含む
  1. 1
    1
      CMakeLists.txt
  2. 10
    0
      docs/changelog.md

+ 1
- 1
CMakeLists.txt ファイルの表示

@@ -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 ファイルの表示

@@ -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