Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-multi-writer
Commits
ee90479f
Commit
ee90479f
authored
May 22, 2019
by
Richard Hughes
Browse files
Release version 3.32.1
parent
658683ca
Pipeline
#158373
passed with stage
in 4 minutes and 38 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
ee90479f
...
...
@@ -2,13 +2,13 @@ GNOME MultiWriter Release Notes
* Write NEWS entries in the same format as usual.
git log --format="%s" GNOME_MULTI_WRITER_3_3
0
_0.. | grep -i -v trivial | grep -v Merge | uniq
git log --format="%s" GNOME_MULTI_WRITER_3_3
2
_0.. | grep -i -v trivial | grep -v Merge | uniq
Add any user visible changes into ../data/appdata/org.gnome.MultiWriter.appdata.xml.in
* Commit changes in git:
git commit -a -m "Release version 3.32.
0
"
git tag -s GNOME_MULTI_WRITER_3_32_
0
-m "==== Version 3.32.
0
===="
git commit -a -m "Release version 3.32.
1
"
git tag -s GNOME_MULTI_WRITER_3_32_
1
-m "==== Version 3.32.
1
===="
ninja dist
git push --tags
git push
...
...
data/appdata/org.gnome.MultiWriter.appdata.xml.in
View file @
ee90479f
...
...
@@ -61,6 +61,14 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
<release
date=
"2019-05-22"
version=
"3.32.1"
>
<description>
<p>
This fixes a memory corruption issue causing the UI to crash and also
fixes some build issues.
</p>
</description>
</release>
<release
date=
"2019-03-08"
version=
"3.32.0"
>
<description>
<p>
...
...
meson.build
View file @
ee90479f
project('gnome-multi-writer', 'c',
version : '3.32.
0
',
version : '3.32.
1
',
default_options : ['warning_level=1'],
meson_version : '>=0.46.0'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment