Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
norstbox
gajim
Commits
89276eee
Commit
89276eee
authored
5 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 1.1.2 release
parent
9c2a6390
No related branches found
Branches containing commit
Tags
gajim-1.1.2
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
data/org.gajim.Gajim.appdata.xml.in
+1
-0
1 addition, 0 deletions
data/org.gajim.Gajim.appdata.xml.in
gajim/__init__.py
+1
-1
1 addition, 1 deletion
gajim/__init__.py
with
3 additions
and
2 deletions
ChangeLog
+
1
−
1
View file @
89276eee
Gajim 1.1.2 (1
1
January 2019)
Gajim 1.1.2 (1
5
January 2019)
Bug fixes
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
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"
/>
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
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
'
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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