From df4c855f7a2693cdb1e9aa533ee2055a6431d8eb Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Mon, 9 Oct 2017 22:56:17 +0300 Subject: [PATCH] update files in preparation for next release --- ChangeLog | 2 +- NEWS | 23 ++++++++++------------ VERSION | 2 +- contrib/debian/changelog | 17 +++++++++++++++- contrib/opensuse-build-service/PKGBUILD | 2 +- .../pidgin-sipe-gstreamer1.dsc | 2 +- .../pidgin-sipe-telepathy.dsc | 2 +- contrib/opensuse-build-service/pidgin-sipe.changes | 16 ++++++++++++++- 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, 57 insertions(+), 25 deletions(-) rewrite NEWS (100%) diff --git a/ChangeLog b/ChangeLog index e7eb3cd0..408a63a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 1.??.? "D-Bus, IPv6" (????-??-??) +version 1.23.0 "D-Bus, IPv6, OS X 10.11+" (2017-10-??) - Feature #101: Mac OS X 10.13 OpenSSL support (Stefan Becker) - Feature #100: Extend libpurple D-Bus interface (Stefan Becker) - Feature #99: IPv6 addresses in SIP & SDP messages (Stefan Becker) diff --git a/NEWS b/NEWS dissimilarity index 100% index 1bea5fee..90e3bdfa 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,10 @@ -version 1.22.1 "Bug Fixes I" (2017-06-11) - - Fixed #320: Multiple client detection broken (Stefan Becker) - - speed up Lync Autodiscover by using AccessLocation (Andrey Vaynberger) - - adium: update build instructions for Xcode 7.x or newer (Stefan Becker) - * the build environment used for releases 1.22.0 or older (Xcode 6.x - on OS X 10.11) is no longer available to the project - * releases starting with 1.??.? will use Xcode 8.x on macOS 10.12 - * build target continues to be OS X 10.9 - - purple: avoid rare SSL read deadlock (Stefan Becker) - - various minor fixes (Michael Olbrich) - - crypto: make code compile with OpenSSL 1.1.0 (Stefan Becker) - - drop references to Reuters Messaging (Stefan Becker) - - updated translations: Lithuanian (lt), Russian (ru), Swedish (sv), Turkish (tr) +version 1.23.0 "D-Bus, IPv6, OS X 10.11+" (2017-10-??) + - Feature #101: Mac OS X 10.13 OpenSSL support (Stefan Becker) + - Feature #100: Extend libpurple D-Bus interface (Stefan Becker) + - Feature #99: IPv6 addresses in SIP & SDP messages (Stefan Becker) + - Feature #96: Support for OS X 10.11+ SDK (Stefan Becker) + - don't load buddy photos from unknown sites by default (Jakub Adam, Stefan Becker) + * custom web URIs pose a security risk as they may be abused + * users can override this behaviour in the account settings + * Office365 accounts should not be affected by this change + - add support for GMime 3.0 API (Stefan Becker) diff --git a/VERSION b/VERSION index 6245beec..a6c2798a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.22.1 +1.23.0 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 07263563..5bf6eeb1 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,18 @@ +pidgin-sipe (1.23.0-1) unstable; urgency=low + + * New upstream version 1.23.0 "D-Bus, IPv6, OS X 10.11+" (2017-10-??) + - Feature #101: Mac OS X 10.13 OpenSSL support (Stefan Becker) + - Feature #100: Extend libpurple D-Bus interface (Stefan Becker) + - Feature #99: IPv6 addresses in SIP & SDP messages (Stefan Becker) + - Feature #96: Support for OS X 10.11+ SDK (Stefan Becker) + - don't load buddy photos from unknown sites by default (Jakub Adam, Stefan Becker) + * custom web URIs pose a security risk as they may be abused + * users can override this behaviour in the account settings + * Office365 accounts should not be affected by this change + - add support for GMime 3.0 API (Stefan Becker) + + -- Stefan Becker Mon, 09 Oct 2017 22:50:00 +0300 + pidgin-sipe (1.22.1-1) unstable; urgency=low * New upstream version 1.22.1 "Bug Fixes I" (2017-06-11) @@ -6,7 +21,7 @@ pidgin-sipe (1.22.1-1) unstable; urgency=low - adium: update build instructions for Xcode 7.x or newer (Stefan Becker) * the build environment used for releases 1.22.0 or older (Xcode 6.x on OS X 10.11) is no longer available to the project - * releases starting with 1.??.? will use Xcode 8.x on macOS 10.12 + * releases starting with 1.21.1 will use Xcode 8.x on macOS 10.12 * build target continues to be OS X 10.9 - purple: avoid rare SSL read deadlock (Stefan Becker) - various minor fixes (Michael Olbrich) diff --git a/contrib/opensuse-build-service/PKGBUILD b/contrib/opensuse-build-service/PKGBUILD index f486fb74..48cd1eb9 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.22.1 +pkgver=1.23.0 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-gstreamer1.dsc b/contrib/opensuse-build-service/pidgin-sipe-gstreamer1.dsc index 99cf121e..234308da 100644 --- a/contrib/opensuse-build-service/pidgin-sipe-gstreamer1.dsc +++ b/contrib/opensuse-build-service/pidgin-sipe-gstreamer1.dsc @@ -1,6 +1,6 @@ Format: 3.0 (quilt) Source: pidgin-sipe -Version: 1.22.1-1 +Version: 1.23.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 98bdd79f..e1d6d5e0 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.22.1-1 +Version: 1.23.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 f9219a50..dd982077 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.changes +++ b/contrib/opensuse-build-service/pidgin-sipe.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Mon Oct 9 19:50:00 UTC 2017 - chemobejk@gmail.com + +- Update to version 1.23.0 "D-Bus, IPv6, OS X 10.11+" (2017-10-??) + - Feature #101: Mac OS X 10.13 OpenSSL support (Stefan Becker) + - Feature #100: Extend libpurple D-Bus interface (Stefan Becker) + - Feature #99: IPv6 addresses in SIP & SDP messages (Stefan Becker) + - Feature #96: Support for OS X 10.11+ SDK (Stefan Becker) + - don't load buddy photos from unknown sites by default (Jakub Adam, Stefan Becker) + * custom web URIs pose a security risk as they may be abused + * users can override this behaviour in the account settings + * Office365 accounts should not be affected by this change + - add support for GMime 3.0 API (Stefan Becker) + +------------------------------------------------------------------- Sun Jun 11 15:38:00 UTC 2017 - chemobejk@gmail.com - Update to version 1.22.1: @@ -7,7 +21,7 @@ Sun Jun 11 15:38:00 UTC 2017 - chemobejk@gmail.com - adium: update build instructions for Xcode 7.x or newer (Stefan Becker) * the build environment used for releases 1.22.0 or older (Xcode 6.x on OS X 10.11) is no longer available to the project - * releases starting with 1.??.? will use Xcode 8.x on macOS 10.12 + * releases starting with 1.22.1 will use Xcode 8.x on macOS 10.12 * build target continues to be OS X 10.9 - purple: avoid rare SSL read deadlock (Stefan Becker) - various minor fixes (Michael Olbrich) diff --git a/contrib/opensuse-build-service/pidgin-sipe.spec b/contrib/opensuse-build-service/pidgin-sipe.spec index 00a450c7..8ceb4568 100644 --- a/contrib/opensuse-build-service/pidgin-sipe.spec +++ b/contrib/opensuse-build-service/pidgin-sipe.spec @@ -159,7 +159,7 @@ Name: pidgin-sipe %endif %endif Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.22.1 +Version: 1.23.0 Release: 1 Source: pidgin-sipe-%{version}.tar.gz Group: %{pkg_group} @@ -583,6 +583,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2017 J. D. User 1.23.0 +- update to 1.23.0 + * Fri Aug 11 2017 J. D. User 1.22.1-*git* - add BR dbus-1 - fix incorrect BR gstreamer-0.10 when gstreamer-1.0 is selected diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 74740a19..c2c6af15 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.22.1 +Version: 1.23.0 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source0: %{name}-%{git}.tar.bz2 @@ -299,6 +299,9 @@ rm -rf %{buildroot} %changelog +* DDD MMM DD 2017 J. D. User 1.23.0 +- update to 1.23.0 + * Fri Aug 11 2017 J. D. User 1.22.1-*git* - add BR dbus-1 diff --git a/siplcs.vcxproj b/siplcs.vcxproj index f4957aa1..5cd38f3a 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.22.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.22.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/stefanb/pidgin-sipe/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.23.0";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.23.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/stefanb/pidgin-sipe/";%(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.22.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.22.1";_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.23.0";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.23.0";_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 1629c310..1670f4b2 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.22.1 +PACKAGE_VERSION=1.23.0 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