default branch is 0.16.10
This commit is contained in:
parent
c09c4e4218
commit
d0a3025d06
|
@ -1,3 +1,10 @@
|
||||||
|
Gajim 0.16.6 ( September 2016)
|
||||||
|
|
||||||
|
* Fix using gpg2
|
||||||
|
* Improve message receips usage
|
||||||
|
* Improve roster filtering
|
||||||
|
* several minor bugs
|
||||||
|
|
||||||
Gajim 0.16.5 (28 December 2015)
|
Gajim 0.16.5 (28 December 2015)
|
||||||
|
|
||||||
* Improve MAM implementation
|
* Improve MAM implementation
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
gajimversion="0.16.5"
|
gajimversion="0.16.10.2"
|
||||||
if [ -d ".hg" ]; then
|
if [ -d ".hg" ]; then
|
||||||
node=$(hg tip --template "{node}")
|
node=$(hg tip --template "{node}")
|
||||||
hgversion="-${node:0:12}"
|
hgversion="-${node:0:12}"
|
||||||
|
|
|
@ -155,7 +155,7 @@ Section "Gajim" SecGajim
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
|
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" "UninstallString" "$INSTDIR\Uninstall.exe"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\build\Gajim.exe"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\build\Gajim.exe"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.16.4"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.16.10"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue