Skip to content

Commit 2e90a6b

Browse files
committed
Updated CHANGELOG.md and revision numbers for 1.0.8
1 parent e789bcb commit 2e90a6b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Change log
22
==========
33

4+
1.0.8 (2016-08-30)
5+
==================
6+
7+
* API changes:
8+
* cisstDataGenerator: use std::vector instead of std::list for possible enum values/strings
9+
* Deprecated features:
10+
* None
11+
* New features:
12+
* cisstNumerical: nmrRegistrationRigid Python wrapper
13+
* Bug fixes:
14+
* cisstVector: fixed bug in RowPointers methods for dynamic matrices
15+
* cisstOSAbstraction: fix serial port name on Windows when number greater than 9
16+
* CMake: fixed configure_file @ONLY
17+
* CMake: set messages as STATUS for informational messages
18+
* CMake: cisstStereoVision looks explicitly for OpenCV 2
19+
420
1.0.7 (2016-05-16)
521
==================
622

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ endif (CISST_BUILD_SHARED_LIBS)
7070
# Set the version number
7171
set (CISST_VERSION_MAJOR "1")
7272
set (CISST_VERSION_MINOR "0")
73-
set (CISST_VERSION_PATCH "7")
73+
set (CISST_VERSION_PATCH "8")
7474
set (CISST_VERSION "${CISST_VERSION_MAJOR}.${CISST_VERSION_MINOR}.${CISST_VERSION_PATCH}")
7575

7676
# To compile examples within this project

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>cisst</name>
3-
<version>1.0.7</version>
3+
<version>1.0.8</version>
44
<description>
55
This package provides the cisst libraries
66
</description>

0 commit comments

Comments
 (0)