From d276c11c4f0f2597fe363048ee559a9e62575144 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 24 Oct 2015 15:34:07 +0300 Subject: [PATCH] Release 1.20.1 -- Bug Fixes I --- ChangeLog | 5 +++++ NEWS | 10 ++++------ VERSION | 2 +- contrib/debian/changelog | 11 ++++++++++- contrib/opensuse-build-service/PKGBUILD | 2 +- contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc | 2 +- contrib/opensuse-build-service/pidgin-sipe.changes | 5 +++++ contrib/opensuse-build-service/pidgin-sipe.spec | 5 ++++- contrib/rpm/pidgin-sipe.spec | 5 ++++- siplcs.vcxproj | 4 ++-- src/adium/xcconfigs/Base.xcconfig | 2 +- 11 files changed, 38 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84a72c7b..650c6f65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +version 1.20.1 "Bug Fixes I" (2015-10-24) + - add support for another type of ADFS response (Stefan Becker) + - improve configure check for back-ported features (Stefan Becker, Jakub Adam) + - updated translations: French (fr), Russian (ru) + version 1.20.0 "SRTP, Conference URL & TLS-DSK Improvements" (2015-08-29) - Feature #82: Parse HTML from Lync conference URL (Stefan Becker) - Feature #69: SRTP Support (Jakub Adam) diff --git a/NEWS b/NEWS index 860b94f8..0fe89900 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,4 @@ -version 1.20.0 "SRTP, Conference URL & TLS-DSK Improvements" (2015-08-29) - - Feature #82: Parse HTML from Lync conference URL (Stefan Becker) - - Feature #69: SRTP Support (Jakub Adam) - * requires libpurple >= 3.0.0 - - Fixed #285: Office365 rejects RC4 in TLS-DSK (Stefan Becker) - * added support for AES-128/256-CBC +version 1.20.1 "Bug Fixes I" (2015-10-24) + - add support for another type of ADFS response (Stefan Becker) + - improve configure check for back-ported features (Stefan Becker, Jakub Adam) + - updated translations: French (fr), Russian (ru) diff --git a/VERSION b/VERSION index 39893559..0044d6cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0 +1.20.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index a9b63bef..5a0c97d6 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,6 +1,15 @@ +pidgin-sipe (1.20.1-1) unstable; urgency=low + + * New upstream version 1.20.1 "Bug Fixes I" (2015-10-24) + - add support for another type of ADFS response (Stefan Becker) + - improve configure check for back-ported features (Stefan Becker, Jakub Adam) + - updated translations: French (fr), Russian (ru) + + -- Stefan Becker Sat, 24 Oct 2015 15:20:00 +0300 + pidgin-sipe (1.20.0-1) unstable; urgency=low - * New upstreamv version 1.20.0 "SRTP, Conference URL & TLS-DSK Improvements" (2015-08-29) + * New upstream version 1.20.0 "SRTP, Conference URL & TLS-DSK Improvements" (2015-08-29) - Feature #82: Parse HTML from Lync conference URL (Stefan Becker) - Feature #69: SRTP Support (Jakub Adam) * requires libpurple >= 3.0.0 diff --git a/contrib/opensuse-build-service/PKGBUILD b/contrib/opensuse-build-service/PKGBUILD index 71a9ecfb..3eee8ffd 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.20.0 +pkgver=1.20.1 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-telepathy.dsc b/contrib/opensuse-build-service/pidgin-sipe-telepathy.dsc index 27cea790..932a9d80 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.20.0-1 +Version: 1.20.1-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 04117719..5fe395b3 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Oct 24 12:28:00 UTC 2015 - chemobejk@gmail.com + +- Update to version 1.20.1: + +------------------------------------------------------------------- Sat Aug 29 15:07:00 UTC 2015 - chemobejk@gmail.com - Update to version 1.20.0: diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index 68f17c41..ff481df9 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -133,7 +133,7 @@ Name: pidgin-sipe %endif %endif Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.20.0 +Version: 1.20.1 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -541,6 +541,9 @@ rm -rf %{buildroot} %changelog +* Oct 24 2015 J. D. User 1.20.1 +- update to 1.20.1 + * Thu Sep 03 2015 J. D. User 1.20.0-*git* - we also support "Skype for Business" diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 59aecf49..d86db5e7 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.20.0 +Version: 1.20.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -293,6 +293,9 @@ rm -rf %{buildroot} %changelog +* Oct 24 2015 J. D. User 1.20.1 +- update to 1.20.1 + * Thu Sep 03 2015 J. D. User 1.20.0-*git* - we also support "Skype for Business" diff --git a/siplcs.vcxproj b/siplcs.vcxproj index d323db2a..d443a86d 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.20.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.20.0";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.20.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.20.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";%(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.20.0";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.20.0";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;SECURITY_WIN32;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.20.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.20.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;SECURITY_WIN32;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL diff --git a/src/adium/xcconfigs/Base.xcconfig b/src/adium/xcconfigs/Base.xcconfig index 3ffd115c..1aa3fc1e 100644 --- a/src/adium/xcconfigs/Base.xcconfig +++ b/src/adium/xcconfigs/Base.xcconfig @@ -21,7 +21,7 @@ PACKAGE_BUGREPORT=\"https:${SLASH}/sourceforge.net/p/sipe/bugs/\" PACKAGE_URL=\"http:${SLASH}/sipe.sourceforge.net/\" // No need to change version number in the xcodeproj file every release, just here. -PACKAGE_VERSION=1.20.0 +PACKAGE_VERSION=1.20.1 PACKAGE_STRING=\"pidgin-sipe\ ${PACKAGE_VERSION}\" GCC_PREPROCESSOR_DEFINITIONS = SIPE_TRANSLATIONS_URL=${SIPE_TRANSLATIONS_URL} LOCALEDIR=\"translations\" PURPLE_STATIC_PRPL=1 HAVE_BIND_TEXTDOMAIN_CODESET=1 ENABLE_NLS=1 ADIUM=1 PACKAGE_NAME=\"pidgin-sipe\" PACKAGE_TARNAME=\"pidgin-sipe\" PACKAGE_BUGREPORT=${PACKAGE_BUGREPORT} PACKAGE_VERSION=\"${PACKAGE_VERSION}\" PACKAGE_STRING=${PACKAGE_STRING} PACKAGE_URL=${PACKAGE_URL} STDC_HEADERS=1 HAVE_SYS_TYPES_H=1 HAVE_SYS_STAT_H=1 HAVE_STDLIB_H=1 HAVE_STRING_H=1 HAVE_MEMORY_H=1 HAVE_STRINGS_H=1 HAVE_INTTYPES_H=1 HAVE_STDINT_H=1 HAVE_UNISTD_H=1 HAVE_DLFCN_H=1 LT_OBJDIR=\".libs/\" STDC_HEADERS=1 HAVE_LOCALE_H=1 HAVE_LC_MESSAGES=1 HAVE_DLFCN_H=1 HAVE_DCGETTEXT=1 HAVE_GETTEXT=1 HAVE_LOCALE_H=1 HAVE_GSSAPI_GSSAPI_H=1 HAVE_LANGINFO_CODESET=1 -- 2.11.4.GIT