Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim
Commits:
ba192a50 by lovetox at 2020-12-29T12:55:55+01:00
1.3.0-beta1
- - - - -
28c0cee2 by lovetox at 2020-12-29T13:00:28+01:00
Update appveyor.yml
- - - - -
2bad5b51 by lovetox at 2020-12-29T13:03:11+01:00
Update appdata.xml
- - - - -
3 changed files:
- appveyor.yml
- data/org.gajim.Gajim.appdata.xml.in
- gajim/__init__.py
Changes:
=====================================
appveyor.yml
=====================================
@@ -10,7 +10,7 @@ environment:
branches:
only:
- - master
+ - gajim_1.3
clone_depth: 1
@@ -42,8 +42,8 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName
"Gajim-Master-$($env:ARCH)-$($env:TIME_STRING).exe"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName
"Gajim-Portable-Master-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName
"Gajim-1.3.0-beta1-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName
"Gajim-Portable-1.3.0-beta1-$($env:ARCH)-$($env:TIME_STRING).exe"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -72,6 +72,7 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<releases>
+ <release version="1.2.2" date="2020-08-15" />
<release version="1.2.1" date="2020-07-08" />
<release version="1.2.0" date="2020-06-21" />
<release version="1.1.3" date="2019-04-23" />
=====================================
gajim/__init__.py
=====================================
@@ -2,7 +2,7 @@
import sys
from pathlib import Path
-__version__ = "1.2.91"
+__version__ = "1.3.0-beta1"
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/22a6f997b33bc2d1a562fe55473aadc5eefc7b3f...2bad5b51a7880d540503618adb451aad4b137d48
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/22a6f997b33bc2d1a562fe55473aadc5eefc7b3f...2bad5b51a7880d540503618adb451aad4b137d48
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