Skip to content

Commit

Permalink
package 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 8, 2022
1 parent 80b357a commit 94a81a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Cockpit File Sharing 3.1.6-1
## Cockpit File Sharing 3.1.7-1

* Fixed bug where regex would crash from too much recursion while parsing Ubuntu default smb.conf
* Watch for newly added users, groups, and CTDB hosts and refresh lists automatically
* Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead of unreliable regex replace
* Fix regular expressions used to check for and insert 'include = registry' in smb.conf
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-file-sharing",
"title": "Cockpit File Sharing",
"prerelease": true,
"version": "3.1.6",
"version": "3.1.7",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -60,7 +60,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.1.6",
"version": "3.1.7",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
4 changes: 4 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Wed Jun 08 2022 Joshua Boudreau <jboudreau@45drives.com> 3.1.7-1
- Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead
of unreliable regex replace
- Fix regular expressions used to check for and insert 'include = registry' in smb.conf
* Fri Jun 03 2022 Joshua Boudreau <jboudreau@45drives.com> 3.1.6-1
- Fixed bug where regex would crash from too much recursion while parsing Ubuntu
default smb.conf
Expand Down
9 changes: 9 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
cockpit-file-sharing (3.1.7-1focal) focal; urgency=medium

* Use systemdUnitEscape() from cockpit-helpers to escape mount unit name instead
of unreliable regex replace
* Fix regular expressions used to check for and insert 'include = registry' in
smb.conf

-- Joshua Boudreau <jboudreau@45drives.com> Wed, 08 Jun 2022 14:34:24 -0300

cockpit-file-sharing (3.1.6-1focal) focal; urgency=medium

* Fixed bug where regex would crash from too much recursion while parsing Ubuntu
Expand Down

0 comments on commit 94a81a7

Please sign in to comment.