Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
204
Issues
204
List
Boards
Labels
Service Desk
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
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