diff --git a/.gitignore b/.gitignore index 2321503..10402cc 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /cockpit-0.71.tar.bz2 /cockpit-0.73.tar.bz2 /cockpit-0.74.tar.bz2 +/cockpit-0.75.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index cb15cc8..0aa8612 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.74 +%define tag 0.75 %define rel 1 # Globals that might be defined elsewhere # * gitcommit xxxx @@ -472,6 +472,12 @@ fi %endif %changelog +* Thu Sep 10 2015 petervo - 0.75-1 +- New design for kubernetes listing pages +- Namespace filter for kubernetes +- Pretty http error pages +- Lots of bugs, build and testing fixes + * Thu Sep 03 2015 Stef Walter - 0.74-1 - * Display an intelligent message when password auth is not possible - * Correctly start terminal in home directory diff --git a/sources b/sources index 449dd09..e1c9c80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d9c353392dd100e9e3e56cb0d7da8f3 cockpit-0.74.tar.bz2 +a6e27f380334d039f4f49333f396ca65 cockpit-0.75.tar.bz2