mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-03 22:12:17 -05:00
Version 2.6.1
This commit is contained in:
parent
e76a8aaedf
commit
3538bf8202
@ -1,3 +1,6 @@
|
|||||||
|
2.6.1
|
||||||
|
* some fixes for regression bugs
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
* key certifications (thanks to Vincent Breitmoser)
|
* key certifications (thanks to Vincent Breitmoser)
|
||||||
* support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
|
* support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.sufficientlysecure.keychain"
|
package="org.sufficientlysecure.keychain"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="26000"
|
android:versionCode="26100"
|
||||||
android:versionName="2.6">
|
android:versionName="2.6.1">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
General remarks
|
General remarks
|
||||||
|
@ -5,6 +5,11 @@ And don't add newlines before or after p tags because of transifex -->
|
|||||||
<head>
|
<head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h2>2.6.1</h2>
|
||||||
|
<ul>
|
||||||
|
<li>some fixes for regression bugs</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>2.6</h2>
|
<h2>2.6</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>key certifications (thanks to Vincent Breitmoser)</li>
|
<li>key certifications (thanks to Vincent Breitmoser)</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user