diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fa688..a2e0edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ -## Cockpit File Sharing 3.1.9-1 +## Cockpit File Sharing 3.1.10-1 -* Fixed getting users and groups from system and domain \ No newline at end of file +* Watch for newly added users, groups, and CTDB hosts and refresh lists automatically in NFS tab too +* Set cursor to `cursor: wait` while processing for user feedback \ No newline at end of file diff --git a/manifest.json b/manifest.json index ba33056..999e909 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", "prerelease": true, - "version": "3.1.9", + "version": "3.1.10", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -58,7 +58,7 @@ ], "changelog": { "urgency": "medium", - "version": "3.1.9", + "version": "3.1.10", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 4bbeb81..9d20d62 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,10 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/file-sharing/* %changelog +* Thu Jun 23 2022 Joshua Boudreau 3.1.10-1 +- Watch for newly added users, groups, and CTDB hosts and refresh lists automatically + in NFS tab too +- Set cursor to `cursor: wait` while processing for user feedback * Wed Jun 22 2022 Joshua Boudreau 3.1.9-1 - Fixed getting users and groups from system and domain * Mon Jun 20 2022 Joshua Boudreau 3.1.8-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 8af5f92..cf36080 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,11 @@ +cockpit-file-sharing (3.1.10-1focal) focal; urgency=medium + + * Watch for newly added users, groups, and CTDB hosts and refresh lists automatically + in NFS tab too + * Set cursor to `cursor: wait` while processing for user feedback + + -- Joshua Boudreau Thu, 23 Jun 2022 07:43:40 -0300 + cockpit-file-sharing (3.1.9-1focal) focal; urgency=medium * Fixed getting users and groups from system and domain