From: Stefan Becker Date: Wed, 11 Dec 2013 19:20:32 +0000 (+0200) Subject: Release 1.17.3 -- Bug Fixes III X-Git-Tag: 1.17.3^0 X-Git-Url: https://repo.or.cz/w/siplcs.git/commitdiff_plain/65c5e651355e9711c69bece72d5e97d1c6b001fa Release 1.17.3 -- Bug Fixes III --- diff --git a/ChangeLog b/ChangeLog index f4024eea..bfe540fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +version 1.17.3 "Bug Fixes III" (2013-12-11) + - Fixed #225: HTTP re-authentication with NTLM fails (Stefan Becker) + - Fixed #222: SIPE crashes when groupchat session expires (Stefan Becker) + - fix UCS Persona key extraction (Stefan Becker) + version 1.17.2 "Bug Fixes II" (2013-11-30) - Fixed #214: Typing notification does not always work (Stefan Becker) * reverted one change which caused problems for some users diff --git a/NEWS b/NEWS index 59b06edc..24613fa3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,4 @@ -version 1.17.2 "Bug Fixes II" (2013-11-30) - - Fixed #214: Typing notification does not always work (Stefan Becker) - * reverted one change which caused problems for some users +version 1.17.3 "Bug Fixes III" (2013-12-11) + - Fixed #225: HTTP re-authentication with NTLM fails (Stefan Becker) - Fixed #222: SIPE crashes when groupchat session expires (Stefan Becker) - - updated translations: Romanian (ro) + - fix UCS Persona key extraction (Stefan Becker) diff --git a/VERSION b/VERSION index 06fb41b6..b9a05a6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.2 +1.17.3 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 50b27576..d3238384 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,12 @@ +pidgin-sipe (1.17.3-1) unstable; urgency=low + + * New upstream version 1.17.3 "Bug Fixes III" (2013-12-11) + - Fixed #225: HTTP re-authentication with NTLM fails (Stefan Becker) + - Fixed #222: SIPE crashes when groupchat session expires (Stefan Becker) + - fix UCS Persona key extraction (Stefan Becker) + + -- Stefan Becker Wed, 11 Dec 2013 21:18:00 +0200 + pidgin-sipe (1.17.2-1) unstable; urgency=low * New upstream version 1.17.2 "Bug Fixes II" (2013-11-30) diff --git a/contrib/opensuse-build-service/PKGBUILD b/contrib/opensuse-build-service/PKGBUILD index f71b05d7..aeadc805 100644 --- a/contrib/opensuse-build-service/PKGBUILD +++ b/contrib/opensuse-build-service/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: SIPE Project pkgname=pidgin-sipe -pkgver=1.17.2 +pkgver=1.17.3 pkgrel=1 pkgdesc="Libpurple protocol plugin to connect to MS Office Communicator" arch=(i686 x86_64) diff --git a/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc index 43a60810..96b983e8 100644 --- a/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc +++ b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc @@ -1,6 +1,6 @@ Format: 3.0 (quilt) Source: pidgin-sipe -Version: 1.17.2-1 +Version: 1.17.3-1 Binary: pidgin-sipe Maintainer: pidgin-sipe Architecture: any diff --git a/contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc b/contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc index e3717853..ce786ff5 100644 --- a/contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc +++ b/contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc @@ -1,6 +1,6 @@ Format: 3.0 (quilt) Source: pidgin-sipe -Version: 1.17.2-1 +Version: 1.17.3-1 Binary: pidgin-sipe Maintainer: pidgin-sipe Architecture: any diff --git a/contrib/opensuse-build-service/pidgin-sipe.changes b/contrib/opensuse-build-service/pidgin-sipe.changes index 0ab3c13b..8c59068c 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Dec 11 19:19:00 UTC 2013 - chemobejk@gmail.com + +- Update to version 1.17.3 + +------------------------------------------------------------------- Sat Nov 30 15:52:00 UTC 2013 - chemobejk@gmail.com - Update to version 1.17.2 diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index 36a0e1e4..7a3f66a8 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.dsc +++ b/contrib/opensuse-build-service/pidgin-sipe.dsc @@ -1,6 +1,6 @@ Format: 3.0 (quilt) Source: pidgin-sipe -Version: 1.17.2-1 +Version: 1.17.3-1 Binary: pidgin-sipe Maintainer: pidgin-sipe Architecture: any diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index 835f71a8..52d7e015 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -138,7 +138,7 @@ Name: pidgin-sipe %endif %endif Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.17.2 +Version: 1.17.3 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -539,6 +539,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 11 2013 J. D. User 1.17.3 +- update to 1.17.3 + * Sat Nov 30 2013 J. D. User 1.17.2 - update to 1.17.2 diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index f6b33135..cdfa9e2d 100644 --- a/contrib/rpm/pidgin-sipe.spec +++ b/contrib/rpm/pidgin-sipe.spec @@ -25,7 +25,7 @@ Name: pidgin-sipe Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.17.2 +Version: 1.17.3 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -258,6 +258,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 11 2013 J. D. User 1.17.3 +- update to 1.17.3 + * Sat Nov 30 2013 J. D. User 1.17.2 - update to 1.17.2 diff --git a/siplcs.vcxproj b/siplcs.vcxproj index fbdfc090..7006ea1a 100755 --- a/siplcs.vcxproj +++ b/siplcs.vcxproj @@ -106,7 +106,7 @@ Full $(SolutionDir)/../include;$(ProjectDir)/src/api;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.17.2";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.17.2";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_LIBKRB5;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/r/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.17.3";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.17.3";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_LIBKRB5;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/r/mob/";%(PreprocessorDefinitions) MultiThreadedDLL Level3 ProgramDatabase @@ -122,7 +122,7 @@ Disabled $(SolutionDir)/../include;$(ProjectDir)/src/core;$(ProjectDir)/src/api;$(ProjectDir)/src/;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.17.2";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/r/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.17.2";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_LIBKRB5;SECURITY_WIN32;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.17.3";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/r/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.17.3";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_LIBKRB5;SECURITY_WIN32;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL diff --git a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj index 6608a84d..3b0729cb 100644 --- a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj +++ b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj @@ -929,8 +929,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.17.2\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.2\\\"", + "PACKAGE_VERSION=\\\"1.17.3\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.3\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -1002,8 +1002,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.17.2\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.2\\\"", + "PACKAGE_VERSION=\\\"1.17.3\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.3\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -1073,8 +1073,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.17.2\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.2\\\"", + "PACKAGE_VERSION=\\\"1.17.3\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.3\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", @@ -1129,8 +1129,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.17.2\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.2\\\"", + "PACKAGE_VERSION=\\\"1.17.3\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.17.3\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1",