From 030e422d904ece7a0ac81e31571f66a4061fb2ab Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 14 Jan 2005 05:14:27 +0000 Subject: [PATCH] update for 1.0.4 git-svn-id: https://origsvn.digium.com/svn/libpri/branches/v1-0@177 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- ChangeLog | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a3f076..7c85ee8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,21 @@ +libpri 1.0.4 + -- Makefile fix for SELinux libpri 1.0.3 --- Fix Endian to compile for FreeBSD + -- Fix Endian to compile for FreeBSD ... libpri 0.3.0 --- Fix talking to switch --- Add pri dump --- Add test application --- Fix strncpy stuff + -- Fix talking to switch + -- Add pri dump + -- Add test application + -- Fix strncpy stuff libpri 0.1.2 --- Added PRI_EVENT_HANGUP_ACK so you can know when the disconnect was -acknowledged + -- Added PRI_EVENT_HANGUP_ACK so you can know when the disconnect was + acknowledged libpri 0.1.1 --- Added PRI_DEBUG_Q931_ANOMALY flag so that certain non-error-related -messages would not be output unless specifically desired. + -- Added PRI_DEBUG_Q931_ANOMALY flag so that certain non-error-related + messages would not be output unless specifically desired. libpri 0.1.0 -- Initial release