diff --git a/.travis.yml b/.travis.yml index 90571e0..bc6d32d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - "echo 'Package: libconfig*' | sudo tee -a /etc/apt/preferences" - "echo 'Pin: release n=quantal*' | sudo tee -a /etc/apt/preferences" - "echo 'Pin-Priority: 990' | sudo tee -a /etc/apt/preferences" -- sudo apt-get -qq --fix-missing -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold dist-upgrade +- sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -y --fix-missing -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew dist-upgrade - sudo add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y - sudo DEBCONF_NONINTERACTIVE_SEEN=true DEBIAN_FRONTEND=noninteractive apt-get update -qq - apt-cache search mosquitto diff --git a/Changelog b/Changelog index 6f54393..90c845d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ +- UPD: startup log message includes version + 2016-02-18 version 0.5.1 - FIX: RHEL postinstall shoud run on update as well