Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 25 Oct 2020 17:41:51 UTC
Commit: e07835767a5b14dd3801022b7f7ead8e38b338a3
https://github.com/geany/plugins.geany.org/commit/e07835767a5b14dd3801022b7…
Log Message:
-----------
Just no markup
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -143,7 +143,7 @@ <h3>1.37</h3>
</ul>
<h3>Pre-1.37</h3>
-<p>Note: The key <strong>B507ACD04BA283C9</strong> is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
+<p>Note: The key B507ACD04BA283C9 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
<ul>
<li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
<li>Verify the downloaded archive either with
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 25 Oct 2020 17:29:26 UTC
Commit: fd578301a67b335579a239a2d75c0062024a32ea
https://github.com/geany/plugins.geany.org/commit/fd578301a67b335579a239a2d…
Log Message:
-----------
Change markup for deprecated keyid
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -143,7 +143,7 @@ <h3>1.37</h3>
</ul>
<h3>Pre-1.37</h3>
-<p>Note: The key <code>B507ACD04BA283C9</code> is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
+<p>Note: The key <strong>B507ACD04BA283C9</strong> is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
<ul>
<li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
<li>Verify the downloaded archive either with
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 25 Oct 2020 17:18:58 UTC
Commit: 8a7ffac6bdfd6a221e3be9222697e4cdad040e02
https://github.com/geany/geany-plugins/commit/8a7ffac6bdfd6a221e3be9222697e…
Log Message:
-----------
Fix typo
Modified Paths:
--------------
NEWS
Modified: NEWS
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -37,7 +37,7 @@ Geany Plugins 1.37 (2020-10-25)
ProjectOrganizer:
* Make showing empty directories in the sidebar configurable (PR #929)
* Improve used icon -- don't use stock icons (PR #932)
- * Add a keybinding for for focusing the sidebar (PR #920)
+ * Add a keybinding for focusing the sidebar (PR #920)
* Re-read base path when updating project (PR #921)
Vimmode:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 25 Oct 2020 16:54:56 UTC
Commit: 517d32294353544ee60ec60715cc5c48406fd5c3
https://github.com/geany/plugins.geany.org/commit/517d32294353544ee60ec6071…
Log Message:
-----------
Make statement about changed keys
Modified Paths:
--------------
content/downloads.html
Modified: content/downloads.html
11 lines changed, 11 insertions(+), 0 deletions(-)
===================================================================
@@ -133,6 +133,17 @@ <h2>Verifying Signatures</h2>
tarballs by checking if the GPG signature is correct. To do this, follow
these instructions:</p>
+<h3>1.37</h3>
+<ul>
+ <li>Import the key via <code>gpg --recv-keys B7A4039D0630EA07</code></li>
+ <li>Verify the downloaded archive either with
+ <code>gpg --verify geany-plugins-<?php print $version ?>.tar.bz2.sig geany-plugins-<?php print $version ?>.tar.bz2</code> or
+ <code>gpg --verify geany-plugins-<?php print $version ?>.tar.gz.sig geany-plugins-<?php print $version ?>.tar.gz</code>
+ </li>
+</ul>
+
+<h3>Pre-1.37</h3>
+<p>Note: The key <code>B507ACD04BA283C9</code> is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.</p>
<ul>
<li>Import the key via <code>gpg --recv-keys B507ACD04BA283C9</code></li>
<li>Verify the downloaded archive either with
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).