Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- docker pull tangocs/mysql:9.2.2
- docker pull tangocs/tango-cs:latest
- git clone https://github.com/JoakimSoderberg/coveralls-cmake.git
- git clone https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
- git clone -b cppTango-378 https://${CI_USER_TOKEN}@github.com/tango-controls/tango-idl.git idl
- chmod +x .travis/run.sh

before_script:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(CTest)
enable_testing()
#need to define the version of the library
set(MAJOR_VERSION "10")
set(MINOR_VERSION "0")
set(MINOR_VERSION "2")
set(PATCH_VERSION "1")

#convenient versions
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
10.2.1
======

Support for PipeBlob in commands
Inserting const C string in DeviceData
Fix DeviceAttribute constructor for short and enum data types
NotifD is no longer supported
Fix shift-negative-value compilation warnings reported by g++ 6.3
Fix tango_const.h not installed
Fix "unused parameter" warnings

10.0.1
======

Expand Down
Loading