From 4f34ae0500d13c7b921a3243a7981b3cb96b1ac7 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 4 Apr 2015 17:12:25 +0300 Subject: [PATCH] Release 1.19.1 -- Bug Fixes I --- ChangeLog | 3 ++- NEWS | 20 +++----------------- VERSION | 2 +- contrib/debian/changelog | 8 ++++++++ contrib/opensuse-build-service/PKGBUILD | 2 +- .../opensuse-build-service/pidgin-sipe-telepathy.dsc | 2 +- contrib/opensuse-build-service/pidgin-sipe.changes | 5 +++++ contrib/opensuse-build-service/pidgin-sipe.dsc | 2 +- contrib/opensuse-build-service/pidgin-sipe.spec | 5 ++++- contrib/rpm/pidgin-sipe.spec | 5 ++++- siplcs.vcxproj | 4 ++-- src/adium/xcconfigs/Base.xcconfig | 2 +- 12 files changed, 33 insertions(+), 27 deletions(-) rewrite NEWS (100%) diff --git a/ChangeLog b/ChangeLog index 40fef998..121899f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ -version 1.20.0 "???" (XXXX-XX-XX) +version 1.19.1 "Bug Fixes I" (2015-04-04) - Fixed #278: 488 error after libnice upgrade (Jakub Adam) + - fix SIP re-authentication timeout to be max. 8 hours (Stefan Becker) version 1.19.0 "Auto Authentication, MFA & Search Improvements" (2015-02-07) - Feature #80: Move parsing of login name (Stefan Becker) diff --git a/NEWS b/NEWS dissimilarity index 100% index 5191fa93..3e5fa9a9 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,3 @@ -version 1.19.0 "Auto Authentication, MFA & Search Improvements" (2015-02-07) - - Feature #80: Move parsing of login name (Stefan Becker) - - Feature #79: support for Adium group chat bookmarks (David Matz, Stefan Becker) - - Feature #78: Support searching for SIP ID (Stefan Becker) - - Feature #76: ADFS can't always be used (Stefan Becker) - * for accounts that have Multi-Factor Authentication (MFA) enabled - - Feature #73: Support buddy photos from contactCard (Stefan Becker) - - Feature #65: Fall back from Kerberos to NTLM (Stefan Becker) - - Fixed #277: Raised contact names (Stefan Becker) - - Fixed #240: Corrupted HTTP response crashes SIPE (Stefan Becker) - - fix calendar state machine when EWS URL is set (Stefan Becker) - - fall back to [MS-DLX] BasicSearch to improve search experience (Stefan Becker, various) - - implement search functionality for UCS (Stefan Becker) - - adium: add chat room list UI (David Matz) - - adium: fix duplicate debug log messages (Stefan Becker) - - support for libnice TCP mode (Youness Alaoul, Jakub Adam) - - refactor CCCP request code (Jakub Adam) +version 1.19.1 "Bug Fixes I" (2015-04-04) + - Fixed #278: 488 error after libnice upgrade (Jakub Adam) + - fix SIP re-authentication timeout to be max. 8 hours (Stefan Becker) diff --git a/VERSION b/VERSION index 815d5ca0..66e2ae6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0 +1.19.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index e1d601b5..0431d4fb 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,11 @@ +pidgin-sipe (1.19.1-1) unstable; urgency=low + + * New upstream version 1.19.1 "Bug Fixes I" (2015-04-04) + - Fixed #278: 488 error after libnice upgrade (Jakub Adam) + - fix SIP re-authentication timeout to be max. 8 hours (Stefan Becker) + + -- Stefan Becker Sat, 04 Apr 2015 17:05:00 +0300 + pidgin-sipe (1.19.0-1) unstable; urgency=low * New upstream version 1.19.0 "Auto Authentication, MFA & Search Improvements" (2015-02-07) diff --git a/contrib/opensuse-build-service/PKGBUILD b/contrib/opensuse-build-service/PKGBUILD index 89ef799e..836a8a27 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.19.0 +pkgver=1.19.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 70cd012f..df6c58bc 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.19.0-1 +Version: 1.19.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 ff1157b7..abb60ee1 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Apr 4 14:08:00 UTC 2015 - chemobejk@gmail.com + +- Update to version 1.19.1: + +------------------------------------------------------------------- Fri Feb 13 21:22:20 UTC 2015 - zaitor@opensuse.org - Update to version 1.19.0: diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index 9df5fe17..418f3858 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.19.0-1 +Version: 1.19.1-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 4cb74a3b..210d5b36 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.19.0 +Version: 1.19.1 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -535,6 +535,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 04 2015 J. D. User 1.19.1 +- update to 1.19.1 + * Sat Feb 07 2015 J. D. User 1.19.0 - update to 1.19.0 diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 4998178f..2fa6802a 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.19.0 +Version: 1.19.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -288,6 +288,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 04 2015 J. D. User 1.19.1 +- update to 1.19.1 + * Sat Feb 07 2015 J. D. User 1.19.0 - update to 1.19.0 diff --git a/siplcs.vcxproj b/siplcs.vcxproj index fe8b19e6..83354a08 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.19.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.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/projects/p/pidgin-sipe/resource/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.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/projects/p/pidgin-sipe/resource/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.19.0";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.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.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.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 17b0538a..f785b951 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.19.0 +PACKAGE_VERSION=1.19.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