From 76242c3225681ff5d636073fef0d5235b72edff6 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Tue, 7 Feb 2012 23:08:00 -0700 Subject: [PATCH] Remove obsolete CHANGES.txt. --- CHANGES.txt | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index 114fd7a..0000000 --- a/CHANGES.txt +++ /dev/null @@ -1,34 +0,0 @@ - * fixed a bug in the hash where the first entry was never used in an - iterator - -Version 0.7.3 (20060309) - - * fixed a bug with long log lines getting truncated - * fixed a bug with xmpp_stanza_to_text truncating some lines by one char - * fixed win32 bug where long stanzas didn't work - -Version 0.7.2 (20060118) - - * fixed a bug in error names/includes - * fixed a bug with sending data when the pipe is full - * fixed a bug with setting error states on connection timeouts - * fixed a bug where session initiation wasn't happening - -Version 0.7.1 (20050702) - - * fix a bug in the fallback to jabber auth - that prevented login to jabberd 1.4 servers - * Simplify access to the default loggers, and - merge the basic_logging and basic examples - * draft C++ api - -Version 0.7 (20050615) - - * first public release - * basic connection support - * event handling through callbacks - * stanza creation through local mini-DOM - * support SASL DIGEST-MD5 authentication - * support SASL PLAIN authentication - * support fallback to jabber:auth - * support resource binding