diff --git a/SPECS/cockpit-session-recording.spec b/SPECS/cockpit-session-recording.spec index c615229..fe0e2a0 100644 --- a/SPECS/cockpit-session-recording.spec +++ b/SPECS/cockpit-session-recording.spec @@ -1,6 +1,6 @@ Name: cockpit-session-recording -Version: 3 -Release: 1%{?dist} +Version: 6 +Release: 2%{?dist} Summary: Cockpit Session Recording License: LGPLv2+ URL: https://github.com/Scribery/%{name} @@ -28,6 +28,35 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/metainfo/org.cockpit-project.session-recording.metainfo.xml %changelog +* Wed Nov 4 2020 Justin Stephenson - 6-2 +- Use journalctl --utc for Logs view to handle DST +- Fix testZoomSpeedControls scale selector + +* Tue Nov 3 2020 Justin Stephenson - 6-1 +- Release v6 +- Bump testlib to 229 +- Add binary recording test +- Update UI to adopt PatternFly 4 +- Update dependencies +- Use --all journalctl option +- Fixed timezone issue by searching in client time +- Bump cockpit test version from 199 to 219 +- Improve test coverage with more tests +- Simplify and cleanup existing tests + +* Tue Jun 23 2020 Justin Stephenson - 4-2 +- Release v4-2 +- Fix testZoomControls test + +* Wed May 27 2020 Justin Stephenson - 4-1 +- Release v4 +- Update parent id in metainfo file +- Update package manifest +- Fix rpmmacro to resolve correct path on CentOS7 +- Handle byte-array encoded journal data +- Don't clobber cockpit bots directory +- Move code out of deprecated React lifecycle functions + * Mon Nov 25 2019 Justin Stephenson - 3-1 - Release v3 - Reset Logs View on Player Rewind @@ -49,3 +78,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml * Thu Apr 4 2019 Kirill Glebov - 1-1 - Release 1 - First release. Includes logs correlation, player controls, journal remote support. +#