Philipp Hörist pushed to branch master at gajim / gajim


Commits:
d1dbcc3a by Philipp Hörist at 2022-09-19T23:30:23+02:00
release: 1.5.1

- - - - -


4 changed files:

- ChangeLog
- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,4 +1,10 @@
-Gajim 1.5.0 (18 Sep 2022)
+Gajim 1.5.1 (19 Sep 2022)
+
+  Bug Fixes
+
+  * ChatBanner: Format markup string correctly
+
+Gajim 1.5.0 (19 Sep 2022)
 
   CVE-2022-39835
 


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,7 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="1.5.1" date="2022-09-19" />
     <release version="1.5.0" date="2022-09-19" />
     <release version="1.4.7" date="2022-07-24" />
     <release version="1.4.6" date="2022-07-07" />


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -317,7 +317,7 @@ modules:
     sources:
       - type: git
         url: https://dev.gajim.org/gajim/gajim.git
-        tag: 1.5.0
+        tag: 1.5.1
       - type: file
         path: app-overrides.json
     post-install:


=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
 import sys
 from pathlib import Path
 
-__version__ = '1.5.0'
+__version__ = '1.5.1'
 
 IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d1dbcc3af665a0ed922292436b5f911d599f6116

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d1dbcc3af665a0ed922292436b5f911d599f6116
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to