Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/siplcs into mob
[siplcs.git] / ChangeLog
blob2b502d516f4302dd11c506a6efd00b6219126a3d
1 version 1.9.0 "File transfer" (2010-02-XX)
2         - Contributed File transfer functionality. File encryption is supported. (Jakub Adam, Tomáš Hrabčík)
3         - Windows build preparation. (pier11)
4         - Code analysis with Coverity Prevent. (Stefan Becker)
5         - Updated translations: 'ru' (100%, pier11), 'de' (100%, Stefan Becker).
7 version 1.8.1 "Exchange/Calendar crash fixes" (2010-02-16)
8         - many crash fixes for error or corner cases in calendar integration (pier11, Stefan Becker)
9         - more detailed code analysis with Coverity Prevent (Stefan Becker)
10         - build fixes for older libpurple/glib2 versions (pier11)
11         - OpenSUSE Build Service configuration files (pier11)
12         - Fix NTLM crash if login setting is undefined (pier11)
13         - Use of g_str_has_prefix() available since glib 2.2 and null-safe (pier11)
15 version 1.8.0 "Exchange/Calendar" (2010-02-07)
16         - Added integration with Exchange 2007/2010. Now Sipe retrieve our Calendar data (Free/Busy, Working Hours, Meeting Subject/Location, Out-of-Office Note) from Exchange Web Services and publishes it to OCS2007/LCS2005. Thus our contacts can see our availability information based on Calendar data. For example: "Calendar: Currently Busy. Free at 11:30" or "Calendar: Currently Free. Outside of working hours at 18:00". Contacts will also see our Out-of-Office message if it's enabled in Exchange/Outlook. Team members (contacts with access level Team) will be able to see information about our current meeting - subject and location (OCS2007).
17         First call to Exchange is scheduled with 1 minute delay after Sipe start. Subsequent update intervals are 30 minutes. There is a way to manually trigger Calendar data update: Accounts->{SIPE_ACCOUNT}->"Republish Calendar" menu option.
18         Though Exchange integration can work without any additional settings in account configuration, there are options to manually provide email address if it's different from SIP URI, Exchange Services URI, email account authentication if it is different from configuration on Basic tab. (pier11)
19         - Added Calendar information to contact's tooltip. You can see it like "Calendar: Currently Tentative. Busy at 11:30" or "Calendar: Outside of working hours for next 8 hours". (pier11)
20         - 2005 presence engine has been completely rewritten. Now it supports "Do not disturb" status(taken from UserState), "In a meetinfg" status (taken from Calendar stream data, and most importantly changing autonomously in line with the stream). "In a meeting" activity reflects scheduled times of activities in Outlook/Exchange with Busy state. Updated 2007 presence engine too. Pidgin Statusbox now reflects last status and note set by our other points of presence; also updates according to our Calendar state (i.e without manual action); displays our Out-of-Office message if any. (pier11)
21         - Added "Accounts->{SIPE_ACCOUNT}->Status Reset" menu option to clean User Status set manually. The latter can override Calendar status for example. (pier11)
22         - Added "Find on LinkedIn" link on contact's User Info screen for more in-depth information about your contact if available. Both SIPE and LinkedIn.com professional network belong to enterprise domain, so match is quite good. (pier11)
23         - Enhanced custom NTLM security provider to pass connection-oriented authentication. Used in Web authentication, for example with Exchange Web Services. In contrast to connectionless (datagram) NTLM authentication type used in SIP. (pier11)
24         - Added Negotiate authentication scheme (Windows only). Used in HTTP authentication. (pier11)
25         - Contributed code for Adium port. (Matt Meissner)
26         - Added Windows Messenger 5.0 (RTC/1.2) compatibility. Though very old, some our clients use it on LCS2005. (pier11)
27         - New BusyIdle status. (pier11)
28         - Placed Sipe to Transifex.net translation portal allowing easily add/modify translations through web interface. (Stefan Becker)
29         - Updated Sipe About screen ("Accounts->{SIPE_ACCOUNT}->About SIPE plugin") with our translation page. (pier11) 
30         - New translation: Polish 'pl' (Piotr Drąg)
31         - Updated translations: 'zh_CN' (Kang Kai), 'ru' (pier11) and 'de' (Stefan Becker)
32         - Static/dynamic code analysis with Coverity Prevent, memory leaks fixes (Stefan Becker)
33         - Fixed memory leaks found with cppcheck (http://sourceforge.net/projects/cppcheck) (Edmondas Girkantas)
34         - Fixed localization on Windows platform(!) Now translations are shown. (pier11)
35         - Fix for #2907567 Note parsing issue. Incoming html markup (like < symbol) could wierdly rerender Pidgin's contacts list UI - for example to "rename" contact, or even replace contact name by group name.
36         - Fix for #2908830 Federated contacts appear to be broken. 2005 Public IM Connectivity (PIC) environment. (pier11)
37         - Fix crash when SSL connect fails (Stefan Becker)
38         - Fix for server auto-discovery (Anibal Avelar)
39         - Fix for #2912926 crash on exist. Caused by improper CSTA communications. (pier11)
40         - Fix for xdg-email invocation. (David Woodhouse)
41         - Fix for SLED 10 compilation. (pier11)
42         - Fix for OpenSolaris port - #pragma pack() issue. (Stefan Becker)
43         - Fix compilation without Kerberos (Stefan Becker)
44         - Fix for User Agent string. (pier11)
45         - Fix for compilation with Pidgin 2.6.4 and 2.6.5 on mingw. (pier11)
46         - Fixed #2944156: SIPE Authentication Causes Pidgin Crash(Stefan Becker)
47         - RPM SPEC: add Epoch: for git packages. (Stefan Becker)
48         - Remove static link build option, remove unused config.h, other build improvements. (Stefan Becker)
49         - Make tests compile again; Simplify "make tests" (Stefan Becker)
50         - Code: Take PURPLE_INIT_PLUGIN into use.(Stefan Becker)
52 version 1.7.1 (2009-11-19)
53         - "About SIPE plugin" screen implemented. Accessible as "Accounts->{Your Account}->About SIPE plugin".
54         - New correct 'User Agent:' header in SIP messages with Purple and Sipe versions, host operating system type and processor architecture as well as OCS version. To take advantage of it - empty your old 'User Agent' setting in the account configuration.
55         - Version now stored in single place - VERSION file and used for all builds.
56         - Core - not using bodies for single subscriptions in 2005 environment. Optimized CSeq numbers usage. Beautified debug log output.
57         - Call Control - session timer for dialog with CSTA. Otherwise session with CSTA got expired after ~30 min due to no refresh. RFC4028.
58         - Call Control - removing internal alternative phone number from phone string.
59         - RPM spec file update for CentOS/RHEL 5 - purple-sipe needed a "Group" (John B.)
60         - Fixed crash in 2005 'New Chat' menu.
61         - Fixed #2886534 - routing - Request-URI/Route headers. Problem was a re-subscription failure resulting in stopping contacts' status update after approximately 8 hours.
62         - Fixed #2892842 - interference of conference invite to normal IM dialog on 2007 environment. Incoming BYE from conf invite process used to kill ongoing regular IM dialog with the same user.
63         - Fixed crash in presense processing on Reuters environment (LSC 2005) on Linux.
64         - Fixed #2882304 - 'Note' not working with LCS2005
65         - Fix for the First message in 2005 multiparty chat.
66         - Fix for initial outgoing messages - some were lost if typed too fast if dialog was not established yet.
67         - Fixed #2882658 - SIGSEGV in process_incoming_info_csta() - happened on some Cisco-Systems 7 CSTA Gateways.
68         - Fixes for SLED 10 SP2 and SP3 compilations.
69         
70 version 1.7.0 "Remote Call Control" (2009-10-19)
71        - Added integration with PBX (external phones) using CSTA protocol (ECMA TR-87). Users can initiate a call by clicking on contact phones in right-click context menu. This feature should be enabled for user on the server side.
72        - Added reconnection to chat after disconnection by continue typing in the same open chat window (OCS 2007 only). Feature request #2866630.
73        - More precise errors shown on message undelivery event.
74        - Better re-subscription logic for contact status updates.
75        - 'Out of Office', 'In a Meeting', 'In a Conference', etc. contact activities are shown now in contast's status and tooltip. Also meeting subject and location are shown in 2007 environment if contact is in Team access category.
76        - New Idle status.
77        - Added 'Site' to User Info panel. Can be a link to user's corporate directory page or similar.
78        - Removed message acceptance in incoming INVITE.
79        - Fixed type errors in sip-sec-ntlm.c for Linux/Unix platforms.
80        - Added 32- and 64-bit header conflict check to configure.
81        - Removed libsipe.so from old incorrect installation location. This makes sure that DIY users don't have two copies of libsipe.so.
82        - Moved libsipe.so to the correct installation directory. The libpurple protocol plugins directory is $(libdir)/purple-2. While the name of the plugin is pidgin-sipe, it works perfectly fine with 'finch' too.
83        - Rewritten transaction payload handling. This should fix memory leaks in transaction handling.
84        - Fixed crash on reauthentication when IM window is open not Chat window
85        - Fixed warnings on compilation.
86        - Fixed memory leaks.
87        
88 version 1.6.3 (2009-09-09)
89        - Added missing krb5-devel BuildRequires to the RPM spec file.
90        - Cleanup of source code compatibility for libpurple 2.4.x
91        - Fixed for msrtc statuses, bug #2843985 
92        - Fixed HTML markup in note, bug #2841095
93        - Fixed a segmentation fauls when the function sipmsg_parse_header backs
94 a null value.
95        - Possible fixed a crash when SIPE account added, bug #2844545
96        - Reduced libpurple build requisite to >= 2.3.1 
97        - Fixed NetBSD compilation errors in sipe-utils.c, bug #2847380
98        - Updated zh_CN translation
99        - Fixed a crash when pidgin auto-away fires, bug #2849156
101 version 1.6.2 (2009-08-23)
102        - Treat of 504 Server time-out error
103        - Decrease libpurple build prerequisites to >= 2.4.1
104        - Updated windows build to latest Pidgin 2.6.1
105        - Fix compilation errors against libpurple >= 2.6.0 API
106        - Publishing optimization
107        - Separate storage for subscription dialogs.
108        - Fixed '409 Conflict' case. We are extracting proper versions of our publications and updating local mirror with them.
109        - Fixed CSeq for subscription dialog.
110        - Fixed for unsubscribes
111        - Fixed for Active Directory search
112        - Make OCS2007+ conditionals self-documenting
113        - Fixed compilation problem on 64-bit and NetBSD platforms #2839689
114        - The 'context' element only for just added subscriptions #2836290
115        - Removed dependency on com_err.h  
116        - Fixed warnings on compilation.
117        - Fixed memory leaks.
119        - Updated "de" translation
120 version 1.6.1 (2009-08-12)
121        - Fixed missing backslash in "es" translation file
122        - Support publication: modular publications
123        - Support publication: manual vs machine status publication
124        - Fix timeout calculation in sipe_buddy_subscribe_cb(), make sure timeout is never 0 
125        - Fixed crash in sipe_process_roaming_self()
126        - Add purple >= 2.5.0 as configuration requirement
127        - Cleanup username handling in sipe_login()
128        - Make password mandatory again
129        - Fixed memory leaks in sipe_login() error paths
130        - Removed controversial dependency in windows branch used for old MAC code
131        - Got rid of MAC in epid generation
132        - Updated "es" translation
133        - Updated "de" translation
134        - Cleaned up connection configuration and setup
135        - More precise treatment of incoming typing info
136        - Fixed improvements reported in #2833015
137        - Fixed for "message was not delivered" reported in bug #2832551
138        - Fixed for CHOWA problems reported in bug #2795132
139        - Fixed for crash reported in bug #2795132
140        - Tag all unused function parameters
141        - Added Empathy support - telepathy-haze config for sipe 
142        - Code around GCC bug on ppc platforms
143        - License file cleanup
144        - Fixed ppc64 compilation errors
145        - Many refinements to the RPM SPEC file
146        - Added convenience script to (re)build from git repository
147        - Added convenience script for creating git snapshots
149 version 1.6.0 "Multiparty Chat" (2009-07-27)
150        - Multi-party conversation (Chat) functionality for:
151          + OCS 2007+ as a conference [MS-CONFBAS], [MS-CONFIM], [MS-CONFPRO];
152          + LCS 2005- as a multi-party chat.
153        - Fixed our status in OCS 2007+ environment as seen by others.
154        - Asks user if he wants add counterparty which added him to his contact list (OCS 2007+). User dialog wording improvement.
155 Also defined default group in Add User dialog which appear after user search in catalog.
156        - More strict compilation warnings treatment.
157        - Started code split to functional modules.
158        - Tailored subscriptions for environment - eliminated not needed subscriptions in 2007 environment.
159        - Fixed session closing on unsuccessful message delivery.
160        - More correct incoming BYE processing.
161        - Fixed stealth bug when action payload got freed. Initial bug was that contact could not be removed.
162        - Fix handling of empty note text in incoming rlmi NOTIFY.
163        - patch for FreeBSD 7.x by jprather.
164        - Fix for wrong epid generation on Windows platform in case of missing MAC.
165        - Fix for Route processing.
166        - Improvements for compilation under ppc/ppc64 platfolrm.
167        - Fixed crash if work in non-authenticating environment.
168        
169 version 1.5.0 "Kerberos" (2009-06-24)
170        - Fixed bug #2800325 for crash if wrong IP manually typed into Pidgin.
171        - New Security Framework: dedicated to use plug-able security mechanisms.
172          + Added Kerberos/NTLM SSPI for Windows
173          + Added Kerberos MIT for Linux
174          + Fixed the NTLM native implementation for Linux
175        - New options on Advanced tab: Use Kerberos and Single Sign-on (for both
176  kerberos implements). 
177        - Fixed the --with-krb5 compilation option. Now pidgin-sipe can be compiled with krb5 support again.
178        - To send presence subscribe requests to poolFqdn servers
179        - Record-Route header can contain multiple routes. For CHOWA clients.
180        - Fixed 2 bugs with INVITE messages from incoming CHOWA clients.
181        - FreeBSD compatibility
182        - Fixed for 'same conversation ID' issue
183        - Fixed for Reuters(LCS2005) frequent disconnects
184        - Fixed many warnings on compilation.
185        - Fixed many potential memory leaks. Thank you Stefan
186        - Fixed I18n support and sync from launchpad
187          + Added 'it' and 'ru' translations
188          + Updated 'zh', 'cs', 'es' and 'nb' translations.
190 version 1.4.1 (2009-06-01)
191        - Patch for spaces in Login's username
192        - Fixed bugs #2793431, #2793688 for crash in process_incoming_notify_rlmi_resub
193        - Fixed the correct presence for contacts with the presenceMode="msrtc".
194        - Simplify keep alive timeout setting code
195        - Fixed the resubscription process in LCS2005 and OCS2005.
196        - Fixed the support for batched subscription
197        - Fixed a problem when you added a new contact on OCS2007
198        - Fixed potential memory leaks. Thank you Stefan
199 version 1.4.0 (2009-05-17)
200        - Simplified Account Settings Basic screen
201        - Full support for presence using Batched Category Subscription for 
202          OCS2007. [MS-PRES]
203        - Full support for presence usgin Batched Simple Subscription for 
204          LCS2005. [MS-SIP]
205        - Active Directory search for 'Get Info' screen.
206        - Buddy URI are replaced with Display Name.
207        - Added non sensitive support between the client and servers answers. 
208        - Support for deregistration [MS-SIPREGE]
209        - Support for 2007 R2 client message formatting.
210        - Re-subscription after expiration. LCS2005
211        - Added escaping to SOAP request parameters 
212        - Implemented a new scheduling system
213        - Cleanup status id handling
214        - NOTIFY and BENOTIFY similarly handled
215        - Implemented piggy-back for buddy subscription.
216        - Request for functions only supported for each kind of servers 
217          (Allow-Events) OCS2007 and LCS2005. (may be LCS2003?)
218        - Fixed many warnings on compilation.
219        - Fixed many potential memory leaks. Thank you Stefan
220        - Fixed bug #2786479: some messages could not be delivered to all users.
221        - Fixed bug #2779386: fix for invalid NTLM signature.
223 version 1.3.4 (2009-04-13)
224        - Fix segmentation fault caused by redirect
225        - Added check for zlib.h, com_err and purple version on configure script,
226        - Added note to tooltip
227        - Added timeout of security association after eight hours as described 
228          in [MS-SIPAE] 3.2.2 Timers.
229        - Updates to enable compilation in a Cygwin/MinGW environments
230        - Fix a problem with the function purple_get_host_name() in libpurple 
231          versions <  2.5.x
232        - Support for responses with m=x-ms-message rather than m=message
233        - Support for Reuters Messaging environment (LCS2005 like)
234        - Support for message formatting (font face, style, color).
235        - Introduced invisible mode (Appear Offline). Better status support.     
236          official clients
237        - Richer status support with reference to [MS-PRES] and work of 
238        - Fix for bug #2528391: Accepts the first message from the first packet (INVITE). Counterparty's first message now can appear up to 2 sec earlier.
239        - Fixed the offline contacts problem in OCS2007 following [MS-PRES]
240        - Added notification support for undelivered messages.
242 version 1.3.3 (2009-02-09)
243         - Implemented keep alive support. Thanks Stefan Becker
244         - Support LCS 2005 buddy auth/blocking. Thanks Gabriel Burt
245         - Fixed SSL errors. 
246         - Fixed many segmentation fault errors.
247         - Added many translation files.
249 version 1.3.2 (2008-12-14)
250         - Added support for mingw. Thanks Carl Seutter
251         - Merge with stable branch in the git repository
252         - Fixed SSL input processing
253         - Extended contact search implementation
254         - Path to xBSD support
256 version 1.3.1 (2008-12-09)
257         - Locale/translations support
258         - Search contacts support
259         - Code cleaned
260         - LCS 2005 fixed send/receive messages;partially fixed
262 version 1.3 (2008-12-04)
263         - TLS/SSL support 
264         - Fixed signing messages, thanks Gabriel Burt
265         - Fixed LCS contacts with add/remove/modify, thanks Gabriel Burt
266         - Added Presence support for OCS 2007 and LCS 2005
267         - A lot of patches to fix: 
268            +TLS connections, 
269            +Send/receive messages, 
270            +Full presence, 
271            +TCP connections and optimal options in Advanced tap.
272         - A lot bugs fixed
274 version 1.2 (2007-03-22)
275         - Finished the pidgin 2.0 porting
276         - Fixed a NTLM auth problem about the flags on challenge3.
277         - Fixed the Contact problem.
278         - Fixed the segmentation on network detection.
279         - Other minor bugs
281 version 1.1 (2007-03-09)
282         - Fixed a bug in NOTIFY and SUBSCRIBE methods (401 error)
283         - Changed the method PUBLISH(don't aply in LCS) for SERVICE 
284         - Added new tags in transactions to cloned the LCS transactions.
285         - The MESSAGE method works. Now you can send a message to online user.
287 version 1.0 (2007-03-04)
288         Gaim plug-in releases. First release using autoconf and automake.
289         Compiles with gaim-2beta5 (or newer). On Debian systeam you need
290         the gaim-dev package for compile it.
292         First version. Just added this functionalities:
293         - Authentication (just type NTLM)
294         - Presence (double sided)
295         - Retrieves all contacts from server (with groups)
296         - Delete contacts and groups