-
Notifications
You must be signed in to change notification settings - Fork 7
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
7813389
commit 47de561
Showing
5 changed files
with
20 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Cockpit Identities 0.1.11-1 | ||
## Cockpit Identities 0.1.12-1 | ||
|
||
* Fix parsing regex for Safari | ||
* remove all regex lookbehinds |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "cockpit-identities", | ||
"title": "Cockpit Identities", | ||
"prerelease": false, | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"buildVersion": "1", | ||
"author": "Joshua Boudreau <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-identities", | ||
|
@@ -72,7 +72,7 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
|
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/identities/* | ||
|
||
%changelog | ||
* Thu May 11 2023 Joshua Boudreau <[email protected]> 0.1.12-1 | ||
- remove all regex lookbehinds | ||
* Thu May 11 2023 Joshua Boudreau <[email protected]> 0.1.11-1 | ||
- Fix parsing regex for Safari | ||
* Wed Jul 06 2022 Joshua Boudreau <[email protected]> 0.1.10-1 | ||
|
@@ -64,4 +66,4 @@ make DESTDIR=%{buildroot} install | |
- Implemented password expiry period | ||
- Added ability to terminate user session | ||
* Mon Apr 25 2022 Joshua Boudreau <[email protected]> 0.1.0-1 | ||
- first build | ||
- first build |
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-identities (0.1.12-1focal) focal; urgency=medium | ||
|
||
* remove all regex lookbehinds | ||
|
||
-- Joshua Boudreau <[email protected]> Thu, 11 May 2023 13:46:52 -0300 | ||
|
||
cockpit-identities (0.1.11-1focal) focal; urgency=medium | ||
|
||
* Fix parsing regex for Safari | ||
|
@@ -87,4 +93,4 @@ cockpit-identities (0.1.0-1focal) focal; urgency=medium | |
|
||
* first build | ||
|
||
-- Joshua Boudreau <[email protected]> Mon, 25 Apr 2022 14:00:52 -0300 | ||
-- Joshua Boudreau <[email protected]> Mon, 25 Apr 2022 14:00:52 -0300 |