Skip to content

Commit

Permalink
Bump to version v0.17
Browse files Browse the repository at this point in the history
Changelog:

a914aff Revert "sort: when sorting iio_channels, if the index is the same, use ID"
3b742f1 CI/travis/lib.sh: look in `ci/travis` path for script
2973ea4 CI/travis/inside_docker.sh: export INSIDE_DOCKER variable
15206d9 CI/travis/lib.sh: ensure sudo exists (in docker env)
81d11e3 CI/travis/lib.sh: generalize function that checks for commands
fed6608 CI/travis/inside_docker.sh: export TRAVIS_BUILD_DIR var
6b1711a CI/travis/lib.sh: use `type` command to check if a command exists
15837a5 CI/travis/inside_docker.sh: create a single docker wrapper
7746ea2 cmake/LinuxPackaging.cmake: manually exclude each dir for CentOS 7 RPM creation
d765acb CI/travis/lib.sh: shell parsing errors
dd44218 CI/travis/lib.sh: ensure wget is installed before getting lib.sh
9563d79 CI/travis/lib.sh: check if script is present in build folder
b3c5b2c CI/travis/lib.sh: download needed scripts when including lib.sh
70370ea CI/travis: lib-ify docker logic
0efea10 CI/travis/lib.sh: create get_script_path() function
bfae8a2 CI/travis/lib.sh: fix dangling quote in symlink command
7923223 CI/travis/lib.sh: parametrize library in upload_file_to_swdownloads()
bdd8e9b CI/travis/lib.sh: assign function parameters to local variables
85f362b CI/travis/lib.sh: group all SFTP commands
8cb448e CI/travis/lib.sh: add return codes to upload_file_to_swdownloads()
c41077b CI/travis/lib.sh: localize all variables in upload_file_to_swdownloads()
ae08593 CI/travis/lib.sh: rename & indent send() function
af5a2fc CI/travis: move send() function to lib.sh
5b9f3e4 CI/travis: split CentOS docker build logic into it's own build
4d220b0 CI/travis: remove the `travis-ci` quirk
bac1d5e .travis.yml,CI/travis/after_deploy: trigger other builds after libiio
c54152a Revert "CI/travis/lib.sh: add utility library & check deploy condition here"
f7fc763 Revert ".travis.yml: move SSH key logic into shell script from yaml file"
ea98de1 CI/travis/before_install_linux: remove fixed sleep
d75e388 CI/travis/lib.sh: move brew_install_or_upgrade() in lib
4aac404 CI/travis/lib.sh: move the get_ldist function here
3724ea6 CI/travis/lib.sh: add utility library & check deploy condition here
9814b5b .travis.yml: move SSH key logic into shell script from yaml file
ddc3e4b gh-pages: Commit autogenerated documentation on a tag
b31f7e4 CI/travis/get_ldist: &> /dev/null re-direction doesn't work in /bin/sh
a032cfe README: Add links for issue tracking
6db0756 CI/travis/get_ldist: move dpkg check in if check

Alexandru Ardelean (34):
      CI/travis/get_ldist: move dpkg check in if check
      CI/travis/get_ldist: &> /dev/null re-direction doesn't work in /bin/sh
      .travis.yml: move SSH key logic into shell script from yaml file
      CI/travis/lib.sh: add utility library & check deploy condition here
      CI/travis/lib.sh: move the get_ldist function here
      CI/travis/lib.sh: move brew_install_or_upgrade() in lib
      CI/travis/before_install_linux: remove fixed sleep
      Revert ".travis.yml: move SSH key logic into shell script from yaml file"
      Revert "CI/travis/lib.sh: add utility library & check deploy condition here"
      .travis.yml,CI/travis/after_deploy: trigger other builds after libiio
      CI/travis: remove the `travis-ci` quirk
      CI/travis: split CentOS docker build logic into it's own build
      CI/travis: move send() function to lib.sh
      CI/travis/lib.sh: rename & indent send() function
      CI/travis/lib.sh: localize all variables in upload_file_to_swdownloads()
      CI/travis/lib.sh: add return codes to upload_file_to_swdownloads()
      CI/travis/lib.sh: group all SFTP commands
      CI/travis/lib.sh: assign function parameters to local variables
      CI/travis/lib.sh: parametrize library in upload_file_to_swdownloads()
      CI/travis/lib.sh: fix dangling quote in symlink command
      CI/travis/lib.sh: create get_script_path() function
      CI/travis: lib-ify docker logic
      CI/travis/lib.sh: download needed scripts when including lib.sh
      CI/travis/lib.sh: check if script is present in build folder
      CI/travis/lib.sh: ensure wget is installed before getting lib.sh
      CI/travis/lib.sh: shell parsing errors
      cmake/LinuxPackaging.cmake: manually exclude each dir for CentOS 7 RPM creation
      CI/travis/inside_docker.sh: create a single docker wrapper
      CI/travis/lib.sh: use `type` command to check if a command exists
      CI/travis/inside_docker.sh: export TRAVIS_BUILD_DIR var
      CI/travis/lib.sh: generalize function that checks for commands
      CI/travis/lib.sh: ensure sudo exists (in docker env)
      CI/travis/inside_docker.sh: export INSIDE_DOCKER variable
      CI/travis/lib.sh: look in `ci/travis` path for script

Michael Hennerich (1):
      Revert "sort: when sorting iio_channels, if the index is the same, use ID"

Robin Getz (2):
      README: Add links for issue tracking
      gh-pages: Commit autogenerated documentation on a tag

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich committed Jan 10, 2019
1 parent a914aff commit f8857ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(libiio C)

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 16)
set(LIBIIO_VERSION_MINOR 17)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
if (WIN32)
string(TIMESTAMP BUILD_YEAR "%Y")
Expand Down

0 comments on commit f8857ea

Please sign in to comment.