Skip to content

Commit

Permalink
4.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 26, 2019
1 parent f8b3aa0 commit 5faf83f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 25 12:32:35 UTC 2019 - lslezak@suse.cz

- Better handle the SSL certificates signed by an uknown CA
(bsc#1124992)
- Display details in a scrollable widget
- Display hints how to install the certificate manually
- 4.1.18

-------------------------------------------------------------------
Mon Feb 18 13:11:12 UTC 2019 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-registration.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 4.1.17
Version: 4.1.18
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/lib/registration/ui/import_certificate_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def handle_dialog
# render Richtext description with the certificate details
def certificate_description
details = SslCertificateDetails.new(certificate)
"<h2>#{_("Secure Connection Error")}</h2>\n" +
details.richtext_summary
end

Expand Down

0 comments on commit 5faf83f

Please sign in to comment.