From 563828dfd16928be45e93baff7765170c7b44ad3 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Fri, 5 Apr 2013 21:36:19 +0300 Subject: [PATCH] update files in preparation for next release --- ChangeLog | 14 +++++++ NEWS | 43 +++++++--------------- VERSION | 2 +- contrib/debian/changelog | 18 +++++++++ .../opensuse-build-service/pidgin-sipe-VandV.dsc | 2 +- .../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 +- .../SIPEAdiumPlugin.xcodeproj/project.pbxproj | 8 ++-- 12 files changed, 68 insertions(+), 42 deletions(-) rewrite NEWS (99%) diff --git a/ChangeLog b/ChangeLog index 1bc8d5a7..849a3a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +version 1.15.1 "Bug Fixes I" (2013-04-XX) + - NOTE: SIPE SourceForge project got updated. Because of this all bug + and feature request numbers have changed. + - Fixed #190: SIP 407 response rejected with invalid message signature (Stefan Becker) + - Fixed #189: Adium SIPE plugin vs. libpurple linking issues (Michal Lamb) + - fixed free-after-use issue that caused crashes for some users (Stefan Becker) + - fixed broken NTLM fallback in Negotiate (Stefan Becker) + - allow different user name and login for Office 365 authentication (Stefan Becker) + - add SIPE version & git commit ID to debug log (Stefan Becker) + - added valgrind log analyzer script (Stefan Becker) + - added NTLM message anaylzer (Stefan Becker) + - updated translations: Hungarion (hu), Romanian (ro) + - updated Adium port (Michael Lamb, Harris P. Kauffman) + version 1.15.0 "Authentication & Autodiscovery Update" (2013-03-09) - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker) * effective for all platforms that support --with-krb5 diff --git a/NEWS b/NEWS dissimilarity index 99% index f53769d8..d32f9237 100644 --- a/NEWS +++ b/NEWS @@ -1,30 +1,13 @@ -version 1.15.0 "Authentication & Autodiscovery Update" (2013-03-09) - - Feature #3578135: Support Kerberos for HTTP(S) authentication w/o SSPI (Stefan Becker) - * effective for all platforms that support --with-krb5 - * this triggered a series of cleanup & simplification changes and - functionality & memory leak fixes in the sip-sec modules - * special thanks to Jarek Polok for the logs and testing - - Feature #3594094: Add HTTPS to autodiscover probe (Stefan Becker) - - Feature #3607040: Simple button to disable calendar integration (Stefan Becker) - - Fixed #3603228: Crash on 1.14.1 when connecting to server (Stefan Becker) - - Fixed #3604671: sip uri with apostrophe is not valid (Stefan Becker) - - fixed HTTP redirect crash (Stefan Becker) - - unified Single Sign-On handling in all places (Stefan Becker) - * if SSO is enabled then "Login" & "Password" settings are ignored - * SSO is now off by default for new accounts - * NOTE: if you do *NOT* use SSO, then be sure to disable it in the - "Advanced" tab of the account settings after updating! - - added implementation for HTTP "WWW-Authenticate: Negotiate" scheme (Stefan Becker) - * effective for all platforms that support --with-krb5 - * it will try Kerberos first, then fall back to NTLM - * valid Kerberos Single Sign-On setup will be detected automatically - * setup for a mixed Kerberos/NTLM HTTP environment: - - login name: DOMAIN\account - - password: domain password - - authentication: Kerberos - - Single Sign-On: OFF(!) (see above) - - enabled TLS-DSK support in Windows SSPI version - - TLS-DSK: don't ask for password if SSPI or Kerberos are compiled in - - Farstream 0.1.1 compatibility fix (Jakub Adam) - - support conf:sip: meeting URIs (Jakub Adam) - - updated Adium port (Michael Lamb) +version 1.15.1 "Bug Fixes I" (2013-04-XX) + - NOTE: SIPE SourceForge project got updated. Because of this all bug + and feature request numbers have changed. + - Fixed #190: SIP 407 response rejected with invalid message signature (Stefan Becker) + - Fixed #189: Adium SIPE plugin vs. libpurple linking issues (Michal Lamb) + - fixed free-after-use issue that caused crashes for some users (Stefan Becker) + - fixed broken NTLM fallback in Negotiate (Stefan Becker) + - allow different user name and login for Office 365 authentication (Stefan Becker) + - add SIPE version & git commit ID to debug log (Stefan Becker) + - added valgrind log analyzer script (Stefan Becker) + - added NTLM message anaylzer (Stefan Becker) + - updated translations: Hungarion (hu), Romanian (ro) + - updated Adium port (Michael Lamb, Harris P. Kauffman) diff --git a/VERSION b/VERSION index 141f2e80..ace44233 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.0 +1.15.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index a1fc3a0d..4170fca1 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,21 @@ +pidgin-sipe (1.15.1-1) unstable; urgency=low + + * New upstream version 1.15.1 "Bug Fixes I" + - NOTE: SIPE SourceForge project got updated. Because of this all bug + and feature request numbers have changed. + - Fixed #190: SIP 407 response rejected with invalid message signature (Stefan Becker) + - Fixed #189: Adium SIPE plugin vs. libpurple linking issues (Michal Lamb) + - fixed free-after-use issue that caused crashes for some users (Stefan Becker) + - fixed broken NTLM fallback in Negotiate (Stefan Becker) + - allow different user name and login for Office 365 authentication (Stefan Becker) + - add SIPE version & git commit ID to debug log (Stefan Becker) + - added valgrind log analyzer script (Stefan Becker) + - added NTLM message anaylzer (Stefan Becker) + - updated translations: Hungarion (hu), Romanian (ro) + - updated Adium port (Michael Lamb, Harris P. Kauffman) + + -- Stefan Becker Fri, 05 Apr 2013 21:07:00 +0300 + pidgin-sipe (1.15.0-1) unstable; urgency=low * New upstream version 1.15.0 "Authentication & Autodiscovery Update" diff --git a/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc index 2c9decb7..fac147df 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.15.0-1 +Version: 1.15.1-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 f4145689..fdaf83e9 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.15.0-1 +Version: 1.15.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 e6d58532..56bb43a3 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Apr 5 18:23:00 UTC 2013 - chemobejk@gmail.com + +- Update to version 1.15.1 + +------------------------------------------------------------------- Tue Mar 19 22:24:11 UTC 2013 - dimstar@opensuse.org - Update to version 1.15.0: diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index dcf7ac02..d08194a6 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.15.0-1 +Version: 1.15.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 c0862dac..36b9fb5b 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.15.0 +Version: 1.15.1 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -539,6 +539,9 @@ rm -rf %{buildroot} %changelog +* DDD Apr DD 2013 J. D. User 1.15.1 +- update to 1.15.1 + * Fri Mar 29 2013 J. D. User 1.15.0-*git* - update package description texts diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index d72c856e..80e13656 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.15.0 +Version: 1.15.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -259,6 +259,9 @@ rm -rf %{buildroot} %changelog +* DDD Apr DD 2013 J. D. User 1.15.1 +- update to 1.15.1 + * Fri Mar 29 2013 J. D. User 1.15.0-*git* - update package description texts diff --git a/siplcs.vcxproj b/siplcs.vcxproj index 5c627db7..ad492aca 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.15.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.15.0";_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.net/projects/p/pidgin-sipe/r/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.15.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.15.1";_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.net/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.15.0";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.net/projects/p/pidgin-sipe/r/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.15.0";_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.15.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.net/projects/p/pidgin-sipe/r/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.15.1";_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 2f30370f..2fb0aa63 100644 --- a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj +++ b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj @@ -1049,8 +1049,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.15.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.0\\\"", + "PACKAGE_VERSION=\\\"1.15.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", @@ -1105,8 +1105,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.15.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.0\\\"", + "PACKAGE_VERSION=\\\"1.15.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", -- 2.11.4.GIT