Browse Source

fix bogus date in changelogs

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1432/head
R4SAS 5 years ago
parent
commit
28aac6f93b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      contrib/rpm/i2pd.spec
  2. 2
      debian/changelog
  3. 44
      qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml

2
contrib/rpm/i2pd.spec

@ -130,7 +130,7 @@ getent passwd i2pd >/dev/null || \
- update to 2.22.0 - update to 2.22.0
- add support of tunnelsdir option - add support of tunnelsdir option
* Thu Oct 22 2018 orignal <i2porignal@yandex.ru> - 2.21.1 * Mon Oct 22 2018 orignal <i2porignal@yandex.ru> - 2.21.1
- update to 2.21.1 - update to 2.21.1
* Thu Oct 4 2018 orignal <i2porignal@yandex.ru> - 2.21.0 * Thu Oct 4 2018 orignal <i2porignal@yandex.ru> - 2.21.0

2
debian/changelog vendored

@ -48,7 +48,7 @@ i2pd (2.21.1-1) unstable; urgency=medium
* updated to version 2.21.1 * updated to version 2.21.1
-- orignal <orignal@i2pmail.org> Thu, 22 Oct 2018 16:00:00 +0000 -- orignal <orignal@i2pmail.org> Mon, 22 Oct 2018 16:00:00 +0000
i2pd (2.21.0-1) unstable; urgency=medium i2pd (2.21.0-1) unstable; urgency=medium

44
qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml

@ -8,19 +8,19 @@
<name>i2pd</name> <name>i2pd</name>
<summary>Invisible Internet</summary> <summary>Invisible Internet</summary>
<description> <description>
<p>i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.</p> <p>i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.</p>
<p>I2P (Invisible Internet Protocol) is a universal anonymous network layer. <p>I2P (Invisible Internet Protocol) is a universal anonymous network layer.
All communications over I2P are anonymous and end-to-end encrypted, participants All communications over I2P are anonymous and end-to-end encrypted, participants
don't reveal their real IP addresses. </p> don't reveal their real IP addresses. </p>
<p>I2P allows people from all around the world to communicate and share information <p>I2P allows people from all around the world to communicate and share information
without restrictions.</p> without restrictions.</p>
<p>Features:</p> <p>Features:</p>
<ul> <ul>
<li>Distributed anonymous networking framework</li> <li>Distributed anonymous networking framework</li>
<li>End-to-end encrypted communications</li> <li>End-to-end encrypted communications</li>
<li>Small footprint, simple dependencies, fast performance</li> <li>Small footprint, simple dependencies, fast performance</li>
<li>Rich set of APIs for developers of secure applications</li> <li>Rich set of APIs for developers of secure applications</li>
</ul> </ul>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
@ -35,15 +35,15 @@
<translation type="qt" /> <translation type="qt" />
<releases> <releases>
<release version="2.28.0" date="2019-08-27" /> <release version="2.28.0" date="2019-08-27" />
<release version="2.27.0" date="2019-07-03" /> <release version="2.27.0" date="2019-07-03" />
<release version="2.26.0" date="2019-06-07" /> <release version="2.26.0" date="2019-06-07" />
<release version="2.25.0" date="2019-05-09" /> <release version="2.25.0" date="2019-05-09" />
<release version="2.24.0" date="2019-03-21" /> <release version="2.24.0" date="2019-03-21" />
<release version="2.23.0" date="2019-01-21" /> <release version="2.23.0" date="2019-01-21" />
<release version="2.22.0" date="2018-11-09" /> <release version="2.22.0" date="2018-11-09" />
<release version="2.21.1" date="2018-10-22" /> <release version="2.21.1" date="2018-10-22" />
<release version="2.21.0" date="2018-10-04" /> <release version="2.21.0" date="2018-10-04" />
</releases> </releases>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
</component> </component>

Loading…
Cancel
Save