Yann Leboulanger pushed to branch gajim_0.16 at gajim / gajim
Commits:
80bd3dcb by Yann Leboulanger at 2017-12-03T18:13:23+01:00
prepare 0.16.9 release
- - - - -
7 changed files:
- ChangeLog
- appveyor.yml
- autogen.sh
- gajim.nsi
- setup_win32.py
- src/common/defs.py
- src/gajim.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Gajim 0.16.9 (30 November 2017)
+
+ * Improve Zeroconf behavior
+ * Fix showing normal message event
+ * remove usage of OpenSSL.rand
+ * a few minor bugfixes
+
Gajim 0.16.8 (04 June 2017)
* Fix rejoining MUCs after connection loss
=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,8 +62,8 @@ install:
# Push Installer Exe
- ps: $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
- - ps: Push-AppveyorArtifact Gajim.exe -FileName
"Gajim-0.16.8-$($env:TIME_STRING).exe"
- - ps: Push-AppveyorArtifact Gajim-Portable.exe -FileName
"Gajim-portable-0.16.8-$($env:TIME_STRING).exe"
+ - ps: Push-AppveyorArtifact Gajim.exe -FileName
"Gajim-0.16.9-$($env:TIME_STRING).exe"
+ - ps: Push-AppveyorArtifact Gajim-Portable.exe -FileName
"Gajim-portable-0.16.9-$($env:TIME_STRING).exe"
build: off
=====================================
autogen.sh
=====================================
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
- gajimversion="0.16.8"
+ gajimversion="0.16.9"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"
=====================================
gajim.nsi
=====================================
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -164,7 +164,7 @@ Section "Gajim" SecGajim
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName"
"Gajim"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString"
"$INSTDIR\Uninstall.exe"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon"
"$INSTDIR\bin\Gajim.exe"
- WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion"
"0.16.8"
+ WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion"
"0.16.9"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout"
"http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
=====================================
setup_win32.py
=====================================
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -44,7 +44,7 @@ options = {
setup(
name='Gajim',
- version='0.16.8',
+ version='0.16.9',
description='A full featured Jabber client',
author='Gajim Development Team',
url='http://gajim.org/',
=====================================
src/common/defs.py
=====================================
--- a/src/common/defs.py
+++ b/src/common/defs.py
@@ -30,7 +30,7 @@ import os.path
docdir = '../'
basedir = '../'
localedir = '../po'
-version = '0.16.8'
+version = '0.16.9'
try:
node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,
=====================================
src/gajim.py
=====================================
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -141,7 +141,7 @@ if os.name == 'nt':
pass
HAS_NBXMPP=True
-MIN_NBXMPP_VER = "0.5.3"
+MIN_NBXMPP_VER = "0.6.1"
try:
import nbxmpp
except ImportError:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/80bd3dcbf8ce65d8180b7fded5cf2997fc585075
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/80bd3dcbf8ce65d8180b7fded5cf2997fc585075
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