Skip to content

Commit

Permalink
Merge branch 'gpaste-43'
Browse files Browse the repository at this point in the history
* gpaste-43:
  Release GPaste 3.42.9
  core: avoid potential crash with high memory usage
  Release GPaste 3.40.5
  client: respect --use-index when displaying history
  • Loading branch information
Keruspe committed Mar 20, 2023
2 parents c7244e1 + a2fe434 commit 8737115
Show file tree
Hide file tree
Showing 28 changed files with 2,305 additions and 2,058 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
NEW in 43.2 (20/03/2023)
=============

- Avoid crash under heavy memory load

NEW in 43.1 (03/01/2023)
=============

Expand All @@ -11,6 +16,11 @@ NEW in 43.0 (27/09/2022)
- Internal preparation for gtk4 port
- Translations updates

NEW in 42.4 (20/03/2023)
=============

- Avoid crash under heavy memory load

NEW in 42.3 (03/01/2023)
=============

Expand Down Expand Up @@ -39,6 +49,11 @@ NEW in 42.0 (19/03/2022)
- Extension updated for gnome-shell 42
- Translations updates

NEW in 3.42.9 (20/03/2023)
=============

- Avoid crash under heavy memory load

NEW in 3.42.8 (03/01/2023)
=============

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Steps to install it after cloning:

You can see everything I'll post about GPaste [there](https://www.imagination-land.org/tags/GPaste.html).

Latest release for GNOME 43 is: [GPaste 43.1](https://www.imagination-land.org/posts/2023-01-03-gpaste-43.1-released.html).
Latest release for GNOME 43 is: [GPaste 43.2](https://www.imagination-land.org/posts/2023-03-20-gpaste-43.2-released.html).

Direct link to download: <https://www.imagination-land.org/files/gpaste/GPaste-43.1.tar.xz>
Direct link to download: <https://www.imagination-land.org/files/gpaste/GPaste-43.2.tar.xz>
24 changes: 24 additions & 0 deletions data/appstream/org.gnome.GPaste.Ui.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
<url type="translate">https://github.com/Keruspe/GPaste</url>
<translation type="gettext">GPaste</translation>
<releases>
<release type="stable" date="2023-03-20" version="43.2">
<description>
<p>This is a maintenance release. Changes:</p>
<ul>
<li>Avoid crash under heavy memory load</li>
</ul>
</description>
</release>
<release type="stable" date="2023-01-03" version="43.1">
<description>
<p>This is a maintenance release. Changes:</p>
Expand All @@ -61,6 +69,14 @@
</ul>
</description>
</release>
<release type="stable" date="2023-03-20" version="42.4">
<description>
<p>This is a maintenance release. Changes:</p>
<ul>
<li>Avoid crash under heavy memory load</li>
</ul>
</description>
</release>
<release type="stable" date="2023-01-03" version="42.3">
<description>
<p>This is a maintenance release. Changes:</p>
Expand Down Expand Up @@ -101,6 +117,14 @@
</ul>
</description>
</release>
<release type="stable" date="2023-03-20" version="3.42.9">
<description>
<p>This is a maintenance release. Changes:</p>
<ul>
<li>Avoid crash under heavy memory load</li>
</ul>
</description>
</release>
<release type="stable" date="2023-01-03" version="3.42.8">
<description>
<p>This is a maintenance release. Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('GPaste', 'c',
version: '43.1',
version: '43.2',
meson_version: '>=0.59.1',
default_options: [ 'warning_level=2', 'c_std=gnu17' ],
)
Expand Down
Loading

0 comments on commit 8737115

Please sign in to comment.