From 0041795caec15656a68d64162f58b694718dc634 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 8 Jun 2013 22:29:53 +0300 Subject: [PATCH] update files in preparation for next release --- NEWS | 30 ++++++++++++---------- VERSION | 2 +- contrib/debian/changelog | 21 +++++++++++++++ .../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 | 16 ++++++------ 11 files changed, 64 insertions(+), 30 deletions(-) rewrite NEWS (100%) diff --git a/NEWS b/NEWS dissimilarity index 100% index 3394a329..2c76b769 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,16 @@ -version 1.15.1 "Bug Fixes I" (2013-04-07) - - 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) - - fixed subscriptions expiration by subscribing again after re-authentication (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.16.0 "HTTP Rewrite & Subscription Fixes" (2013-XX-XX) + - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker) + - Fixed #193: Pidgin Status changes stop working (Stefan Becker) + - Fixed #186: Users appear offline when they are not (Stefan Becker) + - fix kinit-less use case with krb5 >= 1.11 (Stefan Becker) + - rewritten HTTP stack from scratch (Stefan Becker) + * cleaner, layered and hopefully less error-prone implementation + * HTTP stack internals no longer exposed to user code + * reduced network traffic and less SSL handshakes by utilizing HTTP/1.1 + connection keep alive for multiple HTTP requests to the same host + - switch purple backend to deferred destruction approach (Stefan Becker) + * Pidgin should no longer crash at connection close, even in corner cases + - add menu entry to make a call with a phone number (Jakub Adam) + - some progress on telepathy backend (Stefan Becker) + * add TLS certificate accept/reject user interaction + * add "Single Sign-On" & "Don't Publish Calendar" account options diff --git a/VERSION b/VERSION index ace44233..15b989e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1 +1.16.0 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index dd6bf097..5aa0542a 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,24 @@ +pidgin-sipe (1.16.0-1) unstable; urgency=low + + * New upstream version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-XX-XX) + - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker) + - Fixed #193: Pidgin Status changes stop working (Stefan Becker) + - Fixed #186: Users appear offline when they are not (Stefan Becker) + - fix kinit-less use case with krb5 >= 1.11 (Stefan Becker) + - rewritten HTTP stack from scratch (Stefan Becker) + * cleaner, layered and hopefully less error-prone implementation + * HTTP stack internals no longer exposed to user code + * reduced network traffic and less SSL handshakes by utilizing HTTP/1.1 + connection keep alive for multiple HTTP requests to the same host + - switch purple backend to deferred destruction approach (Stefan Becker) + * Pidgin should no longer crash at connection close, even in corner cases + - add menu entry to make a call with a phone number (Jakub Adam) + - some progress on telepathy backend (Stefan Becker) + * add TLS certificate accept/reject user interaction + * add "Single Sign-On" & "Don't Publish Calendar" account options + + -- Stefan Becker Sat, 08 Jun 2013 22:15:00 +0300 + pidgin-sipe (1.15.1-1) unstable; urgency=low * New upstream version 1.15.1 "Bug Fixes I" diff --git a/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc index 0f3d4233..c6b07358 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.1-1 +Version: 1.16.0-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 fdaf83e9..a5a9a497 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.1-1 +Version: 1.16.0-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 a0d9d23d..d2ca81ad 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Jun 8 19:17:00 UTC 2013 - chemobejk@gmail.com + +- Update to version 1.16.0 + +------------------------------------------------------------------- Sat Apr 13 13:48:45 UTC 2013 - dimstar@opensuse.org - Update to version 1.15.1: diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index d08194a6..052aad05 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.1-1 +Version: 1.16.0-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 d2279101..4345556f 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.1 +Version: 1.16.0 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -539,6 +539,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2013 J. D. User 1.16.0 +- update to 1.16.0 + * Sun Apr 07 2013 J. D. User 1.15.1 - update to 1.15.1 diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 95abef38..6ca38b7b 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.1 +Version: 1.16.0 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -258,6 +258,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2013 J. D. User 1.16.0 +- update to 1.16.0 + * Thu May 16 2013 J. D. User 1.15.1-*git* - BR glib-2.0 >= 2.28.0 no longer required for Voice & Video features diff --git a/siplcs.vcxproj b/siplcs.vcxproj index b456fb30..608f1842 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.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) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.16.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.16.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) 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.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) + WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.16.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.16.0";_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 78a4ee97..5bbbd635 100644 --- a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj +++ b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj @@ -905,8 +905,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.15.1\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", + "PACKAGE_VERSION=\\\"1.16.0\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -978,8 +978,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.15.1\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", + "PACKAGE_VERSION=\\\"1.16.0\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -1049,8 +1049,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.15.1\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", + "PACKAGE_VERSION=\\\"1.16.0\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", "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.1\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.15.1\\\"", + "PACKAGE_VERSION=\\\"1.16.0\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", -- 2.11.4.GIT