From 5090d628c1d362ef46b9fcafffcb2b6b47e8af96 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 13 Jul 2013 16:26:01 +0300 Subject: [PATCH] Release 1.16.1 -- Bug Fixes I --- ChangeLog | 8 ++++++++ NEWS | 24 +++++++--------------- VERSION | 2 +- contrib/debian/changelog | 12 +++++++++++ .../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 +++++++-------- 12 files changed, 54 insertions(+), 33 deletions(-) rewrite NEWS (99%) diff --git a/ChangeLog b/ChangeLog index e9a3f6fb..f84d02e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +version 1.16.1 "Bug Fixes I" (2013-07-13) + - Feature #66: Windows DLL version information (Stefan Becker) + - fix call failure when host has multiple IP addresses (Jakub Adam) + - fix buddy list handling after moving to Lync 2013 (Stefan Becker) + * Lync 2013 migrates buddy list to Unified Contact Store (UCS) + * NOTE: modifying the buddy list is *NOT* supported yet! + - crash fixes for new HTTP stack (Stefan Becker) + version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-06-14) - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker) - Fixed #196: Useragent value not forwarded to core (Michael Lamb) diff --git a/NEWS b/NEWS dissimilarity index 99% index d8766c20..e085bdff 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,7 @@ -version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-06-14) - - Feature #58: Implement Digest authentication scheme for SIP Proxy Authentication (Stefan Becker) - - Fixed #196: Useragent value not forwarded to core (Michael Lamb) - - 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 +version 1.16.1 "Bug Fixes I" (2013-07-13) + - Feature #66: Windows DLL version information (Stefan Becker) + - fix call failure when host has multiple IP addresses (Jakub Adam) + - fix buddy list handling after moving to Lync 2013 (Stefan Becker) + * Lync 2013 migrates buddy list to Unified Contact Store (UCS) + * NOTE: modifying the buddy list is *NOT* supported yet! + - crash fixes for new HTTP stack (Stefan Becker) diff --git a/VERSION b/VERSION index 15b989e3..41c11ffb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 5a79e118..00ff1d23 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,15 @@ +pidgin-sipe (1.16.1-1) unstable; urgency=low + + * New upstream version 1.16.1 "Bug Fixes I" (2013-07-13) + - Feature #66: Windows DLL version information (Stefan Becker) + - fix call failure when host has multiple IP addresses (Jakub Adam) + - fix buddy list handling after moving to Lync 2013 (Stefan Becker) + * Lync 2013 migrates buddy list to Unified Contact Store (UCS) + * NOTE: modifying the buddy list is *NOT* supported yet! + - crash fixes for new HTTP stack (Stefan Becker) + + -- Stefan Becker Sat, 13 Jul 2013 16:20:00 +0300 + pidgin-sipe (1.16.0-1) unstable; urgency=low * New upstream version 1.16.0 "HTTP Rewrite & Subscription Fixes" (2013-06-14) diff --git a/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc index c6b07358..db809ed0 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.16.0-1 +Version: 1.16.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 a5a9a497..475b4d5e 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.16.0-1 +Version: 1.16.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 9bb1aa46..25e3cbc7 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat Jul 13 13:22:00 UTC 2013 - chemobejk@gmail.com + + - Update to version 1.16.1 + +------------------------------------------------------------------- Sat Jun 22 10:41:37 UTC 2013 - zaitor@opensuse.org - Update to version 1.16.0: diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index 052aad05..8edfc11e 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.16.0-1 +Version: 1.16.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 b424422c..543cbcf6 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.16.0 +Version: 1.16.1 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -539,6 +539,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 13 2013 J. D. User 1.16.1 +- update to 1.16.1 + * Fri Jun 14 2013 J. D. User 1.16.0 - update to 1.16.0 diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 8c49bded..7c968c87 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.16.0 +Version: 1.16.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -258,6 +258,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 13 2013 J. D. User 1.16.1 +- update to 1.16.1 + * Fri Jun 14 2013 J. D. User 1.16.0 - update to 1.16.0 diff --git a/siplcs.vcxproj b/siplcs.vcxproj index 82d0fe3c..0b35e5f8 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.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.com/projects/p/pidgin-sipe/r/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.16.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.16.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.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.16.0";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.16.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.16.1";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.16.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 3b319da8..4264f8d2 100644 --- a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj +++ b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj @@ -917,8 +917,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.16.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", + "PACKAGE_VERSION=\\\"1.16.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.1\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -990,8 +990,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.16.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", + "PACKAGE_VERSION=\\\"1.16.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.1\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -1061,8 +1061,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.16.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", + "PACKAGE_VERSION=\\\"1.16.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", @@ -1117,8 +1117,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.16.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.0\\\"", + "PACKAGE_VERSION=\\\"1.16.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.16.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", -- 2.11.4.GIT