Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain DEP.
gajim
Commits
89276eee
Commit
89276eee
authored
Jan 15, 2019
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 1.1.2 release
parent
9c2a6390
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
ChangeLog
ChangeLog
+1
-1
data/org.gajim.Gajim.appdata.xml.in
data/org.gajim.Gajim.appdata.xml.in
+1
-0
gajim/__init__.py
gajim/__init__.py
+1
-1
No files found.
ChangeLog
View file @
89276eee
Gajim 1.1.2 (1
1
January 2019)
Gajim 1.1.2 (1
5
January 2019)
Bug fixes
...
...
data/org.gajim.Gajim.appdata.xml.in
View file @
89276eee
...
...
@@ -101,6 +101,7 @@
<content_attribute
id=
"money-gambling"
>
none
</content_attribute>
</content_rating>
<releases>
<release
version=
"1.1.2"
date=
"2019-01-15"
/>
<release
version=
"1.1.1"
date=
"2018-12-23"
/>
<release
version=
"1.1.0"
date=
"2018-11-06"
/>
<release
version=
"1.0.3"
date=
"2018-05-20"
/>
...
...
gajim/__init__.py
View file @
89276eee
import
os
import
subprocess
__version__
=
"1.1.
1
"
__version__
=
"1.1.
2
"
IS_FLATPAK
=
False
if
os
.
path
.
exists
(
'/app/share/run-as-flatpak'
):
...
...
Write
Preview
Markdown
is supported
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