Changeset 2658
- Timestamp:
- 02/22/09 21:29:10 (2 years ago)
- Files:
-
- climm/ChangeLog (modified) (2 diffs)
- climm/NEWS (modified) (1 diff)
- climm/README (modified) (1 diff)
- climm/climm.info (modified) (1 diff)
- climm/climm.spec (modified) (2 diffs)
- climm/configure.ac (modified) (1 diff)
- climm/debian/changelog (modified) (1 diff)
- climm/doc/climmcmds.7 (modified) (2 diffs)
- climm/src/buildmark.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
climm/ChangeLog
r2607 r2658 1 1 -*- coding: utf-8 -*- 2 3 2009-02-22 RÃŒdiger Kuhlmann 4 * 0.6.4 5 6 2009-02-22 RÃŒdiger Kuhlmann 7 * ignore all error stanzas until we do something useful with them 8 * fix more typos in english texts 9 * fix some compiler warnings in newer compilers 10 * updates to my release script 11 * update man page descriptions of options changed recently 12 * fix duplicate #define 13 * i18n updates (more or less automatic) 14 15 2009-02-18 RÃŒdiger Kuhlmann 16 * add TalkGadget as known client 17 * request roster upon login - even if we do not do anything with 18 this yet 19 * initialize GMail timestamps properly (caused email not to bo 20 shown) 21 * remember text given with e.g. xmpp status messages 22 + show in 's' 23 + show shortened to current line in 'eg' etc 24 + shorten to one line when status change is shown 25 + hide even status changes with text during login as it is now 26 not lost otherwise 27 * send time requests every 5 minutes to prevent timeouts 28 * preserve status and text between reconnects 29 * save client capability in contact to only show it using 's' 30 instead of in 'eg' and upon login 31 * improve handling of XML namespaces 32 33 2009-02-09 RÃŒdiger Kuhlmann 34 * unfuck ICQ for RU/UK users 35 * actually save dc port into config 36 * move socks 5 settings to connection specific options 37 * add Telepathy as known client 38 * fix failed assertion related to GoogleMail 39 * avoid expanding nick size for own screen names 40 41 2008-11-24 RÃŒdiger Kuhlmann 42 * also execute eg after login command 43 * remove warnings where strings were used in place of format strings 44 45 2008-11-18 RÃŒdiger Kuhlmann 46 * add se web translation from Sebastian Rasmussen 47 * en doc updates by Sebastian Rasmussen 48 * missing interpreter (thanks Sebastian Rasmussen) 49 * update se translation from Sebastian Rasmussen 50 * ... and use i18n-template to mark changed strings 51 * work around other client's errors in sequence numbering 52 (patch from rtc) 2 53 3 54 2008-08-18 RÃŒdiger Kuhlmann <info __at__ ruediger-kuhlmann __dot__ de> … … 24 75 * show senders of unread email, or of all email returned due to an 25 76 explicit search 77 * do not compile gmail command unless XMPP is compiled in 78 * ru/uk update 79 * prevent use of uninitialized values when extending contact group 80 array 81 * gloox doesn't compile with -O4, so fall back to -O2 82 * fix compile error without CONTHIER 83 * use Tag constructor available also in older versions 84 * do not use 0.9.9 findChildren() method 26 85 27 86 2008-08-16 RÃŒdiger Kuhlmann <info __at__ ruediger-kuhlmann __dot__ de> climm/NEWS
r2607 r2658 50 50 support, show T/t flag for contacts awaiting authorization, GoogleMail 51 51 support including gmail command 52 2009-02-22: 0.6.4: 53 Bug fixes. climm/README
r2607 r2658 2 2 $Id$ -*- coding: utf-8 -*- 3 3 4 current stable version: 0.6. 34 current stable version: 0.6.4 5 5 ==================================== 6 6 climm/climm.info
r2615 r2658 1 1 Package: climm 2 Version: 0.6. 32 Version: 0.6.4 3 3 Revision: 1 4 4 ConfigureParams: --mandir='$(prefix)/share/man' --enable-ssl --enable-tcl CFLAGS=-O3 climm/climm.spec
r2619 r2658 1 1 Summary: text/line based ICQ client with many features%{?_without_tcl: [no Tcl]}%{?_without_ssl: [no SSL]}%{?_without_xmpp: [no XMPP]} 2 2 Name: climm 3 Version: 0.6. 33 Version: 0.6.4 4 4 Release: 1%{?_without_tcl:.notcl}%{?_without_ssl:.nossl}%{?_without_xmll:.noxmpp} 5 5 Source: climm-%{version}.tgz … … 84 84 85 85 %changelog 86 * Sun Feb 22 2009 RÃŒdiger Kuhlmann <info@ruediger-kuhlmann.de> 87 - new upstream release 0.6.4 88 86 89 * Tue Aug 19 2008 RÃŒdiger Kuhlmann <info@ruediger-kuhlmann.de> 87 90 - new upstream release 0.6.3 climm/configure.ac
r2607 r2658 6 6 7 7 AC_PREREQ(2.59) 8 AC_INIT([climm], [0.6. 3])8 AC_INIT([climm], [0.6.4]) 9 9 AC_CONFIG_SRCDIR([include/climm.h]) 10 10 AC_CONFIG_LIBOBJ_DIR(replace) climm/debian/changelog
r2607 r2658 1 climm (0.6. 3-0) unstable; urgency=low1 climm (0.6.4-0) unstable; urgency=low 2 2 3 3 * New upstream version with new version. 4 4 5 -- RÃŒdiger Kuhlmann <info@ruediger-kuhlmann.de> Tue, 19 Aug 200812:00:00 +02005 -- RÃŒdiger Kuhlmann <info@ruediger-kuhlmann.de> Sun, 22 Feb 2009 12:00:00 +0200 6 6 climm/doc/climmcmds.7
r2654 r2658 976 976 .TP 977 977 .BI s5_use \ boolean\ connection 978 Enable the use of a socks 5 proxy. 978 Enable the use of a socks 5 proxy. New for 0.6.4. 979 979 .TP 980 980 .BI s5_host \ string\ connection 981 Connect to socks 5 proxy on the given host. 981 Connect to socks 5 proxy on the given host. New for 0.6.4. 982 982 .TP 983 983 .BI s5_port \ integer\ connection 984 Connect to socks 5 proxy listening on the given port number. 984 Connect to socks 5 proxy listening on the given port number. New for 0.6.4. 985 985 .TP 986 986 .BI s5_name \ string\ connection 987 Identify as the given user to the socks 5 proxy. 987 Identify as the given user to the socks 5 proxy. New for 0.6.4. 988 988 .TP 989 989 .BI s5_pass \ string\ connection 990 Authenticate with the given password to the socks 5 proxy. 990 Authenticate with the given password to the socks 5 proxy. New for 0.6.4. 991 991 .TP 992 992 .BI oscar_dc_port \ integer\ connection 993 993 Define the minimum port to listen for incoming direct connection when using 994 994 the oscar protocol. If the given port is in used, the port number actually 995 used is increased until a free one is found. 995 used is increased until a free one is found. New for 0.6.4. 996 996 .TP 997 997 .BI oscar_dc_mode \ integer\ connection … … 1015 1015 32 1016 1016 Create and open a peer to peer connection. 1017 .RE 1018 .RS 1019 New for 0.6.3. 1017 1020 .RE 1018 1021 .TP climm/src/buildmark.c
r2607 r2658 30 30 */ 31 31 32 /* 0.6. 3.0 */33 #define CLIMM_BUILD_NUM 0x00060 30032 /* 0.6.4.0 */ 33 #define CLIMM_BUILD_NUM 0x00060400 34 34 35 35 #include "climm.h"
