From 7f83c329512704ad856b0d97b463f114649cb587 Mon Sep 17 00:00:00 2001 From: Anibal Avelar Date: Mon, 28 Jun 2010 00:47:08 -0500 Subject: [PATCH] Updated to release 1.10.1 (Bugfixes release only) --- ChangeLog | 4 ++++ VERSION | 2 +- contrib/debian/changelog | 10 ++++++++++ contrib/rpm/pidgin-sipe.spec | 5 ++++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c271217..48d3777b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +version 1.10.1 "Bugfix release" (2010-06-27) + - Fix broken sipe_ht_equals_nick(); the broken code has been in the 1.10.0 release. As it affects the buddy list it could be the root cause for some of the "buddy appears offline" reports. (Stefan Becker) + - Make it compile against the final purple 2.7.0 API; (Stefan Becker) + version 1.10.0 "Access Levels" (2010-04-04) - Feature #2823160: Access Levels (2007+ environment). The functionality is available through contact's context menu "Access level" and also presented on contact's tooltip. Current individual access level is marked with star (*), current group access level is marked with equals sign (=). (pier11) - Feature #2957811: add support for "automaton" class (Stefan Becker) diff --git a/VERSION b/VERSION index 81c871de..4dae2985 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/contrib/debian/changelog b/contrib/debian/changelog index dfa6a72e..af478ed0 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,13 @@ +pidgin-sipe (1.10.1-1) unstable; urgency=low + + * New upstream version + - Fix broken sipe_ht_equals_nick(); the broken code has been in the + 1.10.0 release. As it affects the buddy list it could be the root + cause for some of the "buddy appears offline" reports. + - Make it compile against the final purple 2.7.0 API; + + -- Anibal Avelar Sun, 27 Jun 2010 11:46:59 -0600 + pidgin-sipe (1.10.0-1) unstable; urgency=low * New upstream version diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 7dd3f942..fef75f53 100644 --- a/contrib/rpm/pidgin-sipe.spec +++ b/contrib/rpm/pidgin-sipe.spec @@ -21,7 +21,7 @@ Name: pidgin-sipe Summary: Pidgin protocol plugin to connect to MS Office Communicator -Version: 1.10.0 +Version: 1.10.1 %if 0%{?_with_git:1} Release: %{gitcount}.%{git}%{?dist} Source: %{name}-%{git}.tar.bz2 @@ -125,6 +125,9 @@ rm -rf %{buildroot} %changelog +* Sun Jun 27 2010 J. D. User 1.10.1 +- update to 1.10.1 + * Sun Apr 04 2010 J. D. User 1.10.0 - update to 1.10.0 -- 2.11.4.GIT