From 3f3f03cc1ec2e899d994b73ca891d4b4448552fd Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Thu, 3 Apr 2014 19:55:00 +0300 Subject: [PATCH] update files in preparation for next release --- ChangeLog | 14 ++++++++ NEWS | 38 ++++++++-------------- VERSION | 2 +- contrib/debian/changelog | 18 ++++++++++ contrib/opensuse-build-service/PKGBUILD | 2 +- .../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 ++++----- 13 files changed, 73 insertions(+), 42 deletions(-) rewrite NEWS (99%) diff --git a/ChangeLog b/ChangeLog index fd1158b7..5534bcae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +version 1.18.1 "Bug Fixes I" (2013-04-XX) + - Fixed #238: False "not delivered" in conference (Stefan Becker) + - Fixed #237: HTML escaping not removed from URL (Stefan Becker) + - Fixed #210: Conference call ends with error message (Jakub Adam) + - fix endless loop with failed HTTP Basic authentication (Stefan Becker) + - fix crash when gstreamer nice plugin is missing (Stefan Becker, Jakub Adam) + - fix EWS autodiscover for some Office 365 users (Stefan Becker) + - purple: fix missing "Copy to" in buddy menu (Stefan Becker) + - purple/adium: ignore empty search values (Stefan Becker) + - adium: fix group chat UI (Stefan Becker) + - adium: implement BEAST mitigations for 10.8.5 (Michael Lamb) + - add indication when user is connected from a mobile device (Harris Kauffman) + - updated translations: Chinese (zh_CN), Portuguese (pt) + version 1.18.0 "Adium, GSS-NTLMSSP & OpenSSL" (2014-01-11) - Feature #71: Add support for EWS Autodiscover redirection (Stefan Becker) - Feature #69: Add UI support for (group) chats (Michael Lamb) diff --git a/NEWS b/NEWS dissimilarity index 99% index f0aee184..f0eb2b9c 100644 --- a/NEWS +++ b/NEWS @@ -1,25 +1,13 @@ -version 1.18.0 "Adium, GSS-NTLMSSP & OpenSSL" (2014-01-11) - - Feature #71: Add support for EWS Autodiscover redirection (Stefan Becker) - - Feature #69: Add UI support for (group) chats (Michael Lamb) - * NOTE: Adium does not have an UI to fetch the room list - - Feature #64: Add support for GSS-NTLMSSP (Stefan Becker) - * sip-sec-krb5.c module has been renamed to sip-sec-gssapi.c - * if gssapi/gssapi_ntlmssp.h is detected then sip-sec-ntlm.c will - be disabled and NTLM will be handled by sip-sec-gssapi.c instead - * NOTE: at the time of this writing the user has to set up - GSS-NTLMSSP by hand on his system, i.e. /etc/gss/mech - - Fixed #227: Adium client doesn't save email option settings (Harris P. Kauffman) - - Fixed #216: SIPE stops working on Mavericks (Stefan Becker, Michael Lamb) - * add an UI option to disable SSL BEAST mitigations - * NOTE: requires Adium 1.5.10 - - Fixed #197: Account stays in connecting stage (Harris P. Kauffman) - - cleanup for sip-sec Kerberos & SSPI modules (Stefan Becker) - * replace old TGT hack with gss_acquire_cred_with_password() - * clean up Kerberos detection in configure - * remove special case handling; code is more straight-forward now - * thanks to David Woodhouse and Simo Sorce for the GSSAPI information - - implement internal keepalive handling (Stefan Becker) - - implement crypto backend based on OpenSSL (Stefan Becker) - - adium: Xcode project files update (Michael Lamb) - - adium: replace NSS crypto backend with OpenSSL (Stefan Becker) - * NOTE: please make sure to read the updated build instructions! +version 1.18.1 "Bug Fixes I" (2013-04-XX) + - Fixed #238: False "not delivered" in conference (Stefan Becker) + - Fixed #237: HTML escaping not removed from URL (Stefan Becker) + - Fixed #210: Conference call ends with error message (Jakub Adam) + - fix endless loop with failed HTTP Basic authentication (Stefan Becker) + - fix crash when gstreamer nice plugin is missing (Stefan Becker, Jakub Adam) + - fix EWS autodiscover for some Office 365 users (Stefan Becker) + - purple: fix missing "Copy to" in buddy menu (Stefan Becker) + - purple/adium: ignore empty search values (Stefan Becker) + - adium: fix group chat UI (Stefan Becker) + - adium: implement BEAST mitigations for 10.8.5 (Michael Lamb) + - add indication when user is connected from a mobile device (Harris Kauffman) + - updated translations: Chinese (zh_CN), Portuguese (pt) diff --git a/VERSION b/VERSION index 84cc5294..ec6d649b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0 +1.18.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index e36c89c5..a0af3b27 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,21 @@ +pidgin-sipe (1.18.1-1) unstable; urgency=low + + * New upstream version 1.18.1 "Bug Fixes I" (2013-04-XX) + - Fixed #238: False "not delivered" in conference (Stefan Becker) + - Fixed #237: HTML escaping not removed from URL (Stefan Becker) + - Fixed #210: Conference call ends with error message (Jakub Adam) + - fix endless loop with failed HTTP Basic authentication (Stefan Becker) + - fix crash when gstreamer nice plugin is missing (Stefan Becker, Jakub Adam) + - fix EWS autodiscover for some Office 365 users (Stefan Becker) + - purple: fix missing "Copy to" in buddy menu (Stefan Becker) + - purple/adium: ignore empty search values (Stefan Becker) + - adium: fix group chat UI (Stefan Becker) + - adium: implement BEAST mitigations for 10.8.5 (Michael Lamb) + - add indication when user is connected from a mobile device (Harris Kauffman) + - updated translations: Chinese (zh_CN), Portuguese (pt) + + -- Stefan Becker Thu, 03 Apr 2014 19:42:00 +0300 + pidgin-sipe (1.18.0-1) unstable; urgency=low * New upstream version 1.18.0 "Adium, GSS-NTLMSSP & OpenSSL" (2014-01-11) diff --git a/contrib/opensuse-build-service/PKGBUILD b/contrib/opensuse-build-service/PKGBUILD index e01e81bb..4796a543 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.18.0 +pkgver=1.18.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-VandV.dsc b/contrib/opensuse-build-service/pidgin-sipe-VandV.dsc index 108e74dd..e98c3470 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.18.0-1 +Version: 1.18.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 588d51fe..1faed26f 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.18.0-1 +Version: 1.18.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 8cb2fc16..6fea04e5 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Apr 3 16:46:00 UTC 2014 - chemobejk@gmail.com + +- Update to version 1.18.1: + +------------------------------------------------------------------- Mon Jan 20 12:49:36 UTC 2014 - zaitor@opensuse.org - Update to version 1.18.0: diff --git a/contrib/opensuse-build-service/pidgin-sipe.dsc b/contrib/opensuse-build-service/pidgin-sipe.dsc index b52ba381..2e2eed1c 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.18.0-1 +Version: 1.18.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 091c8fdd..e9b45d4a 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -142,7 +142,7 @@ Name: pidgin-sipe %endif %endif Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.18.0 +Version: 1.18.1 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -547,6 +547,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2014 J. D. User 1.18.1 +- update to 1.18.1 + * Sat Mar 04 2014 J. D. User 1.18.0-*git* - F20+/openSUSE 12.2+ require libnice gstreamer-0.10 plugin diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 7e9a3d15..9eb54f10 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.18.0 +Version: 1.18.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -266,6 +266,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2014 J. D. User 1.18.1 +- update to 1.18.1 + * Sat Mar 08 2014 J. D. User 1.18.0-*git* - New Fedora packaging guidelines suggest to use pkgconfig() for BRs diff --git a/siplcs.vcxproj b/siplcs.vcxproj index b3bbed09..5f767ae8 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.18.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.18.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/r/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.18.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.18.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/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.18.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.18.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.18.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.18.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/SIPEAdiumPlugin.xcodeproj/project.pbxproj b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj index a5196669..d519568d 100644 --- a/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj +++ b/src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj @@ -890,8 +890,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.18.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.0\\\"", + "PACKAGE_VERSION=\\\"1.18.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.1\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -953,8 +953,8 @@ "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", - "PACKAGE_VERSION=\\\"1.18.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.0\\\"", + "PACKAGE_VERSION=\\\"1.18.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.1\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", "HAVE_SYS_TYPES_H=1", @@ -1155,8 +1155,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.18.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.0\\\"", + "PACKAGE_VERSION=\\\"1.18.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", @@ -1212,8 +1212,8 @@ "ADIUM=1", "PACKAGE_NAME=\\\"pidgin-sipe\\\"", "PACKAGE_TARNAME=\\\"pidgin-sipe\\\"", - "PACKAGE_VERSION=\\\"1.18.0\\\"", - "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.0\\\"", + "PACKAGE_VERSION=\\\"1.18.1\\\"", + "PACKAGE_STRING=\\\"pidgin-sipe\\ 1.18.1\\\"", "PACKAGE_BUGREPORT=\\\"https://sourceforge.net/p/sipe/bugs/\\\"", "PACKAGE_URL=\\\"http://sipe.sourceforge.net/\\\"", "STDC_HEADERS=1", -- 2.11.4.GIT