-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74f6d44
commit 60bda5d
Showing
5 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Cockpit File Sharing 3.3.7-1 | ||
## Cockpit File Sharing 4.0.0-1 | ||
|
||
* Samba - fix saving global advanced settings with '=' in their value | ||
* NFS - better whitespace handling while parsing exports file | ||
* Complete rewrite for better maintainability and expansion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "cockpit-file-sharing", | ||
"title": "Cockpit File Sharing", | ||
"prerelease": true, | ||
"version": "3.3.7", | ||
"version": "4.0.0", | ||
"buildVersion": "1", | ||
"author": "Josh Boudreau <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-file-sharing", | ||
|
@@ -65,11 +65,11 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "3.3.7", | ||
"version": "4.0.0", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Josh Boudreau <[email protected]>", | ||
"changes": [] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install | |
/usr/share/cockpit/file-sharing/* | ||
|
||
%changelog | ||
* Mon Jun 10 2024 Joshua Boudreau <[email protected]> 4.0.0-1 | ||
- Complete rewrite for better maintainability and expansion | ||
* Tue Apr 23 2024 Joshua Boudreau <[email protected]> 3.3.7-1 | ||
- Samba - fix saving global advanced settings with '=' in their value | ||
- NFS - better whitespace handling while parsing exports file | ||
|
@@ -182,4 +184,4 @@ make DESTDIR=%{buildroot} install | |
* Wed Aug 11 2021 Sam Silver <[email protected]> 2.0.0-1 | ||
- A code refactor and UI redesign of NFS Manager. | ||
* Mon Jul 05 2021 Sam Silver <[email protected]> 1.0.0-1 | ||
- Initial packaging | ||
- Initial packaging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
cockpit-file-sharing (4.0.0-1focal) focal; urgency=medium | ||
|
||
* Complete rewrite for better maintainability and expansion | ||
|
||
-- Joshua Boudreau <[email protected]> Mon, 10 Jun 2024 15:19:05 -0300 | ||
|
||
cockpit-file-sharing (3.3.7-1focal) focal; urgency=medium | ||
|
||
* Samba - fix saving global advanced settings with '=' in their value | ||
|