diff --git a/.gitignore b/.gitignore index 9b31295..441cb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /cockpit-0.113.tar.xz /cockpit-0.114.tar.xz /cockpit-0.115.tar.xz +/cockpit-0.116.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 4ba29bb..6111340 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.115 +%define tag 0.116 %define rev 1 # # This file is maintained at the following location: @@ -523,6 +523,11 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Fri Jul 29 2016 Stef Walter - 0.116-1 +- * Support for volumes when starting a docker container +- * Support for setting environment variables in a docker container +- * Fix regressions that broke display of localized text + * Thu Jul 21 2016 Stef Walter - 0.115-1 - * Setup Docker container and image storage through the UI - * Use Webpack to build Cockpit UI packages diff --git a/sources b/sources index f26ba97..59048e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c10d01cdd03bffd430dfd444051aabc cockpit-0.115.tar.xz +b95f51c2b13c2ecf32211e4ac109fa93 cockpit-0.116.tar.xz