From 8c9e66b2da2feebe5ab6c53df48295110ad4cde2 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Thu, 9 Mar 2006 21:42:47 +0000 Subject: [PATCH] Prep changelog and version number for release. --- CHANGES.txt | 6 ++++++ SConstruct | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c458585..a7e88da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +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 diff --git a/SConstruct b/SConstruct index 45235de..e9ac231 100644 --- a/SConstruct +++ b/SConstruct @@ -17,7 +17,7 @@ # invoke with 'scons' to build the library LIBSTROPHE_VERSION_MAJOR=0 -LIBSTROPHE_VERSION_MINOR=8 +LIBSTROPHE_VERSION_MINOR=7 from os.path import join