Yann Leboulanger pushed to branch gajim_1.0 at gajim / gajim
Commits:
c4830bd9 by Yann Leboulanger at 2018-04-01T18:47:34+02:00
prepare 1.0.1 release
- - - - -
3 changed files:
- ChangeLog
- appveyor.yml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Gajim 1.0.1 (1 April 2018)
+
+ * Improve MAM support
+ * Image preview in file chooser dialog
+ * Groupchat: Set minimize on auto join default True
+ * Delete bookmark when we destroy a room
+ * Fix account deletion
+ * Fix custom font handling
+ * Fix OpenPGP message decryption
+ * Fix window position restore on multi-head setups
+ * Fix scrolling in message window
+ * Improve Windows build and build for 64 bits
+
Gajim 1.0.0 (17 March 2018)
* Ported to GTK3 / Python3
=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,8 +30,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-1.0.0-$($env:ARCH)-$($env:TIME_STRING).exe"
- Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName
"Gajim-Portable-1.0.0-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName
"Gajim-1.0.1-$($env:ARCH)-$($env:TIME_STRING).exe"
+ Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName
"Gajim-Portable-1.0.1-$($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'))
=====================================
gajim/__init__.py
=====================================
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -1,6 +1,6 @@
import subprocess
-__version__ = "1.0.0"
+__version__ = "1.0.1"
try:
p = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/c4830bd93c6ec68084425c05965ed07706026397
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/c4830bd93c6ec68084425c05965ed07706026397
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