Skip to content

Commit 9c58f67

Browse files
committed
- Fix segfault when opening preferences pane - Closes #436
1 parent 966ffdd commit 9c58f67

9 files changed

Lines changed: 125 additions & 113 deletions

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.9.3 -> 0.9.4
2+
- Fix segfault reported in Issue #436
3+
14
0.9.2 -> 0.9.3
25
- Restore editable labels for collection names
36
- Switch to using libarchive rather than calling external application

build-aux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
PACKAGE_NAME = font-manager
3-
PACKAGE_VERSION = 0.9.3
3+
PACKAGE_VERSION = 0.9.4
44

55
ABS_TOP_SRCDIR = $(shell realpath ../)
66
ABS_SRCDIR = $(shell realpath .)

data/com.github.FontManager.FontManager.appdata.xml.in.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
</ul>
8484
</description>
8585
</release>
86+
<release version="0.9.3" date="2025-03-06">
87+
<description translate="no">
88+
<ul>
89+
<li>https://github.com/FontManager/font-manager/releases/tag/0.9.3</li>
90+
</ul>
91+
</description>
92+
</release>
8693
<release version="0.9.2" date="2025-01-19">
8794
<description translate="no">
8895
<ul>

data/com.github.FontManager.FontViewer.appdata.xml.in.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@
7070
</ul>
7171
</description>
7272
</release>
73+
<release version="0.9.3" date="2025-03-06">
74+
<description translate="no">
75+
<ul>
76+
<li>https://github.com/FontManager/font-manager/releases/tag/0.9.3</li>
77+
</ul>
78+
</description>
79+
</release>
7380
<release version="0.9.2" date="2025-01-19">
7481
<description translate="no">
7582
<ul>

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
font-manager (0.9.3-1ubuntu1) UNRELEASED; urgency=medium
1+
font-manager (0.9.4-1ubuntu1) UNRELEASED; urgency=medium
22

33
* Refer to https://github.com/FontManager/master/commits/master.
44

fedora/font-manager.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global MajorVersion 0
22
%global MinorVersion 9
3-
%global PatchVersion 3
3+
%global PatchVersion 4
44
%global build_timestamp %{lua: print(os.date("%Y%m%d"))}
55
%global DBusName com.github.FontManager.FontManager
66
%global DBusName2 com.github.FontManager.FontViewer
@@ -15,7 +15,7 @@
1515

1616
Name: font-manager
1717
Version: %{MajorVersion}.%{MinorVersion}.%{PatchVersion}.%{build_timestamp}
18-
Release: 9
18+
Release: 1
1919
Summary: A simple font management application for Gtk+ Desktop Environments
2020
License: GPLv3+
2121
Url: http://fontmanager.github.io/
@@ -198,5 +198,5 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.metain
198198
%endif
199199

200200
%changelog
201-
* Wed Mar 5 2025 JerryCasiano <JerryCasiano@gmail.com> 0.9.3-9
201+
* Wed Mar 5 2025 JerryCasiano <JerryCasiano@gmail.com> 0.9.4-1
202202
- Refer to https://github.com/FontManager/font-manager/commits/master for changes.

help/C/font-manager.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: PACKAGE VERSION\n"
4-
"POT-Creation-Date: 2025-02-26 00:40-0500\n"
4+
"POT-Creation-Date: 2025-03-07 19:41-0500\n"
55
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <LL@li.org>\n"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project(
33
'font-manager',
44
['c', 'vala'],
5-
version: '0.9.3',
5+
version: '0.9.4',
66
license: 'GPL-3.0-or-later',
77
license_files: ['COPYING'],
88
meson_version: '>= 1.1.0'

0 commit comments

Comments
 (0)