From 99e361ff11fe69932e398422fa10b69734591950 Mon Sep 17 00:00:00 2001 From: ralf Date: Sat, 19 Jun 2010 15:22:20 +0000 Subject: [PATCH] - more readme git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@13 01a3061f-1c3a-49da-a2a0-fa5697faa6a0 --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 7bfdcaf..5ebc1f5 100644 --- a/README +++ b/README @@ -110,13 +110,16 @@ Version 0.3: Minor feature enhancements The parsing of answers from asterisk was completely rewritten. This should fix problems people were having with commands returning embedded -'/' or empty lines. +'/' or empty lines. Some new manager commands added. - Add playdtmf manager command + - add sippeers and sipshowpeer manager commands - rewritten manager communication - should no longer choke on '/' in answers returned from a manager command (fixes SF Bug 2947866) - should now correctly parse multi-line output with embedded empty - lines + lines, e.g. ``mgr.command('dialplan show')`` + - Bug-fix for list manipulation in ``event_dispatch``, thanks to Jan + Müller, see mailinglist comment from 2008-04-18 See the ChangeLog for older changes.