From 9e621348947abdd6c1dea4ab2f0ae37cd0a5b48d Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Wed, 9 Sep 2009 00:31:43 -0500 Subject: [PATCH] Updated to release 1.6.3 --- AUTHORS | 1 + ChangeLog | 13 +++++++++++++ Makefile.mingw | 4 ++-- configure.ac | 4 ++-- contrib/rpm/pidgin-sipe.spec | 5 ++++- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index c66f078f..03358179 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,5 +17,6 @@ Tyson Vinson Andrew Schenck Ivan Frade Jay (Rhyas) +John Beranek Based in the initial Sip/Simple protocol gaim plugin from Thomas Butter diff --git a/ChangeLog b/ChangeLog index 66bcce34..2c23b941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +version 1.6.3 (2009-09-09) + - Added missing krb5-devel BuildRequires to the RPM spec file. + - Cleanup of source code compatibility for libpurple 2.4.x + - Fixed for msrtc statuses, bug #2843985 + - Fixed HTML markup in note, bug #2841095 + - Fixed a segmentation fauls when the function sipmsg_parse_header backs +a null value. + - Possible fixed a crash when SIPE account added, bug #2844545 + - Reduced libpurple build requisite to >= 2.3.1 + - Fixed NetBSD compilation errors in sipe-utils.c, bug #2847380 + - Updated zh_CN translation + - Fixed a crash when pidgin auto-away fires, bug #2849156 + version 1.6.2 (2009-08-23) - Treat of 504 Server time-out error - Decrease libpurple build prerequisites to >= 2.4.1 diff --git a/Makefile.mingw b/Makefile.mingw index 9220e5b2..c7b8987a 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -5,14 +5,14 @@ # Description: Top Makefile for win32 (mingw) port of LCS protocol plugin # -export PIDGIN_TREE_TOP := ../pidgin-2.6.2 +export PIDGIN_TREE_TOP := ../pidgin-2.6.3 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak export CFLAGS=-Werror WIX3_HOME := /cygdrive/c/Program\ Files/Windows\ Installer\ XML\ v3 WXS_NAME := pidgin-sipe -VERSION := 1.6.2 +VERSION := 1.6.3 .PHONY: all clean install msi diff --git a/configure.ac b/configure.ac index f34534b2..35d992dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl version of this package -m4_define(pidgin_sipe_version, 1.6.2) +m4_define(pidgin_sipe_version, 1.6.3) -AC_INIT([pidgin-sipe], [1.6.2]) +AC_INIT([pidgin-sipe], [1.6.3]) AC_PREREQ([2.50]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar]) diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 4b65f25c..cdff1c93 100644 --- a/contrib/rpm/pidgin-sipe.spec +++ b/contrib/rpm/pidgin-sipe.spec @@ -18,7 +18,7 @@ Name: pidgin-sipe Summary: Pidgin plugin for connecting to Microsoft LCS/OCS -Version: 1.6.2 +Version: 1.6.3 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 09 2009 J. D. User 1.6.3 +- update to 1.6.3 + * Fri Aug 28 2009 J. D. User 1.6.2-*git* - reduce libpurple-devel requirement to >= 2.3.1 -- 2.11.4.GIT