Updated to release 1.11.0
[siplcs.git] / contrib / debian / changelog
blob98ca1a372e8c8ae971491a687c2fc72f7ee30d1f
1 pidgin-sipe (1.11.0-1) unstable; urgency=low
3   * New upstream version
4         - Feature #2945346: Lotus Notes/Domino Calendar integration:
5           * Sipe can now retrieve calendar data (Meeting schedule/subject/
6             location) from a web-enabled Lotus Domino server and publish it to
7             OCS2007/LCS2005 as availability information.
8           * Example: "Calendar: Currently Busy. Free at 11:30".
9           * Team members (contacts with access level Team) will be able to see
10             information about our current meeting (subject & location) (OCS2007)
11           * First calendar update is scheduled 1 minute after connect,
12           * Subsequent calendar updates happen in 30 minute intervals.
13           * Manual calendar update can be triggered using the following menu:
14                    Accounts->{SIPE_ACCOUNT}->"Republish Calendar"
15           * Though Domino integration can work without any additional settings 
16             in account configuration (on Windows), there are options to manually
17             provide Domino Services URL and email address/password if it's
18             different from SIP URI/Password settings on Basic tab.
19         - Fixed #2971422: idle check for OCS2005 presence case
20         - Fixed #2982424: krb5 build errors on FreeBSD
21         - Fixed #2997639: pidgin crash after accepting cert
22         - Fixed #3001523: Cancelling a long pending file transfer crashes Pidgin
23         - Fixed #3002993: Group Name issues with ampersand
24         - Fixed #3029228: Calendar published at/with incorrect time
25         - Fixed #3029929: Crash with outlook 2k3 Calendar
26         - Fix logout from OCS
27         - Implement workaround for buddy list menu memory leaks
28         - Dropped UDP transport support
29         - Rewrote TCP & TLS transport support
30         - HTTP improvements: GET, cookies
31         - Alternative crypt/digest implementation based on NSS
32         - Rewrote message debug log and implemented an analyzer script for it
33         - More internal changes to prepare for non-purple backends
34         - New translations: 'nl', 'sv', 'ar', 'hu', 'ja', 'ko', 'sv', 'zh_TW'
35   * Fixed pidgin-sipe: Kerberos authentication is broken (Closes: #597437)
36   * Fixed pidgin-sipe: no dependency on pidgin (Closes: #594882)
37   * Fixed pidgin-sipe: new upstream version is available (Closes: #596799)
38   * Fixed pidgin-sipe: FTBFS: sipe.c:10050: error: missing initializer 
39     (Closes: #582998)
40   * Added dependency with the libxml2-dev package in debian/control
41   * Added dependency with libnss3-dev package in debian/control
42   * Updated with Standards-Version 3.9.1
44  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 03 Oct 2010 22:05:31 +0300
46 pidgin-sipe (1.10.1-1) unstable; urgency=low
48   * New upstream version
49         - Fix broken sipe_ht_equals_nick(); the broken code has been in the 
50           1.10.0 release. As it affects the buddy list it could be the root 
51           cause for some of the "buddy appears offline" reports.
52         - Make it compile against the final purple 2.7.0 API;
54  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 27 Jun 2010 11:46:59 -0600
56 pidgin-sipe (1.10.0-1) unstable; urgency=low
58   * New upstream version
59       - Feature #2823160: Access Levels (2007+ environment)
60       - Feature #2957811: add support for "automaton" class
61       - Feature #2972823: fail on in-line variable declarations
62       - Fixed #2971422: handle OCS 2005 idiosyncrasy of varying SIP URI case
63       - Fixed #2981563: Authentication protocol v4 - invalid signature of some 
64         incoming messages containing P-Asserted-Identity or P-Preferred-Identity
65         with uppercased SIP or TEL in URI.
66       - Fixed publication/"409 Conflict" endless looping
67       - Prepare for Pidgin 2.7.0
68       - Added SVG icon artwork
69       - Many changes to configure script. Be sure to look at "configure --help"
70       - Many internal changes to prepare for non-purple backends
71       - New build requirements: libxml2, glib-2.0 >= 2.12.0
72       - New build option: gmime-2.4 >= 2.4.16 or gmime-2.6 >= 2.5.2 for 
73         non-purple backends
75  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 04 Apr 2010 00:52:59 -0600
77 pidgin-sipe (1.9.1-1) unstable; urgency=low
78   * New upstream version (emergency release)
79       - Fixed #2969327: Kerberos authentication always fails on *nix platforms
80       - Fixed #2968287: Authentication failure in scenario when director server
81         is Office Communications Server 2007 or above and home server is 
82         Live Communications Server 2005
83       - Send BYE when response to IM message is 408/480/481
84       - Re-enable offline status to be user settable
86  -- Anibal Avelar <aavelar@cofradia.org>  Tue, 16 Mar 2010 02:13:59 -0600
88 pidgin-sipe (1.9.0-1) unstable; urgency=low
90   * New upstream version (Closes: #570735)
91     * File transfer functionality. File encryption is supported
92     * NTLMv2 and NTLMv2 Session Security support
93     * Implemented SIP Authentication Extensions protocol version 4 and 3
94     * Adoption for commercial UNIX - HP/UX, Irix, Solaris - big endian fixes
95     * Increased libpurple build requisite to >= 2.4.0 
96     * many crash fixes for error or corner cases in calendar integration
97     * more detailed code analysis with Coverity Prevent
98     * build fixes for older libpurple/glib2 versions
99     * OpenSUSE Build Service configuration files
100     * Fix NTLM crash if login setting is undefined
101     * Use of g_str_has_prefix() available since glib 2.2 and null-safe
102     * build fixes for older OS releases, e.g. Ubuntu older than 9.10.
103   * Removed the file libsipe.la from the package
104   * Removed the line dh_pidgin -ppidgin-sipe from debian/rules 
105   * Added ./autogen.sh could be run from debian/rules
106   * Changed the Section from net to misc inside Source stanza in debian/control
107   * Changed the Section from net to misc inside Package stanza in debian/control
108   * Added the Priority header inside Package stanza in debian/control
109   * Updated the Description inside Package stanza in debian/control
110   * Updated the debian/copyright file with the new authors list.
111   * Updated the debian/copyright file with the correct PATH to license GPL2.
112   * Removed dependency with the libgtk2.0-dev package in debian/control
113   * Removed dependency with the comerr-dev package in debian/control
114   * Removed debian/README.debian file from the package
115   * Added dependency with the libzephyr-dev package in debian/control
117  -- Anibal Avelar <aavelar@cofradia.org>  Wed, 10 Mar 2010 01:05:59 -0600
119 pidgin-sipe (1.8.0-1) unstable; urgency=low
121   * New upstream version (Closes: #536100)
122     * Simplifying the authentication process using only the Basic Settings
123       screen.
124     * Added integration with Exchange 2007/2010
125     * Added Windows Messenger 5.0 (RTC/1.2) compatibility.
126     * "About SIPE plugin" screen implemented.
127     * Added Kerberos support.
128     * Added Multiparty Chat support.
129     * Fixed many bugs.
130     * Fixed many potencial memory leaks.
131     * Fixed support for LCS2005 and OCS2007 (improvementsi and bugs fixed)
132     * Added "Find on LinkedIn" link on contact's User Info screen
133     * Updated translations: "de", "pl", "ru", "cs", "da", "es", "fi", "fr, "hi",
134       "it", "nb", "ta", "zh_CN".
135     * Fixed for server auto-discovery 
136     * Fixed for User Agent string.  
137     * Added integration with PBX (external phones) using CSTA protocol
138     * Fixed for CHOWA problems
139     * Fixed for spaces in Login's username 
140     * Support for Reuters Messaging environment
141     * Support for message formatting
142     * Added notification support for undelivered messages
143     * Extended contact search implementation
144     * ... and more
145   * Fixed pidgin-sipe: urls appear w/ underscore prefix (Closes: #529523)
146   * Updated the debian/copyright file with the new authors list.
147   * Added DEB_CONFIGURE_EXTRA_FLAGS in debian/rules for extra compile flags
148   * Added dependency with the libkrb5-dev package
149   * Removed to delete the file libsipe.la from debian/rules.
150   * Removed DEB_AUTO_UPDATE_DEBIAN_CONTROL reference from debian/rules.
151   * Updated with Standards-Version 3.8.4
153  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 07 Feb 2010 04:48:35 -0500
155 pidgin-sipe (1.3.3-1) unstable; urgency=low
157   * New upstream version (Closes: #508221)
158     * Added support for OCS 2007, LCS 2003
159     * Full support for send/receive messages
160     * Full presence support (both sides)
161     * Full support for add/remove/move contacts
162     * TLS/SSL support
163     * Search contacts full support
164     * xBSD support
165   * Added the dependency with the libpurple-dev package
166   * Added the dependency with the intltool package
167   * Added the dependency with the comerr-dev package
168   * Removed the unnecessary debian/pidgin-sipe.dirs file
169   * Changed the package description inside debian/control 
170     (Closes: #433920,#490923)
171   * Added the field Homepage inside Source stanza in debian/control file.
172   * Updated the debian/copyright file with the new authors list.
173   * Updated with Standards-Version 3.8.0
175  -- Anibal Avelar <aavelar@cofradia.org>  Sun, 1 Mar 2009 12:15:35 -0500
177 pidgin-sipe (1.2-1) unstable; urgency=low
179   * Initial release (Closes: #418226)
181  -- Anibal Avelar (Fixxxer) <aavelar@cofradia.org>  Wed, 13 Jun 2007 19:12:35 -0500