Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gnome-calculator
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
gnome-calculator
Commits
debc596c
Commit
debc596c
authored
Sep 16, 2022
by
Robert Roth
Browse files
Options
Downloads
Patches
Plain Diff
Prepared release 43.0.1
parent
594d6eee
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+3
-0
3 additions, 0 deletions
NEWS
data/org.gnome.Calculator.appdata.xml.in
+10
-2
10 additions, 2 deletions
data/org.gnome.Calculator.appdata.xml.in
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
14 additions
and
3 deletions
NEWS
+
3
−
0
View file @
debc596c
Overview of changes in gnome-calculator 43.0.1
* Fixed appdata versioning (Robert Roth)
Overview of changes in gnome-calculator 43.0
* Removed old issue tracker references !128 (Jake Dane)
...
...
This diff is collapsed.
Click to expand it.
data/org.gnome.Calculator.appdata.xml.in
+
10
−
2
View file @
debc596c
...
...
@@ -71,6 +71,14 @@
<translation
type=
"gettext"
>
gnome-calculator
</translation>
<content_rating
type=
"oars-1.1"
/>
<releases>
<release
version=
"43.0.1"
date=
"2022-09-16"
type=
"stable"
>
<description>
<p>
Overview of changes in gnome-calculator 43.0.1
</p>
<ul>
<li>
Fixed appdata versioning (Robert Roth)
</li>
</ul>
</description>
</release>
<release
version=
"43.0"
date=
"2022-09-16"
type=
"stable"
>
<description>
<p>
Overview of changes in gnome-calculator 43.0
</p>
...
...
@@ -79,7 +87,7 @@
</ul>
</description>
</release>
<release
version=
"43
.
rc"
date=
"2022-09-02"
type=
"development"
>
<release
version=
"43
~
rc"
date=
"2022-09-02"
type=
"development"
>
<description>
<p>
Overview of changes in gnome-calculator 43.rc
</p>
<ul>
...
...
@@ -92,7 +100,7 @@
</ul>
</description>
</release>
<release
version=
"43
.
alpha"
date=
"2022-07-08"
type=
"development"
>
<release
version=
"43
~
alpha"
date=
"2022-07-08"
type=
"development"
>
<description>
<p>
Overview of changes in gnome-calculator 43.alpha
</p>
<ul>
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
debc596c
project
(
'gnome-calculator'
,
[
'c'
,
'vala'
],
version
:
'43.0'
,
version
:
'43.0
.1
'
,
meson_version
:
'>= 0.57.0'
,
license
:
'GPLv3+'
,
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment