-
Notifications
You must be signed in to change notification settings - Fork 47
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
Showing
3 changed files
with
19 additions
and
2 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ func main() { | |
app.Name = "mokey" | ||
app.Authors = []cli.Author{cli.Author{Name: "Andrew E. Bruno", Email: "[email protected]"}} | ||
app.Usage = "mokey" | ||
app.Version = "0.5.3" | ||
app.Version = "0.5.4" | ||
app.Flags = []cli.Flag{ | ||
&cli.StringFlag{Name: "conf,c", Usage: "Path to conf file"}, | ||
&cli.BoolFlag{Name: "debug,d", Usage: "Print debug messages"}, | ||
|
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 @@ | |
|
||
Summary: FreeIPA self-service account managment tool | ||
Name: mokey | ||
Version: 0.5.3 | ||
Version: 0.5.4 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: Applications/Internet | ||
|
@@ -72,6 +72,17 @@ rm -rf %{buildroot} | |
%attr(644,root,root) %{_usr}/lib/systemd/system/%{name}.service | ||
|
||
%changelog | ||
* Tue Jul 07 2020 Andrew E. Bruno <[email protected]> 0.5.4-1 | ||
- Bug Fixes | ||
- Fix bug with missing set-cookie header issue #53 | ||
* Tue Oct 29 2019 Andrew E. Bruno <[email protected]> 0.5.3-1 | ||
- New Features | ||
- Update Login/Conset flow for hydra v1.0.3+oryOS.10 | ||
- Add support for SMTP AUTH (@cdwertmann) | ||
- Implement fully encrypted SMTP connection (@g5pw) | ||
- Upgrade to echo v4 | ||
- Bug Fixes | ||
- Fix bug if session keys change or session gets corrupted | ||
* Wed Sep 12 2018 Andrew E. Bruno <[email protected]> 0.5.2-1 | ||
- New Features | ||
- Add option to disable user signup | ||
|